Searched defs:TestingPlatformSupport (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DTestingPlatformSupport.cpp33 #include "platform/TestingPlatformSupport.h"
66 TestingPlatformSupport::TestingPlatformSupport(const Config& config) function in class:blink::TestingPlatformSupport
73 TestingPlatformSupport::~TestingPlatformSupport()
78 blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableMemory(size_t bytes)
83 void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length)
87 const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const char* categoryName)
H A DTestingPlatformSupport.h55 class TestingPlatformSupport : public Platform { class in namespace:blink
63 explicit TestingPlatformSupport(const Config&);
65 virtual ~TestingPlatformSupport();

Completed in 380 milliseconds