HomeSort by relevance Sort by last modified time
    Searched refs:webKitRootDir (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebUnitTestSupport.h 56 virtual WebString webKitRootDir() { return WebString(); }
  /external/chromium_org/third_party/WebKit/Source/web/tests/
URLTestHelpers.cpp 61 // Physical file path for the mock = <webkitRootDir> + relativeBaseDirectory + fileName.
62 std::string filePath = std::string(Platform::current()->unitTestSupport()->webKitRootDir().utf8().data());
WebImageTest.cpp 48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
AssociatedURLLoaderTest.cpp 71 m_baseFilePath = Platform::current()->unitTestSupport()->webKitRootDir();
WebFrameTest.cpp     [all...]
  /external/chromium_org/content/test/
test_webkit_platform_support.h 87 virtual blink::WebString webKitRootDir();
test_webkit_platform_support.cc 264 blink::WebString TestWebKitPlatformSupport::webKitRootDir() {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImageTest.cpp 64 String filePath = blink::Platform::current()->unitTestSupport()->webKitRootDir();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 54 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResourceTest.cpp 104 WTF::String localPath = String(blink::Platform::current()->unitTestSupport()->webKitRootDir()) + "/Source/web/tests/data/cancelTest.html";
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 53 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 55 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();

Completed in 5627 milliseconds