TestWebKitPlatformSupport 43 content/test/test_webkit_platform_support.cc TestWebKitPlatformSupport::TestWebKitPlatformSupport() { TestWebKitPlatformSupport 97 content/test/test_webkit_platform_support.cc TestWebKitPlatformSupport::~TestWebKitPlatformSupport() { TestWebKitPlatformSupport 103 content/test/test_webkit_platform_support.cc blink::WebMimeRegistry* TestWebKitPlatformSupport::mimeRegistry() { TestWebKitPlatformSupport 107 content/test/test_webkit_platform_support.cc blink::WebClipboard* TestWebKitPlatformSupport::clipboard() { TestWebKitPlatformSupport 113 content/test/test_webkit_platform_support.cc blink::WebFileUtilities* TestWebKitPlatformSupport::fileUtilities() { TestWebKitPlatformSupport 117 content/test/test_webkit_platform_support.cc blink::WebIDBFactory* TestWebKitPlatformSupport::idbFactory() { TestWebKitPlatformSupport 123 content/test/test_webkit_platform_support.cc blink::WebURLLoader* TestWebKitPlatformSupport::createURLLoader() { TestWebKitPlatformSupport 128 content/test/test_webkit_platform_support.cc blink::WebString TestWebKitPlatformSupport::userAgent() { TestWebKitPlatformSupport 132 content/test/test_webkit_platform_support.cc blink::WebData TestWebKitPlatformSupport::loadResource(const char* name) { TestWebKitPlatformSupport 152 content/test/test_webkit_platform_support.cc blink::WebString TestWebKitPlatformSupport::queryLocalizedString( TestWebKitPlatformSupport 179 content/test/test_webkit_platform_support.cc blink::WebString TestWebKitPlatformSupport::queryLocalizedString( TestWebKitPlatformSupport 189 content/test/test_webkit_platform_support.cc blink::WebString TestWebKitPlatformSupport::queryLocalizedString( TestWebKitPlatformSupport 200 content/test/test_webkit_platform_support.cc blink::WebString TestWebKitPlatformSupport::defaultLocale() { TestWebKitPlatformSupport 205 content/test/test_webkit_platform_support.cc void TestWebKitPlatformSupport::SetThemeEngine(blink::WebThemeEngine* engine) { TestWebKitPlatformSupport 209 content/test/test_webkit_platform_support.cc blink::WebThemeEngine* TestWebKitPlatformSupport::themeEngine() { TestWebKitPlatformSupport 214 content/test/test_webkit_platform_support.cc blink::WebCompositorSupport* TestWebKitPlatformSupport::compositorSupport() { TestWebKitPlatformSupport 218 content/test/test_webkit_platform_support.cc blink::WebGestureCurve* TestWebKitPlatformSupport::createFlingAnimationCurve( TestWebKitPlatformSupport 226 content/test/test_webkit_platform_support.cc blink::WebUnitTestSupport* TestWebKitPlatformSupport::unitTestSupport() { TestWebKitPlatformSupport 230 content/test/test_webkit_platform_support.cc void TestWebKitPlatformSupport::registerMockedURL( TestWebKitPlatformSupport 237 content/test/test_webkit_platform_support.cc void TestWebKitPlatformSupport::registerMockedErrorURL( TestWebKitPlatformSupport 244 content/test/test_webkit_platform_support.cc void TestWebKitPlatformSupport::unregisterMockedURL(const blink::WebURL& url) { TestWebKitPlatformSupport 248 content/test/test_webkit_platform_support.cc void TestWebKitPlatformSupport::unregisterAllMockedURLs() { TestWebKitPlatformSupport 252 content/test/test_webkit_platform_support.cc void TestWebKitPlatformSupport::serveAsynchronousMockedRequests() { TestWebKitPlatformSupport 256 content/test/test_webkit_platform_support.cc blink::WebString TestWebKitPlatformSupport::webKitRootDir() { TestWebKitPlatformSupport 268 content/test/test_webkit_platform_support.cc TestWebKitPlatformSupport::createLayerTreeViewForTesting() { TestWebKitPlatformSupport 277 content/test/test_webkit_platform_support.cc TestWebKitPlatformSupport::createLayerTreeViewForTesting(TestViewType type) { TestWebKitPlatformSupport 282 content/test/test_webkit_platform_support.cc blink::WebData TestWebKitPlatformSupport::readFromFile( TestWebKitPlatformSupport 25 content/test/test_webkit_platform_support.h class TestWebKitPlatformSupport TestWebKitPlatformSupport 29 content/test/test_webkit_platform_support.h TestWebKitPlatformSupport(); TestWebKitPlatformSupport 30 content/test/test_webkit_platform_support.h virtual ~TestWebKitPlatformSupport(); TestWebKitPlatformSupport 100 content/test/test_webkit_platform_support.h DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport); TestWebKitPlatformSupport 63 content/test/webkit_support.cc webkit_platform_support_.reset(new TestWebKitPlatformSupport); TestWebKitPlatformSupport 79 content/test/webkit_support.cc TestWebKitPlatformSupport* webkit_platform_support() const { TestWebKitPlatformSupport 85 content/test/webkit_support.cc scoped_ptr<TestWebKitPlatformSupport> webkit_platform_support_;