Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp139 int boxIndexInLeaves(const InlineTextBox*) const;
157 boxIndex = boxIndexInLeaves(box) - 1; in previousTextBox()
178 nextBoxIndex = boxIndexInLeaves(box) + 1; in nextTextBox()
198 int CachedLogicallyOrderedLeafBoxes::boxIndexInLeaves(const InlineTextBox* box) const in boxIndexInLeaves() function in blink::CachedLogicallyOrderedLeafBoxes