OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsHTTPRef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc
93
bool
IsHTTPRef
(const std::string& url) {
291
!
IsHTTPRef
(data_.url()) || !
IsHTTPRef
(data_.suggestions_url))
/external/chromium/chrome/browser/search_engines/
template_url_parser.cc
523
bool
IsHTTPRef
(const TemplateURLRef* ref) {
534
if (!
IsHTTPRef
(url->url()) || !
IsHTTPRef
(url->suggestions_url()))
Completed in 22 milliseconds