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

  /external/chromium_org/chrome/test/install_test/
theme_updater.py 15 import chrome_options namespace
46 options = chrome_options.ChromeOptions()
58 options = chrome_options.ChromeOptions()
  /external/chromium_org/chrome/test/chromedriver/
capabilities.cc 189 const base::DictionaryValue* chrome_options = NULL; local
190 if (!capability.GetAsDictionary(&chrome_options))
205 for (base::DictionaryValue::Iterator it(*chrome_options); !it.IsAtEnd();
220 const base::Value* chrome_options = NULL; local
221 if (desired_caps.Get("chromeOptions", &chrome_options)) {
223 if (!chrome_options->GetAsDictionary(&chrome_options_dict))

Completed in 315 milliseconds