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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Partitions.cpp 37 PartitionRoot Partitions::m_objectModelRoot;
42 partitionAllocInit(&m_objectModelRoot);
51 (void) partitionAllocShutdown(&m_objectModelRoot);
Partitions.h 43 ALWAYS_INLINE static PartitionRoot* getObjectModelPartition() { return &m_objectModelRoot; }
47 static PartitionRoot m_objectModelRoot;

Completed in 32 milliseconds