OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:axTable
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp
499
AtkObject*
axTable
= atk_object_get_parent(ATK_OBJECT(element));
500
if (!
axTable
|| !ATK_IS_TABLE(
axTable
))
510
row = atk_table_get_row_at_index(ATK_TABLE(
axTable
), indexInParent);
511
column = atk_table_get_column_at_index(ATK_TABLE(
axTable
), indexInParent);
519
length = atk_table_get_row_extent_at(ATK_TABLE(
axTable
), row, column);
522
length = atk_table_get_column_extent_at(ATK_TABLE(
axTable
), row, column);
/external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp
[
all
...]
Completed in 2886 milliseconds