Searched defs:dictionary_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dsdch_dictionary_fetcher.cc24 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) { argument
28 if (!fetch_queue_.empty() && fetch_queue_.back() == dictionary_url) {
33 if (attempted_load_.find(dictionary_url) != attempted_load_.end()) {
38 attempted_load_.insert(dictionary_url);
39 fetch_queue_.push(dictionary_url);
/external/chromium/net/base/
H A Dsdch_manager.cc84 const GURL& dictionary_url) {
85 if (!SdchManager::Global()->IsInSupportedDomain(dictionary_url))
114 if (!Dictionary::DomainMatch(dictionary_url, domain)) {
119 std::string referrer_url_host = dictionary_url.host();
133 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
326 const GURL& dictionary_url) {
327 if (SdchManager::Global()->CanFetchDictionary(request_url, dictionary_url) &&
329 fetcher_->Schedule(dictionary_url);
333 const GURL& dictionary_url) const {
345 if (referring_url.host() != dictionary_url
81 CanSet(const std::string& domain, const std::string& path, const std::set<int>& ports, const GURL& dictionary_url) argument
325 FetchDictionary(const GURL& request_url, const GURL& dictionary_url) argument
364 AddSdchDictionary(const std::string& dictionary_text, const GURL& dictionary_url) argument
[all...]

Completed in 40 milliseconds