Searched refs:m_expectedPixelHash (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
H A DTestInvocation.h55 std::string m_expectedPixelHash; member in class:WTR::TestInvocation
H A DTestInvocation.cpp109 m_expectedPixelHash = expectedPixelHash;
/external/webkit/Tools/WebKitTestRunner/cg/
H A DTestInvocationCG.cpp140 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/
H A DLayoutTestController.h268 const std::string& expectedPixelHash() const { return m_expectedPixelHash; }
389 std::string m_expectedPixelHash; // empty string if no hash member in class:LayoutTestController
H A DLayoutTestController.cpp90 , m_expectedPixelHash(expectedPixelHash)

Completed in 100 milliseconds