Searched defs:coordType (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceImage.cpp52 static void webkitAccessibleImageGetImagePosition(AtkImage* image, gint* x, gint* y, AtkCoordType coordType) argument
55 contentsRelativeToAtkCoordinateType(core(image), coordType, rect, x, y); local
H A DWebKitAccessibleInterfaceComponent.cpp52 static IntPoint atkToContents(AccessibilityObject* coreObject, AtkCoordType coordType, gint x, gint y) argument
69 static AtkObject* webkitAccessibleComponentRefAccessibleAtPoint(AtkComponent* component, gint x, gint y, AtkCoordType coordType) argument
80 static void webkitAccessibleComponentGetExtents(AtkComponent* component, gint* x, gint* y, gint* width, gint* height, AtkCoordType coordType) argument
83 contentsRelativeToAtkCoordinateType(core(component), coordType, rect, x, y, width, height); local
H A DWebKitAccessibleUtil.cpp57 void contentsRelativeToAtkCoordinateType(AccessibilityObject* coreObject, AtkCoordType coordType, IntRect rect, gint* x, gint* y, gint* width, gint* height) argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.cpp92 HRESULT AccessibleText::get_characterExtents(long offset, enum IA2CoordinateType coordType, long* x, long* y, long* width, long* height) argument
138 HRESULT AccessibleText::get_offsetAtPoint(long x, long y, enum IA2CoordinateType coordType, long* offset) argument

Completed in 84 milliseconds