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

  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 25 ASSERT_EQ("", switches.GetSwitchValue("hello"));
39 ASSERT_EQ("there", switches.GetSwitchValue("hello"));
149 ASSERT_EQ("", capabilities.switches.GetSwitchValue("arg1"));
150 ASSERT_EQ("val", capabilities.switches.GetSwitchValue("arg2"));
244 ASSERT_EQ("test.wpad", capabilities.switches.GetSwitchValue("proxy-pac-url"));
285 capabilities.switches.GetSwitchValue("proxy-server"));
288 capabilities.switches.GetSwitchValue("proxy-bypass-list"));
316 capabilities.switches.GetSwitchValue("proxy-server"));
capabilities.h 47 std::string GetSwitchValue(const std::string& name) const;
capabilities.cc 361 std::string Switches::GetSwitchValue(const std::string& name) const {
395 std::string value = GetSwitchValue(iter->first);
  /external/chromium_org/base/android/
command_line_android.cc 42 static jstring GetSwitchValue(JNIEnv* env, jclass clazz, jstring jswitch) {

Completed in 94 milliseconds