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

  /external/chromium/net/base/
sdch_manager.cc 120 size_t postfix_domain_index = referrer_url_host.rfind(domain); local
122 if (referrer_url_host.size() == postfix_domain_index + domain.size()) {
126 end_of_host_index < postfix_domain_index) {
  /external/chromium_org/net/base/
sdch_manager.cc 124 size_t postfix_domain_index = referrer_url_host.rfind(domain); local
126 if (referrer_url_host.size() == postfix_domain_index + domain.size()) {
130 end_of_host_index < postfix_domain_index) {

Completed in 150 milliseconds