Searched refs:dictionary_url (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/base/
H A Dsdch_dictionary_fetcher_unittest.cc80 const GURL& dictionary_url)
82 dictionary_url(dictionary_url) {}
86 GURL dictionary_url; member in struct:net::SdchTestDelegate::DictionaryAdditions
90 const GURL& dictionary_url) OVERRIDE {
92 DictionaryAdditions(dictionary_text, dictionary_url));
149 GURL dictionary_url(PathToGurl("dictionary"));
150 fetcher()->Schedule(dictionary_url);
158 dictionary_url), additions[0].dictionary_text);
163 GURL dictionary_url(PathToGur
79 DictionaryAdditions(const std::string& dictionary_text, const GURL& dictionary_url) argument
[all...]
H A Dsdch_dictionary_fetcher.cc43 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) { argument
49 if (!fetch_queue_.empty() && fetch_queue_.back() == dictionary_url) {
54 if (attempted_load_.find(dictionary_url) != attempted_load_.end()) {
59 attempted_load_.insert(dictionary_url);
60 fetch_queue_.push(dictionary_url);
H A Dsdch_manager.cc123 const GURL& dictionary_url) {
152 if (!Dictionary::DomainMatch(dictionary_url, domain)) {
157 std::string referrer_url_host = dictionary_url.host();
171 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
386 const GURL& dictionary_url) {
388 if (CanFetchDictionary(request_url, dictionary_url) && fetcher_.get()) {
390 fetcher_->Schedule(dictionary_url);
395 const GURL& dictionary_url) const {
409 if (referring_url.host() != dictionary_url.host() ||
410 referring_url.scheme() != dictionary_url
120 CanSet(const std::string& domain, const std::string& path, const std::set<int>& ports, const GURL& dictionary_url) argument
385 FetchDictionary(const GURL& request_url, const GURL& dictionary_url) argument
507 AddSdchDictionary(const std::string& dictionary_text, const GURL& dictionary_url) argument
[all...]
H A Dsdch_manager.h51 // retrieved from |dictionary_url|.
53 const GURL& dictionary_url) = 0;
62 virtual void Schedule(const GURL& dictionary_url) = 0;
216 // given data, that arrived in response to get of dictionary_url.
218 const std::set<int>& ports, const GURL& dictionary_url);
312 void FetchDictionary(const GURL& request_url, const GURL& dictionary_url);
317 const GURL& dictionary_url) const;
357 // dictionary_url; dictionary already added, etc.).
359 const GURL& dictionary_url) OVERRIDE;
H A Dsdch_dictionary_fetcher.h47 virtual void Schedule(const GURL& dictionary_url) OVERRIDE;

Completed in 81 milliseconds