OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHTMLType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc
51
const char
kHTMLType
[] = "text/html";
353
is_html_url = (type ==
kHTMLType
);
/external/chromium/chrome/browser/search_engines/
template_url_parser.cc
53
static const char
kHTMLType
[] = "text/html";
308
is_html_url = (type ==
kHTMLType
);
Completed in 453 milliseconds