OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_replicaBranches
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h
211
m_replicaBranches
.append(branchType);
218
ASSERT(!
m_replicaBranches
.isEmpty());
220
if (
m_replicaBranches
.last() != branchType) {
227
m_replicaBranches
.last() = branchType;
232
if (
m_replicaBranches
.last() == ReplicaBranch)
234
m_replicaBranches
.removeLast();
237
size_t depth() const { return
m_replicaBranches
.size(); }
243
Vector<ReplicaBranchType>
m_replicaBranches
;
GraphicsLayerCA.cpp
[
all
...]
Completed in 19 milliseconds