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

  /external/chromium_org/content/shell/common/
shell_test_configuration.h 36 std::string expected_pixel_hash; member in struct:content::ShellTestConfiguration
shell_messages.h 24 IPC_STRUCT_TRAITS_MEMBER(expected_pixel_hash)
  /external/chromium_org/content/shell/
shell_browser_main.cc 37 std::string* expected_pixel_hash) {
56 if (expected_pixel_hash)
57 *expected_pixel_hash = pixel_hash;
webkit_test_controller.h 113 const std::string& expected_pixel_hash);
webkit_test_controller.cc 222 const std::string& expected_pixel_hash) {
227 expected_pixel_hash_ = expected_pixel_hash;
477 params.expected_pixel_hash = expected_pixel_hash_;
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 622 if (actual_pixel_hash == test_config_.expected_pixel_hash) {

Completed in 146 milliseconds