Searched refs:webKitRootDir (Results 1 – 12 of 12) sorted by relevance
56 virtual WebString webKitRootDir() { return WebString(); } in webKitRootDir() function
62 …std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().… in registerMockedURLLoad()
48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
64 String filePath = blink::Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
74 m_baseFilePath = Platform::current()->unitTestSupport()->webKitRootDir(); in AssociatedURLLoaderTest()
53 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
55 String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in readFile()
4598 WTF::String filePath = Platform::current()->unitTestSupport()->webKitRootDir(); in TEST_F()
103 WTF::String localPath = blink::Platform::current()->unitTestSupport()->webKitRootDir(); in TEST()
93 virtual blink::WebString webKitRootDir();
290 blink::WebString TestWebKitPlatformSupport::webKitRootDir() { in webKitRootDir() function in content::TestWebKitPlatformSupport