Home
last modified time | relevance | path

Searched refs:isContainedInParentBoundingBox (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h757 bool isContainedInParentBoundingBox() const;
DRenderObject.cpp3358 bool RenderObject::isContainedInParentBoundingBox() const in isContainedInParentBoundingBox() function in WebCore::RenderObject
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp1239 if (!firstUncontainedNode && !bestTouchNode->renderer()->isContainedInParentBoundingBox()) in bestTapNode()
1254 && bestTouchNode->renderer()->isContainedInParentBoundingBox()) in bestTapNode()