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

  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.h 55 std::string m_expectedPixelHash;
TestInvocation.cpp 109 m_expectedPixelHash = expectedPixelHash;
  /external/webkit/Tools/WebKitTestRunner/cg/
TestInvocationCG.cpp 140 if (m_expectedPixelHash.length() > 0) {
141 ASSERT(m_expectedPixelHash.length() == 32);
143 fprintf(stdout, "\nExpectedHash: %s\n", m_expectedPixelHash.c_str());
146 if (m_expectedPixelHash == actualHash)
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 268 const std::string& expectedPixelHash() const { return m_expectedPixelHash; }
389 std::string m_expectedPixelHash; // empty string if no hash
LayoutTestController.cpp 90 , m_expectedPixelHash(expectedPixelHash)
    [all...]

Completed in 52 milliseconds