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

  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 40 LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash);
211 const std::string& testPathOrURL() const { return m_testPathOrURL; }
LayoutTestController.cpp 42 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash)
77 , m_testPathOrURL(testPathOrURL)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 222 static void runTest(const wxString testPathOrURL)
226 string pathOrURLString(testPathOrURL.char_str());
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 443 static void runTest(const string& testPathOrURL)
445 ASSERT(!testPathOrURL.empty());
448 string pathOrURL(testPathOrURL);
453 pathOrURL = string(testPathOrURL, 0, separatorPos);
454 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
477 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg/W3C-SVG-1.1") != string::npos);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 95 static void runTest(const string& testPathOrURL);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 663 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg\\W3C-SVG-1.1") != string::npos);
854 static void runTest(const string& testPathOrURL)
859 string pathOrURL(testPathOrURL);
864 pathOrURL = string(testPathOrURL, 0, separatorPos);
865 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
    [all...]

Completed in 220 milliseconds