HomeSort by relevance Sort by last modified time
    Searched defs:TestingPlatformSupport (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
TestingPlatformSupport.cpp 33 #include "platform/TestingPlatformSupport.h"
66 TestingPlatformSupport::TestingPlatformSupport(const Config& config)
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)
TestingPlatformSupport.h 55 class TestingPlatformSupport : public blink::Platform {
63 explicit TestingPlatformSupport(const Config&);
65 virtual ~TestingPlatformSupport();

Completed in 66 milliseconds