Searched refs:m_externalMemoryAllocated (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DPattern.cpp43 , m_externalMemoryAllocated(0)
50 if (m_externalMemoryAllocated)
51 v8::V8::AdjustAmountOfExternalAllocatedMemory(-m_externalMemoryAllocated);
89 m_externalMemoryAllocated = static_cast<int>(std::min(static_cast<size_t>(INT_MAX), bm2.getSafeSize()));
90 v8::V8::AdjustAmountOfExternalAllocatedMemory(m_externalMemoryAllocated);
H A DPattern.h70 int m_externalMemoryAllocated; member in class:WebCore::Pattern

Completed in 104 milliseconds