Searched refs:testPathOrURL (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp219 static void runTest(const wxString testPathOrURL) argument
223 string pathOrURLString(testPathOrURL.char_str());
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h43 static PassRefPtr<LayoutTestController> create(const std::string& testPathOrURL, const std::string& expectedPixelHash);
267 const std::string& testPathOrURL() const { return m_testPathOrURL; } function in class:LayoutTestController
338 LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash);
H A DLayoutTestController.cpp45 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash) argument
89 , m_testPathOrURL(testPathOrURL)
94 PassRefPtr<LayoutTestController> LayoutTestController::create(const std::string& testPathOrURL, const std::string& expectedPixelHash) argument
96 return adoptRef(new LayoutTestController(testPathOrURL, expectedPixelHash));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp97 static void runTest(const string& testPathOrURL);
634 static void runTest(const string& testPathOrURL) argument
636 ASSERT(!testPathOrURL.empty());
639 string testURL(testPathOrURL);
643 testURL = string(testPathOrURL, 0, separatorPos);
644 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm107 static void runTest(const string& testPathOrURL);
894 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg/W3C-SVG-1.1") != string::npos);
1073 static void runTest(const string& testPathOrURL)
1075 ASSERT(!testPathOrURL.empty());
1078 string pathOrURL(testPathOrURL);
1083 pathOrURL = string(testPathOrURL, 0, separatorPos);
1084 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp731 bool isSVGW3CTest = (gLayoutTestController->testPathOrURL().find("svg\\W3C-SVG-1.1") != string::npos);
945 static void runTest(const string& testPathOrURL) argument
950 string pathOrURL(testPathOrURL);
955 pathOrURL = string(testPathOrURL, 0, separatorPos);
956 expectedPixelHash = string(testPathOrURL, separatorPos + 1);

Completed in 150 milliseconds