HomeSort by relevance Sort by last modified time
    Searched refs:actual_pixel_hash (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 620 std::string actual_pixel_hash = base::MD5DigestToBase16(digest); local
622 if (actual_pixel_hash == test_config_.expected_pixel_hash) {
625 routing_id(), actual_pixel_hash, empty_image));
628 routing_id(), actual_pixel_hash, snapshot));
  /external/chromium_org/content/shell/
webkit_test_controller.cc 497 const std::string& actual_pixel_hash,
501 printer_->PrintImageHeader(actual_pixel_hash, expected_pixel_hash_);
505 if (actual_pixel_hash != expected_pixel_hash_) {
516 comments.push_back(gfx::PNGCodec::Comment("checksum", actual_pixel_hash));
webkit_test_controller.h 161 void OnImageDump(const std::string& actual_pixel_hash, const SkBitmap& image);

Completed in 355 milliseconds