Home
last modified time | relevance | path

Searched defs:ShellTestConfiguration (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/shell/common/
Dshell_test_configuration.h16 struct ShellTestConfiguration { struct
21 base::FilePath current_working_directory;
24 base::FilePath temp_path;
27 GURL test_url;
30 bool enable_pixel_dumping;
33 bool allow_external_pages;
36 std::string expected_pixel_hash;
39 gfx::Size initial_size;
Dshell_test_configuration.cc9 ShellTestConfiguration::ShellTestConfiguration() in ShellTestConfiguration() function in content::ShellTestConfiguration