OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveChars
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
string_util.cc
187
bool
RemoveChars
(const std::wstring& input,
194
bool
RemoveChars
(const string16& input,
201
bool
RemoveChars
(const std::string& input,
[
all
...]
/external/chromium-libpac/src/
proxy_resolver_v8.cc
267
bool
RemoveChars
(const std::string& input,
286
RemoveChars
(ip_address_list, " \t", &cleaned_ip_address_list);
329
if (
RemoveChars
(ip_address, " \t", &cleaned_ip_address))
/external/chromium_org/base/strings/
string_util.cc
153
bool
RemoveChars
(const string16& input,
159
bool
RemoveChars
(const std::string& input,
Completed in 44 milliseconds