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

  /external/chromium_org/base/android/
command_line_android.cc 42 static jstring GetSwitchValue(JNIEnv* env, jclass clazz, jstring jswitch) {
  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 26 ASSERT_EQ("", switches.GetSwitchValue("hello"));
40 ASSERT_EQ("there", switches.GetSwitchValue("hello"));
150 ASSERT_EQ("", capabilities.switches.GetSwitchValue("arg1"));
151 ASSERT_EQ("val", capabilities.switches.GetSwitchValue("arg2"));
245 ASSERT_EQ("test.wpad", capabilities.switches.GetSwitchValue("proxy-pac-url"));
286 capabilities.switches.GetSwitchValue("proxy-server"));
289 capabilities.switches.GetSwitchValue("proxy-bypass-list"));
317 capabilities.switches.GetSwitchValue("proxy-server"));
482 ASSERT_EQ("Agent Smith", capabilities.switches.GetSwitchValue("user-agent"));
516 capabilities.switches.GetSwitchValue("user-agent"))
    [all...]
capabilities.h 48 std::string GetSwitchValue(const std::string& name) const;
capabilities.cc 488 std::string Switches::GetSwitchValue(const std::string& name) const {
522 std::string value = GetSwitchValue(iter->first);

Completed in 84 milliseconds