Searched refs:visibleToHitTestRequest (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h277 bool visibleToHitTestRequest(const HitTestRequest& request) const { return renderer().visibleToHitTestRequest(request); } function in class:blink::InlineBox
H A DEllipsisBox.cpp150 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
H A DRootInlineBox.cpp169 if (hasEllipsisBox() && visibleToHitTestRequest(request)) {
H A DInlineTextBox.cpp348 if (m_truncation != cFullTruncation && visibleToHitTestRequest(request) && locationInContainer.intersects(rect)) {
H A DRenderInline.cpp819 if (!visibleToHitTestRequest(request))
H A DRenderObject.h980 bool visibleToHitTestRequest(const HitTestRequest& request) const { return style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert(); } function in class:blink::RenderObject
H A DRenderTable.cpp1317 if (visibleToHitTestRequest(request) && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && locationInContainer.intersects(boundsRect)) {
H A DInlineFlowBox.cpp1091 if (visibleToHitTestRequest(request) && locationInContainer.intersects(rect)) {
H A DRenderBlock.cpp2383 && visibleToHitTestRequest(request)
2453 if (visibleToHitTestRequest(request) && locationInContainer.intersects(boundsRect)) {
H A DRenderBox.cpp1063 if (visibleToHitTestRequest(request) && action == HitTestForeground && locationInContainer.intersects(boundsRect)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp440 if ((hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) && visibleToHitTestRequest(request)) {

Completed in 153 milliseconds