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 70 , m_prevLeafChild(uncachedInlineBox())
71 , m_nextLeafChild(uncachedInlineBox())
86 , m_prevLeafChild(uncachedInlineBox())
87 , m_nextLeafChild(uncachedInlineBox())
100 if (m_prevLeafChild == uncachedInlineBox())
107 if (m_nextLeafChild == uncachedInlineBox())

Completed in 38 milliseconds