HomeSort by relevance Sort by last modified time
    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 375 milliseconds