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

  /external/chromium/net/base/
sdch_manager.cc 119 std::string referrer_url_host = dictionary_url.host(); local
120 size_t postfix_domain_index = referrer_url_host.rfind(domain);
122 if (referrer_url_host.size() == postfix_domain_index + domain.size()) {
124 size_t end_of_host_index = referrer_url_host.find_first_of('.');
125 if (referrer_url_host.npos != end_of_host_index &&
  /external/chromium_org/net/base/
sdch_manager.cc 123 std::string referrer_url_host = dictionary_url.host(); local
124 size_t postfix_domain_index = referrer_url_host.rfind(domain);
126 if (referrer_url_host.size() == postfix_domain_index + domain.size()) {
128 size_t end_of_host_index = referrer_url_host.find_first_of('.');
129 if (referrer_url_host.npos != end_of_host_index &&

Completed in 575 milliseconds