Home
last modified time | relevance | path

Searched refs:actual_pixel_hash (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc639 std::string actual_pixel_hash = base::MD5DigestToBase16(digest); in CaptureDump() local
641 if (actual_pixel_hash == test_config_.expected_pixel_hash) { in CaptureDump()
644 routing_id(), actual_pixel_hash, empty_image)); in CaptureDump()
647 routing_id(), actual_pixel_hash, snapshot)); in CaptureDump()
/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.cc511 const std::string& actual_pixel_hash, in OnImageDump() argument
515 printer_->PrintImageHeader(actual_pixel_hash, expected_pixel_hash_); in OnImageDump()
519 if (actual_pixel_hash != expected_pixel_hash_) { in OnImageDump()
533 comments.push_back(gfx::PNGCodec::Comment("checksum", actual_pixel_hash)); in OnImageDump()
Dwebkit_test_controller.h162 void OnImageDump(const std::string& actual_pixel_hash, const SkBitmap& image);