Home
last modified time | relevance | path

Searched refs:accLocation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DAccessibilityUIElementWin.cpp155 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/
DAccessibleBase.h57 …virtual HRESULT STDMETHODCALLTYPE accLocation(long* left, long* top, long* width, long* height, VA…
DAccessibleBase.cpp383 HRESULT STDMETHODCALLTYPE AccessibleBase::accLocation(long* left, long* top, long* width, long* hei… in accLocation() function in AccessibleBase
DChangeLog1314 (AccessibleBase::accLocation):
3878 Implement accLocation().
3881 (AccessibleBase::accLocation): Report the screen coordinates for the
4156 (AccessibleBase::accLocation):