TestingPlatformSupport   61 Source/platform/PurgeableVectorTest.cpp     TestingPlatformSupport::Config makeTestingPlatformSupportConfig() const
TestingPlatformSupport   63 Source/platform/PurgeableVectorTest.cpp         TestingPlatformSupport::Config config;
TestingPlatformSupport   74 Source/platform/PurgeableVectorTest.cpp     TestingPlatformSupport m_testingPlatformSupport;
TestingPlatformSupport  138 Source/platform/SharedBufferTest.cpp     TestingPlatformSupport::Config config;
TestingPlatformSupport  140 Source/platform/SharedBufferTest.cpp     TestingPlatformSupport platformWithDiscardableMemorySupport(config);
TestingPlatformSupport   66 Source/platform/TestingPlatformSupport.cpp TestingPlatformSupport::TestingPlatformSupport(const Config& config)
TestingPlatformSupport   73 Source/platform/TestingPlatformSupport.cpp TestingPlatformSupport::~TestingPlatformSupport()
TestingPlatformSupport   78 Source/platform/TestingPlatformSupport.cpp blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableMemory(size_t bytes)
TestingPlatformSupport   83 Source/platform/TestingPlatformSupport.cpp void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length)
TestingPlatformSupport   87 Source/platform/TestingPlatformSupport.cpp const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const char* categoryName)
TestingPlatformSupport   55 Source/platform/TestingPlatformSupport.h class TestingPlatformSupport : public blink::Platform {
TestingPlatformSupport   63 Source/platform/TestingPlatformSupport.h     explicit TestingPlatformSupport(const Config&);
TestingPlatformSupport   65 Source/platform/TestingPlatformSupport.h     virtual ~TestingPlatformSupport();
TestingPlatformSupport   57 Source/platform/testing/RunAllTests.cpp     WebCore::TestingPlatformSupport::Config platformConfig;
TestingPlatformSupport   58 Source/platform/testing/RunAllTests.cpp     WebCore::TestingPlatformSupport platform(platformConfig);