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 90 static InlineBox* uncachedInlineBox() { return reinterpret_cast<InlineBox*>(1); }
101 , m_prevLeafChild(uncachedInlineBox())
102 , m_nextLeafChild(uncachedInlineBox())
110 , m_prevLeafChild(uncachedInlineBox())
111 , m_nextLeafChild(uncachedInlineBox())
RenderedPosition.cpp 72 , m_prevLeafChild(uncachedInlineBox())
73 , m_nextLeafChild(uncachedInlineBox())
88 , m_prevLeafChild(uncachedInlineBox())
89 , m_nextLeafChild(uncachedInlineBox())
102 if (m_prevLeafChild == uncachedInlineBox())
109 if (m_nextLeafChild == uncachedInlineBox())

Completed in 55 milliseconds