HomeSort by relevance Sort by last modified time
    Searched refs:SetUnparsedSwitch (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
capabilities.h 43 void SetUnparsedSwitch(const std::string& unparsed_switch);
capabilities_unittest.cc 92 switches.SetUnparsedSwitch("a");
93 switches.SetUnparsedSwitch("--b");
94 switches.SetUnparsedSwitch("--c=1");
95 switches.SetUnparsedSwitch("d=1");
96 switches.SetUnparsedSwitch("-e=--1=1");
capabilities.cc 173 capabilities->switches.SetUnparsedSwitch(arg_string);
465 void Switches::SetUnparsedSwitch(const std::string& unparsed_switch) {

Completed in 99 milliseconds