Home
last modified time | relevance | path

Searched refs:webKitRootDir (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebUnitTestSupport.h56 virtual WebString webKitRootDir() { return WebString(); } in webKitRootDir() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DURLTestHelpers.cpp62 …std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().… in registerMockedURLLoad()
DWebImageTest.cpp48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
DBitmapImageTest.cpp64 String filePath = blink::Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
DJPEGImageDecoderTest.cpp54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
DAssociatedURLLoaderTest.cpp74 m_baseFilePath = Platform::current()->unitTestSupport()->webKitRootDir(); in AssociatedURLLoaderTest()
DGIFImageDecoderTest.cpp53 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
DWEBPImageDecoderTest.cpp55 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
DWebFrameTest.cpp4598 WTF::String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResourceTest.cpp103 WTF::String localPath = blink::Platform::current()->unitTestSupport()->webKitRootDir(); in TEST()
/external/chromium_org/content/test/
Dtest_webkit_platform_support.h93 virtual blink::WebString webKitRootDir();
Dtest_webkit_platform_support.cc290 blink::WebString TestWebKitPlatformSupport::webKitRootDir() { in webKitRootDir() function in content::TestWebKitPlatformSupport