Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/common/
Dshell_test_configuration.cc9 ShellTestConfiguration::ShellTestConfiguration() in ShellTestConfiguration() function in content::ShellTestConfiguration
13 ShellTestConfiguration::~ShellTestConfiguration() {} in ~ShellTestConfiguration()
Dshell_test_configuration.h16 struct ShellTestConfiguration { struct
17 ShellTestConfiguration();
18 ~ShellTestConfiguration();
Dshell_messages.h19 IPC_STRUCT_TRAITS_BEGIN(content::ShellTestConfiguration)
38 content::ShellTestConfiguration)
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.h121 void OnSetTestConfiguration(const ShellTestConfiguration& params);
142 ShellTestConfiguration test_config_;
Dwebkit_test_runner.cc666 const ShellTestConfiguration& params) { in OnSetTestConfiguration()
/external/chromium_org/content/shell/browser/
Dwebkit_test_controller.cc487 ShellTestConfiguration params; in SendTestConfiguration()