Home
last modified time | relevance | path

Searched refs:m_expectedPixelHash (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h154 const std::string& expectedPixelHash() const { return m_expectedPixelHash; } in expectedPixelHash()
185 std::string m_expectedPixelHash; // empty string if no hash variable
DLayoutTestController.cpp64 , m_expectedPixelHash(expectedPixelHash) in LayoutTestController()