Searched refs:exclude_switches (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_capabilities_parser.h66 std::set<std::string> exclude_switches; member in struct:webdriver::Capabilities
H A Dwebdriver_automation.h73 std::set<std::string> exclude_switches; member in struct:webdriver::Automation::BrowserOptions
H A Dwebdriver_capabilities_parser_unittest.cc292 const std::set<std::string>& rm_set = caps.exclude_switches;
H A Dwebdriver_capabilities_parser.cc448 caps_->exclude_switches.insert(switch_name);
H A Dwebdriver_automation.cc381 if (options.exclude_switches.find(switch_name) ==
382 options.exclude_switches.end()) {
H A Dwebdriver_session.cc111 browser_options.exclude_switches = capabilities_.exclude_switches;

Completed in 82 milliseconds