HomeSort by relevance Sort by last modified time
    Searched refs:possibly_invalid_url (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/favicon/
favicon_url_parser.cc 107 std::string possibly_invalid_url = path.substr(parsed_index); local
111 if (!GURL(possibly_invalid_url).has_scheme())
112 possibly_invalid_url = "http://" + possibly_invalid_url;
115 parsed->url = GURL(possibly_invalid_url).GetOrigin().spec();
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 278 std::string possibly_invalid_url; variable
280 if (!context->current_node()->GetAsString(&possibly_invalid_url) ||
281 !GetEffectiveSLD(possibly_invalid_url, &effective_sld))
289 // If |possibly_invalid_url| is a valid URL that has an effective second-level
292 static bool GetEffectiveSLD(const std::string& possibly_invalid_url,
296 GURL url(possibly_invalid_url);

Completed in 2124 milliseconds