• Home
  • Raw
  • Download

Lines Matching refs:AtkObject

245     AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView));  in testWebkitAtkCaretOffsets()
248 AtkObject* header = atk_object_ref_accessible_child(object, 0); in testWebkitAtkCaretOffsets()
260 AtkObject* paragraph = atk_object_ref_accessible_child(object, 1); in testWebkitAtkCaretOffsets()
282 AtkObject* list = atk_object_ref_accessible_child(object, 2); in testWebkitAtkCaretOffsets()
287 AtkObject* listItem = atk_object_ref_accessible_child(list, 0); in testWebkitAtkCaretOffsets()
303 AtkObject* panel = atk_object_ref_accessible_child(object, 3); in testWebkitAtkCaretOffsets()
307 AtkObject* comboBox = atk_object_ref_accessible_child(panel, 0); in testWebkitAtkCaretOffsets()
311 AtkObject* menuPopup = atk_object_ref_accessible_child(comboBox, 0); in testWebkitAtkCaretOffsets()
315 AtkObject* comboBoxOption = atk_object_ref_accessible_child(menuPopup, 0); in testWebkitAtkCaretOffsets()
354 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces()
395 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkComboBox()
398 AtkObject* formObject = atk_object_ref_accessible_child(object, 0); in testWebkitAtkComboBox()
401 AtkObject* comboBox = atk_object_ref_accessible_child(formObject, 0); in testWebkitAtkComboBox()
404 AtkObject* menuPopup = atk_object_ref_accessible_child(comboBox, 0); in testWebkitAtkComboBox()
407 AtkObject* item1 = atk_object_ref_accessible_child(menuPopup, 0); in testWebkitAtkComboBox()
410 AtkObject* item2 = atk_object_ref_accessible_child(menuPopup, 1); in testWebkitAtkComboBox()
425 AtkObject* selectedItem = atk_selection_ref_selection(atkSelection, 0); in testWebkitAtkComboBox()
496 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkEmbeddedObjects()
513 AtkObject* hLinkObject = atk_hyperlink_get_object(hLink, 0); in testWebkitAtkEmbeddedObjects()
583 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextAtOffsetForms()
608 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextAtOffset()
633 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextAtOffsetNewlines()
658 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextAtOffsetTextarea()
685 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextAtOffsetTextInput()
712 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextAtOffsetWithSpecialCharacters()
746 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextInParagraphAndBodySimple()
748 AtkObject* object1 = atk_object_ref_accessible_child(object, 0); in testWebkitAtkGetTextInParagraphAndBodySimple()
750 AtkObject* object2 = atk_object_ref_accessible_child(object, 1); in testWebkitAtkGetTextInParagraphAndBodySimple()
781 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextInParagraphAndBodyModerate()
783 AtkObject* object1 = atk_object_ref_accessible_child(object, 0); in testWebkitAtkGetTextInParagraphAndBodyModerate()
785 AtkObject* object2 = atk_object_ref_accessible_child(object, 1); in testWebkitAtkGetTextInParagraphAndBodyModerate()
815 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetTextInTable()
838 AtkObject* axWebView = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetHeadersInTable()
842 AtkObject* table = atk_object_ref_accessible_child(axWebView, 0); in testWebkitAtkGetHeadersInTable()
846 AtkObject* colHeader = atk_table_get_column_header(ATK_TABLE(table), 0); in testWebkitAtkGetHeadersInTable()
866 AtkObject* rowHeader = atk_table_get_row_header(ATK_TABLE(table), 0); in testWebkitAtkGetHeadersInTable()
972 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkTextAttributes()
975 AtkObject* child = atk_object_ref_accessible_child(object, 0); in testWebkitAtkTextAttributes()
1082 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkTextSelections()
1094 AtkObject* list = atk_object_ref_accessible_child(object, 2); in testWebkitAtkTextSelections()
1239 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkGetExtents()
1355 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkLayoutAndDataTables()
1360 AtkObject* table1 = atk_object_ref_accessible_child(object, 0); in testWebkitAtkLayoutAndDataTables()
1369 AtkObject* table2 = atk_object_ref_accessible_child(object, 1); in testWebkitAtkLayoutAndDataTables()
1393 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkLinksWithInlineImages()
1397 AtkObject* paragraph = atk_object_ref_accessible_child(object, 0); in testWebkitAtkLinksWithInlineImages()
1445 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkHypertextAndHyperlinks()
1448 AtkObject* paragraph1 = atk_object_ref_accessible_child(object, 0); in testWebkitAtkHypertextAndHyperlinks()
1457 AtkObject* paragraph2 = atk_object_ref_accessible_child(object, 1); in testWebkitAtkHypertextAndHyperlinks()
1468 AtkObject* hLinkObject1 = atk_hyperlink_get_object(hLink1, 0); in testWebkitAtkHypertextAndHyperlinks()
1478 AtkObject* hLinkObject2 = atk_hyperlink_get_object(hLink2, 0); in testWebkitAtkHypertextAndHyperlinks()
1488 AtkObject* hLinkObject3 = atk_hyperlink_get_object(hLink3, 0); in testWebkitAtkHypertextAndHyperlinks()
1496 AtkObject* list = atk_object_ref_accessible_child(object, 2); in testWebkitAtkHypertextAndHyperlinks()
1501 AtkObject* listItem = atk_object_ref_accessible_child(list, 0); in testWebkitAtkHypertextAndHyperlinks()
1507 AtkObject* hLinkObject = atk_hyperlink_get_object(hLinkInListItem, 0); in testWebkitAtkHypertextAndHyperlinks()
1540 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkListsOfItems()
1545 AtkObject* uList = atk_object_ref_accessible_child(object, 0); in testWebkitAtkListsOfItems()
1550 AtkObject* item1 = atk_object_ref_accessible_child(uList, 0); in testWebkitAtkListsOfItems()
1552 AtkObject* item2 = atk_object_ref_accessible_child(uList, 1); in testWebkitAtkListsOfItems()
1554 AtkObject* item3 = atk_object_ref_accessible_child(uList, 2); in testWebkitAtkListsOfItems()
1571 AtkObject* oList = atk_object_ref_accessible_child(object, 1); in testWebkitAtkListsOfItems()
1631 AtkObject* object = gtk_widget_get_accessible(GTK_WIDGET(webView)); in testWebkitAtkTextChangedNotifications()
1634 AtkObject* form = atk_object_ref_accessible_child(object, 0); in testWebkitAtkTextChangedNotifications()
1637 AtkObject* textEntry = atk_object_ref_accessible_child(form, 0); in testWebkitAtkTextChangedNotifications()