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

  /external/webkit/Source/WebCore/rendering/
RenderQuote.cpp 58 , m_previous(0)
84 ASSERT(!head->m_previous);
89 head->m_previous = toRenderQuote(predecessor);
90 if (head->m_previous->m_next) {
95 tail->m_next = head->m_previous->m_next;
96 ASSERT(tail->m_next->m_previous == head->m_previous);
97 tail->m_next->m_previous = tail;
100 head->m_previous->m_next = head;
101 ASSERT(head->m_previous->m_depth != UNKNOWN_DEPTH)
    [all...]
RenderQuote.h 46 RenderQuote* m_previous; member in class:WebCore::RenderQuote
RenderLayer.h 167 RenderLayer* previousSibling() const { return m_previous; }
491 void setPreviousSibling(RenderLayer* prev) { m_previous = prev; }
652 RenderLayer* m_previous; member in class:WebCore::RenderLayer
    [all...]
RenderObject.h 130 RenderObject* previousSibling() const { return m_previous; }
214 void setPreviousSibling(RenderObject* previous) { m_previous = previous; }
839 RenderObject* m_previous; member in class:WebCore::RenderObject
    [all...]
RenderObject.cpp 187 , m_previous(0)
    [all...]
RenderLayer.cpp 138 , m_previous(0)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
PathTraversalState.h 67 FloatPoint m_previous; member in class:WebCore::PathTraversalState
Path.cpp 49 traversalState.m_previous = traversalState.m_current;
73 FloatSize change = traversalState.m_current - traversalState.m_previous;
PathTraversalState.cpp 137 traversalState.m_previous = curve.start;
  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 101 , m_previous(0)
130 ASSERT(!m_previous);
157 pool->m_previous = previousPool;
178 pool = pool->m_previous;
195 BumpPointerPool* m_previous; member in class:WTF::BumpPointerPool
Deque.h 147 mutable DequeIteratorBase* m_previous; member in class:WTF::DequeIteratorBase
294 p->m_previous = 0;
553 m_next->m_previous = this;
555 m_previous = 0;
563 ASSERT(!m_previous);
566 ASSERT(m_next->m_previous == this);
567 m_next->m_previous = m_previous;
569 if (m_previous) {
571 ASSERT(m_previous->m_next == this)
    [all...]
HashTable.h 214 // Any modifications of the m_next or m_previous of an iterator that is in a linked list of a HashTable::m_iterator,
218 mutable const_iterator* m_previous; member in class:WTF::HashTableConstIterator
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.h 92 m_previous = m_current;
98 m_current = m_previous;
104 bool m_previous; member in class:WebCore::AllowAllocation
IntrusiveDOMWrapperMap.h 66 m_chunks = toDelete->m_previous;
81 Chunk* previous = last->m_previous;
100 for (Chunk* chunk = m_chunks->m_previous; chunk; chunk = chunk->m_previous)
106 explicit Chunk(Chunk* previous) : m_previous(previous) { }
107 Chunk* const m_previous; member in struct:WebCore::ChunkedTable::Chunk
  /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/webkit/Source/JavaScriptCore/runtime/
Structure.h 104 Structure* previousID() const { return m_previous.get(); }
192 if (!m_propertyTable && m_previous)
215 WriteBarrier<Structure> m_previous; member in class:JSC::Structure
Structure.cpp 148 if (!structure->m_previous)
257 ASSERT(!structure->m_previous);
350 transition->m_previous.set(globalData, transition, structure);
361 if (structure->m_previous)
775 if (m_previous)
776 markStack.append(&m_previous);
  /external/webkit/Source/WebCore/dom/
Node.h 146 Node* previousSibling() const { return m_previous; }
242 void setPreviousSibling(Node* previous) { m_previous = previous; }
691 Node* m_previous; member in class:WebCore::Node
Document.h     [all...]
Node.cpp 408 if (m_previous)
409 m_previous->setNextSibling(0);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 348 milliseconds