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

  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 210 size_t tld_start = domain.find_last_of('.'); local
211 if (tld_start != std::string::npos && tld_start + 1 < domain.size())
212 extra_rules.insert(domain.substr(tld_start + 1));

Completed in 232 milliseconds