Home
last modified time | relevance | path

Searched refs:hitTestAction (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderForeignObject.cpp116 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
122 …tPoint(request, result, static_cast<int>(localX), static_cast<int>(localY), tx, ty, hitTestAction); in nodeAtPoint()
DRenderTextControlMultiLine.cpp95 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
97 if (!RenderTextControl::nodeAtPoint(request, result, x, y, tx, ty, hitTestAction)) in nodeAtPoint()
DTextControlInnerElements.cpp49 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
57 …oint(request, result, x, y, tx, ty, placeholderIsVisible ? HitTestBlockBackground : hitTestAction); in nodeAtPoint()
DRenderSVGViewportContainer.cpp155 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
182 if (child->nodeAtPoint(request, result, _x - sx, _y - sy, _tx, _ty, hitTestAction)) { in nodeAtPoint()
DRenderSVGText.cpp127 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
138 …eturn RenderBlock::nodeAtPoint(request, result, (int)localX, (int)localY, _tx, _ty, hitTestAction); in nodeAtPoint()
DRenderSVGImage.cpp197 …onst HitTestRequest&, HitTestResult& result, int _x, int _y, int, int, HitTestAction hitTestAction) in nodeAtPoint() argument
200 if (hitTestAction != HitTestForeground) in nodeAtPoint()
DRenderSVGContainer.cpp414 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
417 if (child->nodeAtPoint(request, result, _x, _y, _tx, _ty, hitTestAction)) { in nodeAtPoint()
DRenderSVGRoot.cpp301 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
325 if (child->nodeAtPoint(request, result, _x - sx, _y - sy, 0, 0, hitTestAction)) { in nodeAtPoint()
DRenderInline.cpp353 int x, int y, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
355 return hitTestLines(request, result, x, y, tx, ty, hitTestAction); in nodeAtPoint()
DRenderPath.cpp274 …onst HitTestRequest&, HitTestResult& result, int _x, int _y, int, int, HitTestAction hitTestAction) in nodeAtPoint() argument
277 if (hitTestAction != HitTestForeground) in nodeAtPoint()
DRenderImage.cpp426 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
428 bool inside = RenderReplaced::nodeAtPoint(request, result, _x, _y, _tx, _ty, hitTestAction); in nodeAtPoint()
DRenderBlock.cpp3160 …est& request, HitTestResult& result, int _x, int _y, int _tx, int _ty, HitTestAction hitTestAction) in nodeAtPoint() argument
3174 if (hitTestAction == HitTestBlockBackground) { in nodeAtPoint()
3190 …if (!m_hasColumns && hitTestContents(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) in nodeAtPoint()
3194 … if (m_hasColumns && hitTestColumns(request, result, _x, _y, scrolledX, scrolledY, hitTestAction)) in nodeAtPoint()
3198 if (hitTestAction == HitTestFloat && m_floatingObjects) { in nodeAtPoint()
3220 if (hitTestAction == HitTestBlockBackground || hitTestAction == HitTestChildBlockBackground) { in nodeAtPoint()
3231 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in hitTestColumns() argument
3250 return hitTestContents(request, result, x, y, finalX, finalY, hitTestAction); in hitTestColumns()
3265 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in hitTestContents() argument
3269 if (hitTestLines(request, result, x, y, tx, ty, hitTestAction)) { in hitTestContents()
[all …]
DRenderTextControlSingleLine.cpp273 …t& request, HitTestResult& result, int xPos, int yPos, int tx, int ty, HitTestAction hitTestAction) in nodeAtPoint() argument
281 if (!RenderTextControl::nodeAtPoint(request, result, xPos, yPos, tx, ty, hitTestAction)) in nodeAtPoint()
DRenderFlow.cpp447 …Request& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) in hitTestLines() argument
449 if (hitTestAction != HitTestForeground) in hitTestLines()