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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 90 mutable InlineBox* m_prevLeafChild;
98 , m_prevLeafChild(uncachedInlineBox())
107 , m_prevLeafChild(uncachedInlineBox())
RenderedPosition.cpp 71 , m_prevLeafChild(uncachedInlineBox())
87 , m_prevLeafChild(uncachedInlineBox())
101 if (m_prevLeafChild == uncachedInlineBox())
102 m_prevLeafChild = m_inlineBox->prevLeafChildIgnoringLineBreak();
103 return m_prevLeafChild;

Completed in 22 milliseconds