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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 87 static InlineBox* uncachedInlineBox() { return reinterpret_cast<InlineBox*>(1); }
98 , m_prevLeafChild(uncachedInlineBox())
99 , m_nextLeafChild(uncachedInlineBox())
107 , m_prevLeafChild(uncachedInlineBox())
108 , m_nextLeafChild(uncachedInlineBox())
RenderedPosition.cpp 71 , m_prevLeafChild(uncachedInlineBox())
72 , m_nextLeafChild(uncachedInlineBox())
87 , m_prevLeafChild(uncachedInlineBox())
88 , m_nextLeafChild(uncachedInlineBox())
101 if (m_prevLeafChild == uncachedInlineBox())
108 if (m_nextLeafChild == uncachedInlineBox())

Completed in 35 milliseconds