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

  /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...]
test_webkit_platform_support.h 30 class TestWebKitPlatformSupport
34 TestWebKitPlatformSupport();
35 virtual ~TestWebKitPlatformSupport();
106 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);

Completed in 319 milliseconds