OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_pixel_hash
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/shell/browser/
webkit_test_controller.cc
511
const std::string&
actual_pixel_hash
,
515
printer_->PrintImageHeader(
actual_pixel_hash
, expected_pixel_hash_);
519
if (
actual_pixel_hash
!= expected_pixel_hash_) {
533
comments.push_back(gfx::PNGCodec::Comment("checksum",
actual_pixel_hash
));
webkit_test_controller.h
162
void OnImageDump(const std::string&
actual_pixel_hash
, const SkBitmap& image);
/external/chromium_org/content/shell/renderer/
webkit_test_runner.cc
639
std::string
actual_pixel_hash
= base::MD5DigestToBase16(digest);
local
641
if (
actual_pixel_hash
== test_config_.expected_pixel_hash) {
644
routing_id(),
actual_pixel_hash
, empty_image));
647
routing_id(),
actual_pixel_hash
, snapshot));
Completed in 47 milliseconds