OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/browser/
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
114
const std::string&
expected_pixel_hash
);
webkit_test_controller.cc
229
const std::string&
expected_pixel_hash
) {
234
expected_pixel_hash_ =
expected_pixel_hash
;
491
params.
expected_pixel_hash
= expected_pixel_hash_;
/external/chromium_org/content/shell/renderer/
webkit_test_runner.cc
641
if (actual_pixel_hash == test_config_.
expected_pixel_hash
) {
Completed in 185 milliseconds