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

  /external/webkit/WebCore/platform/graphics/
PathTraversalState.h 67 FloatPoint m_previous; member in class:WebCore::PathTraversalState
Path.cpp 47 traversalState.m_previous = traversalState.m_current;
71 FloatSize change = traversalState.m_current - traversalState.m_previous;
PathTraversalState.cpp 137 traversalState.m_previous = curve.start;
  /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/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...]
  /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...]
SAX2RTFDTM.java 256 if (DTM.NULL != m_previous)
257 m_nextsib.setElementAt(DTM.NULL,m_previous);
SAX2DTM2.java     [all...]
  /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
Structure.cpp 100 if (!structure->m_previous && !structure->m_transitions.singleTransition)
160 if (m_previous) {
162 m_previous->table.remove(make_pair(m_nameInPrevious.get(), m_attributesInPrevious), m_specificValueInPrevious);
260 ASSERT(!structure->m_previous);
377 transition->m_previous = structure;
394 if (structure->m_previous)
    [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
Node.cpp 410 , m_previous(0)
482 if (m_previous)
483 m_previous->setNextSibling(0);
    [all...]
  /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...]
RenderObject.cpp 180 , m_previous(0)
    [all...]
RenderLayer.cpp 131 , m_previous(0)
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 296 milliseconds