Home | History | Annotate | Download | only in DumpRenderTree

Lines Matching refs:expectedPixelHash

45 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash)
90 , m_expectedPixelHash(expectedPixelHash)
94 PassRefPtr<LayoutTestController> LayoutTestController::create(const std::string& testPathOrURL, const std::string& expectedPixelHash)
96 return adoptRef(new LayoutTestController(testPathOrURL, expectedPixelHash));