Home
last modified time | relevance | path

Searched refs:ignoreClipping (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DHitTestRequest.h49 bool ignoreClipping() const { return m_requestType & IgnoreClipping; } in ignoreClipping() function
DRenderLayer.cpp2908 if (!request.ignoreClipping()) in scrollTo()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h57 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping);
DDumpRenderTreeSupportGtk.cpp116 …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/
DWebViewPrivate.h705 …ht:(unsigned)right bottom:(unsigned)bottom left:(unsigned)left ignoreClipping:(BOOL)ignoreClipping;
DWebView.mm6347 …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/
DDumpRenderTreeSupportQt.h192 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp944 …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/
DLayoutTestControllerWx.cpp516 …e, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h234 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping);
DLayoutTestControllerQt.cpp859 …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/
DEventHandler.h119 …tResult hitTestResultAtPoint(const IntPoint&, bool allowShadowContent, bool ignoreClipping = false,
DEventHandler.cpp921 …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/
DLayoutTestControllerGtk.cpp127 …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/
DLayoutTestController.h70 …, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping);
DLayoutTestController.cpp707 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/
DLayoutTestControllerMac.mm261 …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/
DDocument.h345 … unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const;
DDocument.cpp1102 …ng, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const in nodesFromRect()
1120 if (ignoreClipping) in nodesFromRect()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp182 …e, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping) in nodesFromRect() argument
/external/webkit/Source/WebKit/mac/
DChangeLog5025 (-[WebView _nodesFromRect:forDocument:x:y:hPadding:vPadding:ignoreClipping:]):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0645234 …esFromRect(int x, int y, unsigned horizontalPadding, unsigned verticalPadding, bool ignoreClipping)
45237 unsigned leftPadding, bool ignoreClipping)
DChangeLog-2009-06-1645155 (WebCore::HitTestRequest::ignoreClipping):