Searched refs:boxIndexInLeaves (Results 1 – 1 of 1) sorted by relevance
139 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