OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsStandardScheme
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/extensions/
url_pattern.cc
69
bool
IsStandardScheme
(const std::string& scheme) {
133
bool standard_scheme =
IsStandardScheme
(scheme_);
291
bool standard_scheme =
IsStandardScheme
(scheme_);
/external/chromium_org/extensions/common/
url_pattern.cc
71
bool
IsStandardScheme
(const std::string& scheme) {
178
bool standard_scheme =
IsStandardScheme
(scheme_);
423
bool standard_scheme =
IsStandardScheme
(scheme_);
Completed in 22 milliseconds