Home
last modified time | relevance | path

Searched refs:nodesFromRect (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h57 …static JSValueRef nodesFromRect(JSContextRef context, JSValueRef value, int x, int y, unsigned top…
DDumpRenderTreeSupportGtk.cpp116 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/
DDumpRenderTreeSupportQt.h192 …static QVariantList nodesFromRect(const QWebElement& document, int x, int y, unsigned top, unsigne… in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp944 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/
DLayoutTestControllerWx.cpp516 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y… in nodesFromRect() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h234 …QVariantList nodesFromRect(const QWebElement& document, int x, int y, unsigned top, unsigned right…
DLayoutTestControllerQt.cpp859 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/
DLayoutTestControllerGtk.cpp127 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/
DLayoutTestController.h70 …JSValueRef nodesFromRect(JSContextRef, JSValueRef, int x, int y, unsigned top, unsigned right, uns…
DLayoutTestController.cpp711 …return controller->nodesFromRect(context, arguments[0], x, y, top, right, bottom, left, ignoreClip… in nodesFromRectCallback()
/external/webkit/Source/WebCore/dom/
DDocument.h344 …PassRefPtr<NodeList> nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigned rightPa…
DDocument.cpp1099 PassRefPtr<NodeList> Document::nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigne… in nodesFromRect() function in WebCore::Document
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp182 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y… in nodesFromRect() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm261 JSValueRef LayoutTestController::nodesFromRect(JSContextRef context, JSValueRef value, int x, int y… function
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1581 …RefPtr<NodeList> intersectedNodes = document->nodesFromRect(x, y, m_topPadding, m_rightPadding, m_… in findCandidatePointForTouch()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-16193 (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/
DChangeLog5012 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/
DChangeLog-2011-02-1611234 [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/
DWebView.mm6358 … RefPtr<NodeList> nodes = document->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping);
/external/webkit/Source/WebKit/gtk/
DChangeLog3317 [GTK][DRT] Implement LayoutTestController::nodesFromRect
3320 Support nodesFromRect in DRT
3323 (DumpRenderTreeSupportGtk::nodesFromRect): Added.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0611085 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 …]
DChangeLog-2011-02-1631657 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