HomeSort by relevance Sort by last modified time
    Searched refs:TestWebKitPlatformSupport (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/public/test/
unittest_test_suite.h 16 class TestWebKitPlatformSupport;
35 scoped_ptr<TestWebKitPlatformSupport> platform_support_;
unittest_test_suite.cc 21 platform_support_.reset(new TestWebKitPlatformSupport);
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 43 TestWebKitPlatformSupport::TestWebKitPlatformSupport() {
108 TestWebKitPlatformSupport::~TestWebKitPlatformSupport() {
116 blink::WebBlobRegistry* TestWebKitPlatformSupport::blobRegistry() {
120 blink::WebClipboard* TestWebKitPlatformSupport::clipboard() {
126 blink::WebFileUtilities* TestWebKitPlatformSupport::fileUtilities() {
130 blink::WebIDBFactory* TestWebKitPlatformSupport::idbFactory() {
136 blink::WebMimeRegistry* TestWebKitPlatformSupport::mimeRegistry() {
140 blink::WebURLLoader* TestWebKitPlatformSupport::createURLLoader()
    [all...]
blink_test_environment.cc 66 // TestWebKitPlatformSupport must be instantiated after MessageLoopType.
67 webkit_platform_support_.reset(new TestWebKitPlatformSupport);
74 TestWebKitPlatformSupport* webkit_platform_support() const {
80 scoped_ptr<TestWebKitPlatformSupport> webkit_platform_support_;
test_webkit_platform_support.h 30 class TestWebKitPlatformSupport
34 TestWebKitPlatformSupport();
35 virtual ~TestWebKitPlatformSupport();
106 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);

Completed in 95 milliseconds