Searched refs:textAttributes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessibleText.idl165 @param [out] textAttributes
178 [out, retval] BSTR *textAttributes
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.h39 virtual HRESULT STDMETHODCALLTYPE get_attributes(long offset, long* startOffset, long* endOffset, BSTR* textAttributes);
H A DAccessibleTextImpl.cpp68 HRESULT AccessibleText::get_attributes(long offset, long* startOffset, long* endOffset, BSTR* textAttributes) argument
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleWrapperAtk.cpp810 AtkAttributeSet* textAttributes = atk_text_get_default_attributes(ATK_TEXT(object)); local
811 for (GSList* attributes = textAttributes; attributes; attributes = attributes->next) {
819 atk_attribute_set_free(textAttributes);

Completed in 86 milliseconds