Home
last modified time | relevance | path

Searched refs:GetCommandLineStringInternal (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcommand_line.h116 return GetCommandLineStringInternal(false); in GetCommandLineString()
128 return GetCommandLineStringInternal(true); in GetCommandLineStringWithPlaceholders()
227 StringType GetCommandLineStringInternal(bool quote_placeholders) const;
Dcommand_line.cc439 CommandLine::StringType CommandLine::GetCommandLineStringInternal( in GetCommandLineStringInternal() function in base::CommandLine