OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_externallyAllocatedMemory
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.h
125
intptr_t
m_externallyAllocatedMemory
;
SerializedScriptValue.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp
84
,
m_externallyAllocatedMemory
(0)
96
v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-
m_externallyAllocatedMemory
);
611
v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(externallyAllocatedMemory -
m_externallyAllocatedMemory
);
612
m_externallyAllocatedMemory
= externallyAllocatedMemory;
HTMLCanvasElement.h
202
mutable intptr_t
m_externallyAllocatedMemory
;
Completed in 97 milliseconds