OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_previous
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderQuote.h
46
RenderQuote*
m_previous
;
member in class:WebCore::RenderQuote
RenderLayer.h
189
RenderLayer* previousSibling() const { return
m_previous
; }
507
void setPreviousSibling(RenderLayer* prev) {
m_previous
= prev; }
668
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; }
836
RenderObject*
m_previous
;
member in class:WebCore::RenderObject
[
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/webkit/Source/WebCore/platform/graphics/
PathTraversalState.h
67
FloatPoint
m_previous
;
member in class:WebCore::PathTraversalState
/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/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
/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
...]
/external/webkit/Source/WebCore/dom/
Node.h
146
Node* previousSibling() const { return
m_previous
; }
242
void setPreviousSibling(Node* previous) {
m_previous
= previous; }
703
Node*
m_previous
;
member in class:WebCore::Node
/external/emma/lib/
emma.jar
Completed in 105 milliseconds