OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testingplatformsupport
(Results
1 - 6
of
6
) 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
();
SharedBufferTest.cpp
37
#include "platform/
TestingPlatformSupport
.h"
138
TestingPlatformSupport
::Config config;
140
TestingPlatformSupport
platformWithDiscardableMemorySupport(config);
PurgeableVectorTest.cpp
34
#include "platform/
TestingPlatformSupport
.h"
61
TestingPlatformSupport
::Config makeTestingPlatformSupportConfig() const
63
TestingPlatformSupport
::Config config;
74
TestingPlatformSupport
m_testingPlatformSupport;
blink_platform.gypi
889
'
TestingPlatformSupport
.cpp',
890
'
TestingPlatformSupport
.h',
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/testing/
RunAllTests.cpp
35
#include "platform/
TestingPlatformSupport
.h"
59
WebCore::
TestingPlatformSupport
::Config platformConfig;
60
WebCore::
TestingPlatformSupport
platform(platformConfig);
Completed in 166 milliseconds