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 93 mutable InlineBox* m_prevLeafChild;
101 , m_prevLeafChild(uncachedInlineBox())
110 , m_prevLeafChild(uncachedInlineBox())
RenderedPosition.cpp 72 , m_prevLeafChild(uncachedInlineBox())
88 , m_prevLeafChild(uncachedInlineBox())
102 if (m_prevLeafChild == uncachedInlineBox())
103 m_prevLeafChild = m_inlineBox->prevLeafChildIgnoringLineBreak();
104 return m_prevLeafChild;

Completed in 39 milliseconds