Searched defs:elementFromPoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp266 Element* TreeScope::elementFromPoint(int x, int y) const function in class:blink::TreeScope
H A DDocument.cpp1277 Element* Document::elementFromPoint(int x, int y) const function in class:blink::Document
1282 return TreeScope::elementFromPoint(x, y);

Completed in 1366 milliseconds