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

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 192 m_replicaBranches.append(branchType);
199 ASSERT(!m_replicaBranches.isEmpty());
201 if (m_replicaBranches.last() != branchType) {
208 m_replicaBranches.last() = branchType;
213 if (m_replicaBranches.last() == ReplicaBranch)
215 m_replicaBranches.removeLast();
218 size_t depth() const { return m_replicaBranches.size(); }
224 Vector<ReplicaBranchType> m_replicaBranches;
GraphicsLayerCA.mm     [all...]

Completed in 19 milliseconds