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

/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc522 const std::string& actual_pixel_hash,
526 printer_->PrintImageHeader(actual_pixel_hash, expected_pixel_hash_);
530 if (actual_pixel_hash != expected_pixel_hash_) {
544 comments.push_back(gfx::PNGCodec::Comment("checksum", actual_pixel_hash));
521 OnImageDump( const std::string& actual_pixel_hash, const SkBitmap& image) argument
H A Dwebkit_test_controller.h164 void OnImageDump(const std::string& actual_pixel_hash, const SkBitmap& image);
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc676 std::string actual_pixel_hash = base::MD5DigestToBase16(digest); local
678 if (actual_pixel_hash == test_config_.expected_pixel_hash) {
681 routing_id(), actual_pixel_hash, empty_image));
684 routing_id(), actual_pixel_hash, snapshot));

Completed in 86 milliseconds