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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Partitions.h 44 ALWAYS_INLINE static PartitionRoot* getRenderingPartition() { return &m_renderingRoot; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
BidiRun.cpp 41 return partitionAlloc(Partitions::getRenderingPartition(), sz);
LayoutState.cpp 166 return partitionAlloc(Partitions::getRenderingPartition(), sz);
InlineBox.cpp 73 return partitionAlloc(Partitions::getRenderingPartition(), sz);
RenderObject.cpp 128 return partitionAlloc(Partitions::getRenderingPartition(), sz);
    [all...]
RenderLayer.cpp     [all...]

Completed in 97 milliseconds