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

  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 228 string expectedPixelHash;
233 expectedPixelHash = string(pathOrURLString, separatorPos + 1);
241 gLayoutTestController = new LayoutTestController(pathOrURL, expectedPixelHash);
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 40 LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash);
212 const std::string& expectedPixelHash() const { return m_expectedPixelHash; }
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 449 string expectedPixelHash;
454 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
462 gLayoutTestController = new LayoutTestController(testURL, expectedPixelHash);
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 709 dumpWebViewAsPixelsAndCompareWithExpected(gLayoutTestController->expectedPixelHash());
860 string expectedPixelHash;
865 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
889 ::gLayoutTestController = new LayoutTestController(pathOrURL, expectedPixelHash);
    [all...]

Completed in 133 milliseconds