HomeSort by relevance Sort by last modified time
    Searched refs:expectedPixelHash (Results 1 - 6 of 6) 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; }
LayoutTestController.cpp 42 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash)
78 , m_expectedPixelHash(expectedPixelHash)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
  /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...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 449 string expectedPixelHash;
454 expectedPixelHash = string(testPathOrURL, separatorPos + 1);
462 gLayoutTestController = new LayoutTestController(testURL, expectedPixelHash);

Completed in 38 milliseconds