Home
last modified time | relevance | path

Searched refs:expected_pixel_hash (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_browser_main.cc37 std::string* expected_pixel_hash) { in GetURLForLayoutTest() argument
56 if (expected_pixel_hash) in GetURLForLayoutTest()
57 *expected_pixel_hash = pixel_hash; in GetURLForLayoutTest()
Dwebkit_test_controller.cc240 const std::string& expected_pixel_hash) { in PrepareForLayoutTest() argument
245 expected_pixel_hash_ = expected_pixel_hash; in PrepareForLayoutTest()
502 params.expected_pixel_hash = expected_pixel_hash_; in SendTestConfiguration()
Dwebkit_test_controller.h115 const std::string& expected_pixel_hash);
/external/chromium_org/content/shell/common/
Dshell_test_configuration.h36 std::string expected_pixel_hash; member
Dshell_messages.h26 IPC_STRUCT_TRAITS_MEMBER(expected_pixel_hash)
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc678 if (actual_pixel_hash == test_config_.expected_pixel_hash) { in CaptureDumpPixels()