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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Partitions.cpp 38 PartitionRoot Partitions::m_renderingRoot;
43 partitionAllocInit(&m_renderingRoot);
52 (void) partitionAllocShutdown(&m_renderingRoot);
Partitions.h 44 ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return &m_renderingRoot; }
48 static PartitionRoot m_renderingRoot;

Completed in 73 milliseconds