m_externalMemoryAllocated   51 Source/platform/graphics/Pattern.cpp     if (m_externalMemoryAllocated)
m_externalMemoryAllocated   52 Source/platform/graphics/Pattern.cpp         v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-m_externalMemoryAllocated);
m_externalMemoryAllocated   94 Source/platform/graphics/Pattern.cpp         m_externalMemoryAllocated = static_cast<int>(std::min(static_cast<size_t>(INT_MAX), bm2.getSafeSize()));
m_externalMemoryAllocated   95 Source/platform/graphics/Pattern.cpp         v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(m_externalMemoryAllocated);
m_externalMemoryAllocated   69 Source/platform/graphics/Pattern.h     int m_externalMemoryAllocated;