Searched refs:coordType (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceComponent.cpp52 static IntPoint atkToContents(AccessibilityObject* coreObject, AtkCoordType coordType, gint x, gint y) argument
58 switch (coordType) {
69 static AtkObject* webkitAccessibleComponentRefAccessibleAtPoint(AtkComponent* component, gint x, gint y, AtkCoordType coordType) argument
71 IntPoint pos = atkToContents(core(component), coordType, x, y);
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 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 DWebKitAccessibleUtil.cpp57 void contentsRelativeToAtkCoordinateType(AccessibilityObject* coreObject, AtkCoordType coordType, IntRect rect, gint* x, gint* y, gint* width, gint* height) argument
62 switch (coordType) {
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessibleText.idl236 @param [in] coordType
252 [in] enum IA2CoordinateType coordType,
283 @param [in] coordType
297 [in] enum IA2CoordinateType coordType,
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.h41 virtual HRESULT STDMETHODCALLTYPE get_characterExtents(long offset, enum IA2CoordinateType coordType, long* x, long* y, long* width, long* height);
43 virtual HRESULT STDMETHODCALLTYPE get_offsetAtPoint(long x, long y, enum IA2CoordinateType coordType, long* offset);
H A DAccessibleTextImpl.cpp92 HRESULT AccessibleText::get_characterExtents(long offset, enum IA2CoordinateType coordType, long* x, long* y, long* width, long* height) argument
106 switch (coordType) {
138 HRESULT AccessibleText::get_offsetAtPoint(long x, long y, enum IA2CoordinateType coordType, long* offset) argument
148 switch (coordType) {

Completed in 260 milliseconds