/external/webkit/Source/WebCore/rendering/ |
D | HitTestRequest.h | 49 bool ignoreClipping() const { return m_requestType & IgnoreClipping; } in ignoreClipping() function
|
D | RenderLayer.cpp | 2908 if (!request.ignoreClipping()) in scrollTo()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.h | 57 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping);
|
D | DumpRenderTreeSupportGtk.cpp | 116 …e, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument 128 … RefPtr<NodeList> nodes = document->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping); in nodesFromRect()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebViewPrivate.h | 705 …ht:(unsigned)right bottom:(unsigned)bottom left:(unsigned)left ignoreClipping:(BOOL)ignoreClipping;
|
D | WebView.mm | 6347 …ght:(unsigned)right bottom:(unsigned)bottom left:(unsigned)left ignoreClipping:(BOOL)ignoreClipping 6358 … RefPtr<NodeList> nodes = document->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DumpRenderTreeSupportQt.h | 192 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping); in Q_DECLARE_METATYPE()
|
D | DumpRenderTreeSupportQt.cpp | 944 …t, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument 954 RefPtr<NodeList> nodes = doc->nodesFromRect(x, y, top, right, bottom, left, ignoreClipping); in nodesFromRect()
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 516 …e, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.h | 234 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping);
|
D | LayoutTestControllerQt.cpp | 859 …t, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument 861 …n DumpRenderTreeSupportQt::nodesFromRect(document, x, y, top, right, bottom, left, ignoreClipping); in nodesFromRect()
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.h | 119 …tResult hitTestResultAtPoint(const IntPoint&, bool allowShadowContent, bool ignoreClipping = false,
|
D | EventHandler.cpp | 921 …stResultAtPoint(const IntPoint& point, bool allowShadowContent, bool ignoreClipping, HitTestScroll… in hitTestResultAtPoint() argument 926 if (ignoreClipping) in hitTestResultAtPoint() 966 …tHandler()->hitTestResultAtPoint(mainFramePoint, allowShadowContent, ignoreClipping, testScrollbar… in hitTestResultAtPoint()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 127 …e, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument 129 …enderTreeSupportGtk::nodesFromRect(context, value, x, y, top, right, bottom, left, ignoreClipping); in nodesFromRect()
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 70 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping);
|
D | LayoutTestController.cpp | 707 bool ignoreClipping = JSValueToBoolean(context, arguments[7]); in nodesFromRectCallback() local 711 …n controller->nodesFromRect(context, arguments[0], x, y, top, right, bottom, left, ignoreClipping); in nodesFromRectCallback()
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 261 …e, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) 263 …rDocument:value x:x y:y top:top right:right bottom:bottom left:left ignoreClipping:ignoreClipping];
|
/external/webkit/Source/WebCore/dom/ |
D | Document.h | 345 … unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const;
|
D | Document.cpp | 1102 …ng, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const in nodesFromRect() 1120 if (ignoreClipping) in nodesFromRect()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 182 …e, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog | 5025 (-[WebView _nodesFromRect:forDocument:x:y:hPadding:vPadding:ignoreClipping:]):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 45234 …esFromRect(int x, int y, unsigned horizontalPadding, unsigned verticalPadding, bool ignoreClipping) 45237 unsigned leftPadding, bool ignoreClipping)
|
D | ChangeLog-2009-06-16 | 45155 (WebCore::HitTestRequest::ignoreClipping):
|