Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DRenderedPosition.h94 mutable InlineBox* m_nextLeafChild; variable
102 , m_nextLeafChild(uncachedInlineBox()) in RenderedPosition()
111 , m_nextLeafChild(uncachedInlineBox()) in RenderedPosition()
DRenderedPosition.cpp73 , m_nextLeafChild(uncachedInlineBox()) in RenderedPosition()
89 , m_nextLeafChild(uncachedInlineBox()) in RenderedPosition()
109 if (m_nextLeafChild == uncachedInlineBox()) in nextLeafChild()
110 m_nextLeafChild = m_inlineBox->nextLeafChildIgnoringLineBreak(); in nextLeafChild()
111 return m_nextLeafChild; in nextLeafChild()