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/browser/
webkit_test_controller.cc 522 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));
webkit_test_controller.h 164 void OnImageDump(const std::string& actual_pixel_hash, const SkBitmap& image);
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 676 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 3669 milliseconds