Searched refs:nodesFromRect (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 190 …PassRefPtr<NodeList> nodesFromRect(Document*, int x, int y, unsigned topPadding, unsigned rightPad…
|
D | Internals.idl | 147 [RaisesException] NodeList nodesFromRect(Document document, long x, long y,
|
D | Internals.cpp | 1427 PassRefPtr<NodeList> Internals::nodesFromRect(Document* document, int centerX, int centerY, unsigne… in nodesFromRect() function in WebCore::Internals
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.h | 321 PassRefPtr<NodeList> nodesFromRect(int centerX, int centerY,
|