Searched refs:webKitRootDir (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebUnitTestSupport.h56 virtual WebString webKitRootDir() { return WebString(); } function in class:blink::WebUnitTestSupport
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataObjectTest.cpp28 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
47 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DURLTestHelpers.cpp61 std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data());
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystemBaseTest.cpp20 m_filePath = Platform::current()->unitTestSupport()->webKitRootDir();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebImageTest.cpp47 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
H A DAssociatedURLLoaderTest.cpp71 m_baseFilePath = Platform::current()->unitTestSupport()->webKitRootDir();
H A DWebFrameTest.cpp5054 WTF::String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.h89 virtual blink::WebString webKitRootDir();
H A Dtest_webkit_platform_support.cc275 blink::WebString TestWebKitPlatformSupport::webKitRootDir() { function in class:content::TestWebKitPlatformSupport
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValueTest.cpp34 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImageTest.cpp64 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoderTest.cpp54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoderTest.cpp52 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();

Completed in 1313 milliseconds