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

  /external/libchrome/base/
command_line.cc 297 StringType value = GetSwitchValueNative(switch_string);
311 return FilePath(GetSwitchValueNative(switch_string));
314 CommandLine::StringType CommandLine::GetSwitchValueNative(
369 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i]));
command_line.h 171 StringType GetSwitchValueNative(const StringPiece& switch_string) const;
command_line_unittest.cc 146 EXPECT_EQ(kTricky, cl.GetSwitchValueNative("quotes"));
290 EXPECT_EQ(value5, cl.GetSwitchValueNative(switch5));
  /external/libmojo/base/android/
command_line_android.cc 50 std::string value(CommandLine::ForCurrentProcess()->GetSwitchValueNative(

Completed in 201 milliseconds