OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Partitions
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/
Partitions.cpp
33
#include "core/platform/
Partitions
.h"
37
PartitionRoot
Partitions
::m_objectModelRoot;
38
PartitionRoot
Partitions
::m_renderingRoot;
40
void
Partitions
::init()
46
void
Partitions
::shutdown()
50
// the valgrind and heapcheck bots, which run without
partitions
.
Partitions.h
38
class
Partitions
{
/external/chromium_org/third_party/WebKit/Source/wtf/
WTF.h
45
class
Partitions
{
50
ALWAYS_INLINE PartitionRoot* bufferPartition() { return &
Partitions
::m_bufferRoot; }
WTF.cpp
57
PartitionRoot
Partitions
::m_bufferRoot;
/external/chromium_org/third_party/WebKit/Source/core/
Init.cpp
44
#include "core/platform/
Partitions
.h"
70
Partitions
::init();
76
Partitions
::shutdown();
webcore_platform.target.darwin-arm.mk
52
third_party/WebKit/Source/core/platform/
Partitions
.cpp \
[
all
...]
webcore_platform.target.darwin-mips.mk
52
third_party/WebKit/Source/core/platform/
Partitions
.cpp \
[
all
...]
webcore_platform.target.darwin-x86.mk
52
third_party/WebKit/Source/core/platform/
Partitions
.cpp \
[
all
...]
webcore_platform.target.linux-arm.mk
52
third_party/WebKit/Source/core/platform/
Partitions
.cpp \
[
all
...]
webcore_platform.target.linux-mips.mk
52
third_party/WebKit/Source/core/platform/
Partitions
.cpp \
[
all
...]
webcore_platform.target.linux-x86.mk
52
third_party/WebKit/Source/core/platform/
Partitions
.cpp \
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
BidiRun.cpp
26
#include "core/platform/
Partitions
.h"
41
return partitionAlloc(
Partitions
::getRenderingPartition(), sz);
LayoutState.cpp
29
#include "core/platform/
Partitions
.h"
166
return partitionAlloc(
Partitions
::getRenderingPartition(), sz);
InlineBox.cpp
23
#include "core/platform/
Partitions
.h"
73
return partitionAlloc(
Partitions
::getRenderingPartition(), sz);
RenderObject.cpp
49
#include "core/platform/
Partitions
.h"
128
return partitionAlloc(
Partitions
::getRenderingPartition(), sz);
[
all
...]
RenderLayer.cpp
69
#include "core/platform/
Partitions
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp
83
#include "core/platform/
Partitions
.h"
103
return partitionAlloc(
Partitions
::getObjectModelPartition(), size);
[
all
...]
Completed in 3373 milliseconds