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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLazyBlock.cpp 43 , m_previous(0)
85 ASSERT(!m_next && !m_previous);
97 m_previous = toRenderLazyBlock(predecessor);
98 m_next = m_previous->m_next;
99 m_previous->m_next = this;
101 m_next->m_previous = this;
105 if (!m_previous) {
109 m_next->m_previous = this;
114 ASSERT(!m_next || m_next->m_previous == this);
115 ASSERT(!m_previous || m_previous->m_attached)
    [all...]
RenderQuote.cpp 39 , m_previous(0)
48 ASSERT(!m_next && !m_previous);
304 ASSERT(!m_next && !m_previous);
314 // Skip unattached predecessors to avoid having stale m_previous pointers
318 m_previous = toRenderQuote(predecessor);
319 m_next = m_previous->m_next;
320 m_previous->m_next = this;
322 m_next->m_previous = this;
326 if (!m_previous) {
330 m_next->m_previous = this
    [all...]
RenderQuote.h 58 RenderQuote* m_previous; member in class:WebCore::FINAL
RenderLazyBlock.h 53 RenderLazyBlock* previous() const { return m_previous; }
72 RenderLazyBlock* m_previous; member in class:WebCore::FINAL
RenderLayer.h 327 RenderLayer* previousSibling() const { return m_previous; }
1180 RenderLayer* m_previous; member in class:WebCore::RenderLayer
    [all...]
RenderObject.h 159 RenderObject* previousSibling() const { return m_previous; }
261 void setPreviousSibling(RenderObject* previous) { m_previous = previous; }
1084 RenderObject* m_previous; member in class:WebCore::RenderObject
    [all...]
RenderObject.cpp 230 , m_previous(0)
    [all...]
RenderLayer.cpp 159 , m_previous(0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ObjectConstructor.h 52 m_previous = data->m_constructorMode;
59 data->m_constructorMode = m_previous;
65 bool m_previous; member in class:WebCore::ConstructorMode
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
PathTraversalState.h 66 FloatPoint m_previous; member in class:WebCore::PathTraversalState
PathTraversalState.cpp 137 traversalState.m_previous = curve.start;
212 float slope = FloatPoint(m_current - m_previous).slopeAngleRadians();
220 m_previous = m_current;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 97 transient protected int m_previous = 0; field in class:SAX2DTM
    [all...]
SAX2RTFDTM.java 256 if (DTM.NULL != m_previous)
257 m_nextsib.setElementAt(DTM.NULL,m_previous);
SAX2DTM2.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 149 mutable DequeIteratorBase* m_previous; member in class:WTF::DequeIteratorBase
257 p->m_previous = 0;
516 m_next->m_previous = this;
518 m_previous = 0;
526 ASSERT(!m_previous);
529 ASSERT(m_next->m_previous == this);
530 m_next->m_previous = m_previous;
532 if (m_previous) {
534 ASSERT(m_previous->m_next == this)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 184 Node* previousSibling() const { return m_previous; }
319 void setPreviousSibling(Node* previous) { m_previous = previous; }
862 Node* m_previous; member in class:WebCore::Node
    [all...]
Node.cpp 358 if (m_previous)
359 m_previous->setNextSibling(0);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 634 milliseconds