Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp473 static bool lineDirectionPointFitsInBox(int pointLineDirection, InlineTextBox* box, ShouldAffinityB… in lineDirectionPointFitsInBox() function
622 … if (lineDirectionPointFitsInBox(pointLineDirection, box, shouldAffinityBeDownstream)) in positionForPoint()
631 lineDirectionPointFitsInBox(pointLineDirection, lastBox, shouldAffinityBeDownstream); in positionForPoint()