Searched refs:coordType (Results 1 – 1 of 1) sorted by relevance
/external/webkit/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 1238 static void contentsToAtk(AccessibilityObject* coreObject, AtkCoordType coordType, IntRect rect, gi… in contentsToAtk() argument 1243 switch (coordType) { in contentsToAtk() 1263 static IntPoint atkToContents(AccessibilityObject* coreObject, AtkCoordType coordType, gint x, gint… in atkToContents() argument 1269 switch (coordType) { in atkToContents() 1280 …_component_ref_accessible_at_point(AtkComponent* component, gint x, gint y, AtkCoordType coordType) in webkit_accessible_component_ref_accessible_at_point() argument 1282 IntPoint pos = atkToContents(core(component), coordType, x, y); in webkit_accessible_component_ref_accessible_at_point() 1290 …tents(AtkComponent* component, gint* x, gint* y, gint* width, gint* height, AtkCoordType coordType) in webkit_accessible_component_get_extents() argument 1293 contentsToAtk(core(component), coordType, rect, x, y, width, height); in webkit_accessible_component_get_extents() 1311 …bkit_accessible_image_get_image_position(AtkImage* image, gint* x, gint* y, AtkCoordType coordType) in webkit_accessible_image_get_image_position() argument 1314 contentsToAtk(core(image), coordType, rect, x, y); in webkit_accessible_image_get_image_position()
|