Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.cc245 expected_pixel_hash_ = expected_pixel_hash; in PrepareForLayoutTest()
304 expected_pixel_hash_.clear(); in ResetAfterLayoutTest()
502 params.expected_pixel_hash = expected_pixel_hash_; in SendTestConfiguration()
526 printer_->PrintImageHeader(actual_pixel_hash, expected_pixel_hash_); in OnImageDump()
530 if (actual_pixel_hash != expected_pixel_hash_) { in OnImageDump()
Dwebkit_test_controller.h203 std::string expected_pixel_hash_; variable