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

  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.h 41 void setIsPixelTest(const std::string& expectedPixelHash);
TestController.cpp 404 std::string expectedPixelHash;
408 expectedPixelHash = std::string(std::string(test), separatorPos + 1);
415 m_currentInvocation->setIsPixelTest(expectedPixelHash);
TestInvocation.cpp 106 void TestInvocation::setIsPixelTest(const std::string& expectedPixelHash)
109 m_expectedPixelHash = expectedPixelHash;
  /external/webkit/Tools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 225 string expectedPixelHash;
230 expectedPixelHash = string(pathOrURLString, separatorPos + 1);
238 gLayoutTestController = LayoutTestController::create(pathOrURL, expectedPixelHash);
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 43 static PassRefPtr<LayoutTestController> create(const std::string& testPathOrURL, const std::string& expectedPixelHash);
268 const std::string& expectedPixelHash() const { return m_expectedPixelHash; }
338 LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash);
LayoutTestController.cpp 45 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash)
90 , m_expectedPixelHash(expectedPixelHash)
94 PassRefPtr<LayoutTestController> LayoutTestController::create(const std::string& testPathOrURL, const std::string& expectedPixelHash)
96 return adoptRef(new LayoutTestController(testPathOrURL, expectedPixelHash));
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 581 dumpWebViewAsPixelsAndCompareWithExpected(gLayoutTestController->expectedPixelHash());
640 string expectedPixelHash;
644 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
659 gLayoutTestController = LayoutTestController::create(testURL, expectedPixelHash);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 779 dumpWebViewAsPixelsAndCompareWithExpected(gLayoutTestController->expectedPixelHash());
951 string expectedPixelHash;
    [all...]

Completed in 382 milliseconds