Home
last modified time | relevance | path

Searched refs:GetSwitchValueNative (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dcommand_line.cc289 StringType value = GetSwitchValueNative(switch_string); in GetSwitchValueASCII()
303 return FilePath(GetSwitchValueNative(switch_string)); in GetSwitchValuePath()
306 CommandLine::StringType CommandLine::GetSwitchValueNative( in GetSwitchValueNative() function in base::CommandLine
361 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i])); in CopySwitchesFrom()
Dcommand_line.h163 StringType GetSwitchValueNative(const base::StringPiece& switch_string) const;
Dcommand_line_unittest.cc145 EXPECT_EQ(kTricky, cl.GetSwitchValueNative("quotes")); in TEST()
289 EXPECT_EQ(value5, cl.GetSwitchValueNative(switch5)); in TEST()