Searched refs:CachedLogicallyOrderedLeafBoxes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp125 class CachedLogicallyOrderedLeafBoxes { class in namespace:WebCore
127 CachedLogicallyOrderedLeafBoxes();
143 CachedLogicallyOrderedLeafBoxes::CachedLogicallyOrderedLeafBoxes() : m_rootInlineBox(0) { }; function in class:WebCore::CachedLogicallyOrderedLeafBoxes
145 const InlineTextBox* CachedLogicallyOrderedLeafBoxes::previousTextBox(const RootInlineBox* root, const InlineTextBox* box)
165 const InlineTextBox* CachedLogicallyOrderedLeafBoxes::nextTextBox(const RootInlineBox* root, const InlineTextBox* box)
186 const Vector<InlineBox*>& CachedLogicallyOrderedLeafBoxes::collectBoxes(const RootInlineBox* root)
196 int CachedLogicallyOrderedLeafBoxes::boxIndexInLeaves(const InlineTextBox* box) const
206 bool& previousBoxInDifferentBlock, CachedLogicallyOrderedLeafBoxes& leafBoxes)
247 bool& nextBoxInDifferentBlock, CachedLogicallyOrderedLeafBoxes
[all...]

Completed in 40 milliseconds