Searched refs:nodeAtPoint (Results 26 - 48 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
H A DRenderText.h155 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int, int, int, int, HitTestAction) { ASSERT_NOT_REACHED(); return false; } function in class:WebCore::RenderText
H A DRenderTextControlSingleLine.h74 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
H A DRootInlineBox.h99 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, int lineTop, int lineBottom);
H A DRenderImage.cpp411 bool RenderImage::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) function in class:WebCore::RenderImage
414 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction);
H A DInlineFlowBox.h109 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, int lineTop, int lineBottom);
H A DRootInlineBox.cpp192 bool RootInlineBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, int lineTop, int lineBottom) function in class:WebCore::RootInlineBox
195 if (ellipsisBox()->nodeAtPoint(request, result, x, y, tx, ty, lineTop, lineBottom)) {
200 return InlineFlowBox::nodeAtPoint(request, result, x, y, tx, ty, lineTop, lineBottom);
H A DRenderTableSection.cpp1258 bool RenderTableSection::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action) function in class:WebCore::RenderTableSection
1280 if (child->nodeAtPoint(request, result, xPos, yPos, childPoint.x(), childPoint.y(), action)) {
1324 if (static_cast<RenderObject*>(cell)->nodeAtPoint(request, result, xPos, yPos, cellPoint.x(), cellPoint.y(), action)) {
H A DRenderLineBoxList.cpp304 bool inside = curr->nodeAtPoint(request, result, x, y, tx, ty, root->lineTop(), root->lineBottom());
H A DRenderFrameSet.cpp163 bool RenderFrameSet::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, function in class:WebCore::RenderFrameSet
169 bool inside = RenderBox::nodeAtPoint(request, result, x, y, tx, ty, action)
H A DRenderListBox.cpp666 bool RenderListBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) function in class:WebCore::RenderListBox
668 if (!RenderBlock::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction))
H A DRenderTextControlSingleLine.cpp335 bool RenderTextControlSingleLine::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction hitTestAction) function in class:WebCore::RenderTextControlSingleLine
343 if (!RenderTextControl::nodeAtPoint(request, result, xPos, yPos, tx, ty, hitTestAction))
H A DRenderObject.cpp2175 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestForeground);
2179 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestFloat);
2183 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestChildBlockBackgrounds);
2188 inside = nodeAtPoint(request, result, point.x(), point.y(), tx, ty, HitTestBlockBackground);
2207 bool RenderObject::nodeAtPoint(const HitTestRequest&, HitTestResult&, int /*x*/, int /*y*/, int /*tx*/, int /*ty*/, HitTestAction) function in class:WebCore::RenderObject
H A DRenderBox.h236 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
H A DRenderTable.cpp1257 bool RenderTable::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action) function in class:WebCore::RenderTable
1267 if (child->nodeAtPoint(request, result, xPos, yPos, childPoint.x(), childPoint.y(), action)) {
H A DInlineFlowBox.cpp901 bool InlineFlowBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, int lineTop, int lineBottom) function in class:WebCore::InlineFlowBox
911 if ((curr->renderer()->isText() || !curr->boxModelObject()->hasSelfPaintingLayer()) && curr->nodeAtPoint(request, result, x, y, tx, ty, lineTop, lineBottom)) {
H A DRenderBlock.h283 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
H A DRenderObject.h536 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction);
H A DInlineTextBox.cpp347 bool InlineTextBox::nodeAtPoint(const HitTestRequest&, HitTestResult& result, int x, int y, int tx, int ty, int /* lineTop */, int /*lineBottom*/) function in class:WebCore::InlineTextBox
H A DRenderInline.cpp714 bool RenderInline::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, function in class:WebCore::RenderInline
H A DRenderBox.cpp758 bool RenderBox::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction action) function in class:WebCore::RenderBox
765 if (!child->hasLayer() && child->nodeAtPoint(request, result, xPos, yPos, tx, ty, action)) {
H A DRenderBlock.cpp3960 bool RenderBlock::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) function in class:WebCore::RenderBlock
4111 if (!child->hasSelfPaintingLayer() && !child->isFloating() && child->nodeAtPoint(request, result, x, y, childPoint.x(), childPoint.y(), childHitTest))
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.cpp318 bool RenderSVGRoot::nodeAtPoint(const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) function in class:WebCore::RenderSVGRoot
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp886 if (Node* nodeAtPoint = hitTest.innerNode())
887 m_autoscrollRenderer = nodeAtPoint->renderer();

Completed in 302 milliseconds

12