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

  /external/webkit/WebCore/bindings/v8/
V8Utilities.h 68 m_previous = m_current;
74 m_current = m_previous;
80 bool m_previous; member in class:WebCore::AllowAllocation
DOMDataStore.h 80 m_chunks = toDelete->m_previous;
95 Chunk* previous = last->m_previous;
114 for (Chunk* chunk = m_chunks->m_previous; chunk; chunk = chunk->m_previous)
120 explicit Chunk(Chunk* previous) : m_previous(previous) { }
121 Chunk* const m_previous; member in struct:WebCore::ChunkedTable::Chunk
  /external/webkit/WebCore/platform/graphics/
PathTraversalState.h 67 FloatPoint m_previous; member in class:WebCore::PathTraversalState
  /external/webkit/JavaScriptCore/runtime/
Structure.h 101 Structure* previousID() const { return m_previous.get(); }
172 if (m_propertyTable || !m_previous)
198 RefPtr<Structure> m_previous; member in class:JSC::Structure
  /external/webkit/JavaScriptCore/wtf/
Deque.h 145 mutable DequeIteratorBase* m_previous; member in class:WTF::DequeIteratorBase
288 p->m_previous = 0;
537 m_next->m_previous = this;
539 m_previous = 0;
547 ASSERT(!m_previous);
550 ASSERT(m_next->m_previous == this);
551 m_next->m_previous = m_previous;
553 if (m_previous) {
555 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/WebCore/dom/
Node.h 120 Node* previousSibling() const { return m_previous; }
215 void setPreviousSibling(Node* previous) { m_previous = previous; }
622 Node* m_previous; member in class:WebCore::Node
  /external/webkit/WebCore/rendering/
RenderLayer.h 173 RenderLayer* previousSibling() const { return m_previous; }
463 void setPreviousSibling(RenderLayer* prev) { m_previous = prev; }
569 RenderLayer* m_previous; member in class:WebCore::RenderLayer
RenderObject.h 155 RenderObject* previousSibling() const { return m_previous; }
228 void setPreviousSibling(RenderObject* previous) { m_previous = previous; }
828 RenderObject* m_previous; member in class:WebCore::RenderObject
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 97 transient protected int m_previous = 0; field in class:SAX2DTM
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 253 milliseconds