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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.h 124 intptr_t m_externallyAllocatedMemory;
SerializedScriptValue.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 168 intptr_t m_externallyAllocatedMemory;
HTMLCanvasElement.cpp 78 , m_externallyAllocatedMemory(0)
525 v8::V8::AdjustAmountOfExternalAllocatedMemory(externallyAllocatedMemory - m_externallyAllocatedMemory);
526 m_externallyAllocatedMemory = externallyAllocatedMemory;

Completed in 639 milliseconds