Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp225 SVGInlineTextBoxClosestCharacterToPositionWalker walkerCallback(x, y); in closestCharacterToPosition() local
226 …SVGTextChunkWalker<SVGInlineTextBoxClosestCharacterToPositionWalker> walker(&walkerCallback, &SVGI… in closestCharacterToPosition()
230 offsetOfHitCharacter = walkerCallback.offsetOfHitCharacter(); in closestCharacterToPosition()
231 return walkerCallback.character(); in closestCharacterToPosition()
318 SVGInlineTextBoxSelectionRectWalker walkerCallback; in selectionRect() local
319 …SVGTextChunkWalker<SVGInlineTextBoxSelectionRectWalker> walker(&walkerCallback, &SVGInlineTextBoxS… in selectionRect()
322 return enclosingIntRect(walkerCallback.selectionRect()); in selectionRect()
DSVGRootInlineBox.cpp678 SVGRootInlineBoxPaintWalker walkerCallback(this, filter, paintInfo, tx, ty); in paint() local
679 SVGTextChunkWalker<SVGRootInlineBoxPaintWalker> walker(&walkerCallback, in paint()
/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp354 SVGInlineTextBoxQueryWalker walkerCallback(element, mode); in executeTextQuery() local
355 walkerCallback.setQueryInputParameters(startPosition, length, referencePoint); in executeTextQuery()
357 …SVGTextChunkWalker<SVGInlineTextBoxQueryWalker> walker(&walkerCallback, &SVGInlineTextBoxQueryWalk… in executeTextQuery()
365 if (walkerCallback.stopProcessing()) in executeTextQuery()
369 return walkerCallback; in executeTextQuery()