HomeSort by relevance Sort by last modified time
    Searched full:referrer_url_host (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/base/
sdch_manager.cc 406 std::string referrer_url_host = dictionary_url.host(); local
407 size_t postfix_domain_index = referrer_url_host.rfind(domain);
409 if (referrer_url_host.size() == postfix_domain_index + domain.size()) {
411 size_t end_of_host_index = referrer_url_host.find_first_of('.');
412 if (referrer_url_host.npos != end_of_host_index &&

Completed in 15 milliseconds