/external/webkit/Source/WebKit/gtk/tests/ |
testatk.c | 79 typedef gchar* (*AtkGetTextFunction) (AtkText*, gint, AtkTextBoundary, gint*, gint*); 81 static void testGetTextFunction(AtkText* textObject, AtkGetTextFunction fn, AtkTextBoundary boundary, gint offset, const char* textResult, gint startOffsetResult, gint endOffsetResult) 92 static void runGetTextTests(AtkText* textObject) 353 /* Get to the inner AtkText object. */ 359 AtkText* textObject = ATK_TEXT(object); 458 /* Check the implementation of the AtkText interface. */ 460 AtkText* atkText = ATK_TEXT(item1); 461 char *text = atk_text_get_text(atkText, 0, -1); 464 text = atk_text_get_text(atkText, 0, 2) [all...] |
/external/webkit/Source/WebCore/accessibility/gtk/ |
AccessibilityObjectWrapperAtk.cpp | 127 static AccessibilityObject* core(AtkText* text) 167 static gchar* webkit_accessible_text_get_text(AtkText* text, gint startOffset, gint endOffset); [all...] |
AccessibilityObjectAtk.cpp | 68 // The object containing the text should implement AtkText itself.
|
/external/webkit/Source/WebKit/gtk/ |
NEWS | 298 - Many a11y fixes, particularly in the AtkText interface. 449 - Improvements to AtkText implementation 636 - Fix AtkText methods get_selection and get_n_selections to not use 652 of work was done on the AtkText interface implementation. [all...] |
ChangeLog | [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2010-12-06 | [all...] |
ChangeLog-2009-06-16 | [all...] |
ChangeLog-2010-01-29 | [all...] |
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86_64/swt/ |
swt.jar | |