Searched defs:expectedPixelHash (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
H A DTestInvocation.cpp106 void TestInvocation::setIsPixelTest(const std::string& expectedPixelHash) argument
109 m_expectedPixelHash = expectedPixelHash;
H A DTestController.cpp404 std::string expectedPixelHash; local
408 expectedPixelHash = std::string(std::string(test), separatorPos + 1);
415 m_currentInvocation->setIsPixelTest(expectedPixelHash);
/external/webkit/Tools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp225 string expectedPixelHash; local
230 expectedPixelHash = string(pathOrURLString, separatorPos + 1);
238 gLayoutTestController = LayoutTestController::create(pathOrURL, expectedPixelHash);
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h43 static PassRefPtr<LayoutTestController> create(const std::string& testPathOrURL, const std::string& expectedPixelHash);
268 const std::string& expectedPixelHash() const { return m_expectedPixelHash; } 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
90 , m_expectedPixelHash(expectedPixelHash)
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.cpp581 dumpWebViewAsPixelsAndCompareWithExpected(gLayoutTestController->expectedPixelHash());
640 string expectedPixelHash; local
644 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
659 gLayoutTestController = LayoutTestController::create(testURL, expectedPixelHash);
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp779 dumpWebViewAsPixelsAndCompareWithExpected(gLayoutTestController->expectedPixelHash());
951 string expectedPixelHash; local
956 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
980 ::gLayoutTestController = LayoutTestController::create(pathOrURL, expectedPixelHash);

Completed in 250 milliseconds