TestingDiscardableMemory   37 Source/platform/TestingPlatformSupport.cpp TestingDiscardableMemory::TestingDiscardableMemory(size_t size) : m_data(size), m_isLocked(true)
TestingDiscardableMemory   41 Source/platform/TestingPlatformSupport.cpp TestingDiscardableMemory::~TestingDiscardableMemory()
TestingDiscardableMemory   45 Source/platform/TestingPlatformSupport.cpp bool TestingDiscardableMemory::lock()
TestingDiscardableMemory   52 Source/platform/TestingPlatformSupport.cpp void* TestingDiscardableMemory::data()
TestingDiscardableMemory   58 Source/platform/TestingPlatformSupport.cpp void TestingDiscardableMemory::unlock()
TestingDiscardableMemory   80 Source/platform/TestingPlatformSupport.cpp     return !m_config.hasDiscardableMemorySupport ? 0 : new TestingDiscardableMemory(bytes);
TestingDiscardableMemory   40 Source/platform/TestingPlatformSupport.h class TestingDiscardableMemory : public blink::WebDiscardableMemory {
TestingDiscardableMemory   42 Source/platform/TestingPlatformSupport.h     explicit TestingDiscardableMemory(size_t);
TestingDiscardableMemory   43 Source/platform/TestingPlatformSupport.h     virtual ~TestingDiscardableMemory();