/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.h | 57 …static JSValueRef nodesFromRect(JSContextRef context, JSValueRef value, int x, int y, unsigned top…
|
D | DumpRenderTreeSupportGtk.cpp | 116 JSValueRef DumpRenderTreeSupportGtk::nodesFromRect(JSContextRef context, JSValueRef value, int x, i… in nodesFromRect() function in DumpRenderTreeSupportGtk 128 … RefPtr<NodeList> nodes = document->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping); in nodesFromRect()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 192 …static QVariantList nodesFromRect(const QWebElement& document, int x, int y, unsigned top, unsigne… in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 944 QVariantList DumpRenderTreeSupportQt::nodesFromRect(const QWebElement& document, int x, int y, unsi… in nodesFromRect() function in DumpRenderTreeSupportQt 954 RefPtr<NodeList> nodes = doc->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping); in nodesFromRect()
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 516 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y… in nodesFromRect() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 234 …QVariantList nodesFromRect(const QWebElement& document, int x, int y, unsigned top, unsigned right…
|
D | LayoutTestControllerQt.cpp | 859 QVariantList LayoutTestController::nodesFromRect(const QWebElement& document, int x, int y, unsigne… in nodesFromRect() function in LayoutTestController 861 …return DumpRenderTreeSupportQt::nodesFromRect(document, x, y, top, right, bottom, left, ignoreClip… in nodesFromRect()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 127 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y… in nodesFromRect() function in LayoutTestController 129 …return DumpRenderTreeSupportGtk::nodesFromRect(context, value, x, y, top, right, bottom, left, ign… in nodesFromRect()
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 70 …JSValueRef nodesFromRect(JSContextRef, JSValueRef, int x, int y, unsigned top, unsigned right, uns…
|
D | LayoutTestController.cpp | 711 …return controller->nodesFromRect(context, arguments[0], x, y, top, right, bottom, left, ignoreClip… in nodesFromRectCallback()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.h | 344 …PassRefPtr<NodeList> nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigned rightPa…
|
D | Document.cpp | 1099 PassRefPtr<NodeList> Document::nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigne… in nodesFromRect() function in WebCore::Document
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 182 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y… in nodesFromRect() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 261 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y… function
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.cpp | 1581 …RefPtr<NodeList> intersectedNodes = document->nodesFromRect(x, y, m_topPadding, m_rightPadding, m_… in findCandidatePointForTouch()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 193 (DumpRenderTreeSupportQt::nodesFromRect): 298 [Qt] fast/dom/nodesFromRect-links-and-text.html crashes in debug mode 307 (DumpRenderTreeSupportQt::nodesFromRect): 1009 Also amend nodesFromRect-links-and-text.html and 1010 nodesFromRect-inner-documents.html so that they do not produce 1014 fast/dom/nodesFromRect-links-and-text.html 1015 fast/dom/nodesFromRect-inner-documents.html 1022 (DumpRenderTreeSupportQt::nodesFromRect): 2299 [Qt] Making effective use of nodesFromRect. 2304 based hit test extension through the Document::nodesFromRect method. [all …]
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 5012 DRT/Mac nodesFromRect support 5014 [Mac][DRT] Implement LayoutTestController::nodesFromRect 5017 Implement nodesFromRect as a private method to access non-exposed Document 5024 gotten from Document::nodesFromRect to JS bindings. 5026 * WebView/WebViewPrivate.h: Added nodesFromRect method to access methods of the
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 11234 [GTK][DRT] Implement LayoutTestController::nodesFromRect 11237 Support nodesFromRect in DRT 11240 (LayoutTestController::nodesFromRect): 12766 [Qt] Support nodesFromRect in DRT 12771 (LayoutTestController::nodesFromRect): 18980 DRT/Mac nodesFromRect support 18982 [Mac][DRT] Implement LayoutTestController::nodesFromRect 18985 Implements LayoutTestController::nodesFromRect for Mac DRT, and 18992 (LayoutTestController::LayoutTestController::nodesFromRect): 18994 (LayoutTestController::nodesFromRect):
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebView.mm | 6358 … RefPtr<NodeList> nodes = document->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping);
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 3317 [GTK][DRT] Implement LayoutTestController::nodesFromRect 3320 Support nodesFromRect in DRT 3323 (DumpRenderTreeSupportGtk::nodesFromRect): Added.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 11085 Document::nodesFromRect() has wrong source code documentation 11088 * dom/Document.h: fix nodesFromRect() documentation 18149 Fixes fast/dom/nodesFromRect-basic.html on Qt. 21796 [Qt] Support nodesFromRect in DRT 38748 (WebCore::Document::nodesFromRect): 45228 Make Document::nodesFromRect more flexible 45231 The patch changes the API for the Document::nodesFromRect() method as follows: 45234 …- RefPtf<NodeList> nodesFromRect(int x, int y, unsigned horizontalPadding, unsigned verticalPaddin… 45236 …- RefPtf<NodeList> nodesFromRect(int x, int y, unsigned topPadding, unsigned rightPadding, unsigne… 45244 (Document::nodesFromRect exposes the rect based hit testing system), empirical experiments [all …]
|
D | ChangeLog-2011-02-16 | 31657 Also amend nodesFromRect-links-and-text.html and 31658 nodesFromRect-inner-documents.html so that they do not produce 31662 fast/dom/nodesFromRect-links-and-text.html 31663 fast/dom/nodesFromRect-inner-documents.html
|