Searched defs:expected_pixel_hash (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/common/
H A Dshell_test_configuration.h36 std::string expected_pixel_hash; member in struct:content::ShellTestConfiguration
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc37 std::string* expected_pixel_hash) {
56 if (expected_pixel_hash)
57 *expected_pixel_hash = pixel_hash;
34 GetURLForLayoutTest(const std::string& test_name, base::FilePath* current_working_directory, bool* enable_pixel_dumping, std::string* expected_pixel_hash) argument
H A Dwebkit_test_controller.cc240 const std::string& expected_pixel_hash) {
245 expected_pixel_hash_ = expected_pixel_hash;
502 params.expected_pixel_hash = expected_pixel_hash_;
236 PrepareForLayoutTest( const GURL& test_url, const base::FilePath& current_working_directory, bool enable_pixel_dumping, const std::string& expected_pixel_hash) argument

Completed in 102 milliseconds