Searched refs:accLocation (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | AccessibilityUIElementWin.cpp | 155 if (FAILED(m_element->accLocation(&x, &y, &width, &height, self()))) in width() 163 if (FAILED(m_element->accLocation(&x, &y, &width, &height, self()))) in height()
|
/external/webkit/WebKit/win/ |
D | AccessibleBase.h | 57 …virtual HRESULT STDMETHODCALLTYPE accLocation(long* left, long* top, long* width, long* height, VA…
|
D | AccessibleBase.cpp | 383 HRESULT STDMETHODCALLTYPE AccessibleBase::accLocation(long* left, long* top, long* width, long* hei… in accLocation() function in AccessibleBase
|
D | ChangeLog | 1314 (AccessibleBase::accLocation): 3878 Implement accLocation(). 3881 (AccessibleBase::accLocation): Report the screen coordinates for the 4156 (AccessibleBase::accLocation):
|