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

  /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/WebKitTestRunner/
TestController.cpp 404 std::string expectedPixelHash;
408 expectedPixelHash = std::string(std::string(test), separatorPos + 1);
415 m_currentInvocation->setIsPixelTest(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);
  /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/win/
DumpRenderTree.cpp 779 dumpWebViewAsPixelsAndCompareWithExpected(gLayoutTestController->expectedPixelHash());
951 string expectedPixelHash;
    [all...]

Completed in 3206 milliseconds