HomeSort by relevance Sort by last modified time
    Searched refs:m_nextLeafChild (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 91 mutable InlineBox* m_nextLeafChild;
99 , m_nextLeafChild(uncachedInlineBox())
108 , m_nextLeafChild(uncachedInlineBox())
RenderedPosition.cpp 72 , m_nextLeafChild(uncachedInlineBox())
88 , m_nextLeafChild(uncachedInlineBox())
108 if (m_nextLeafChild == uncachedInlineBox())
109 m_nextLeafChild = m_inlineBox->nextLeafChildIgnoringLineBreak();
110 return m_nextLeafChild;

Completed in 24 milliseconds