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

  /external/chromium/net/base/
sdch_manager.cc 141 bool SdchManager::Dictionary::CanUse(const GURL& referring_url) {
142 if (!SdchManager::Global()->IsInSupportedDomain(referring_url))
152 if (!DomainMatch(referring_url, domain_)) {
157 && 0 == ports_.count(referring_url.EffectiveIntPort())) {
161 if (path_.size() && !PathMatch(referring_url.path(), path_)) {
165 if (referring_url.SchemeIsSecure()) {
172 if (!referring_url.SchemeIs("http")) {
332 bool SdchManager::CanFetchDictionary(const GURL& referring_url,
345 if (referring_url.host() != dictionary_url.host()) {
349 if (referring_url.SchemeIs("https"))
    [all...]
sdch_manager.h 201 bool CanUse(const GURL& referring_url);
295 bool CanFetchDictionary(const GURL& referring_url,
308 // in response to a request for |referring_url|.
313 const GURL& referring_url,
  /external/chromium_org/net/base/
sdch_manager.cc 145 bool SdchManager::Dictionary::CanUse(const GURL& referring_url) {
146 if (!SdchManager::Global()->IsInSupportedDomain(referring_url))
156 if (!DomainMatch(referring_url, domain_)) {
161 && 0 == ports_.count(referring_url.EffectiveIntPort())) {
165 if (path_.size() && !PathMatch(referring_url.path(), path_)) {
169 if (referring_url.SchemeIsSecure()) {
176 if (!referring_url.SchemeIs("http")) {
342 bool SdchManager::CanFetchDictionary(const GURL& referring_url,
356 if (referring_url.host() != dictionary_url.host()) {
360 if (referring_url.SchemeIs("https"))
    [all...]
sdch_manager.h 202 bool CanUse(const GURL& referring_url);
294 bool CanFetchDictionary(const GURL& referring_url,
307 // in response to a request for |referring_url|.
312 const GURL& referring_url,
  /external/chromium/chrome/browser/net/
predictor_api.h 80 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
url_info.h 105 GURL referring_url() const { return referring_url_; } function in class:chrome_browser_net::UrlInfo
predictor.cc 150 void Predictor::LearnFromNavigation(const GURL& referring_url,
153 DCHECK(referring_url == referring_url.GetWithEmptyPath());
155 if (referring_url.has_host()) {
156 referrers_[referring_url].SuggestHost(target_url);
predictor.h 97 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
predictor_api.cc 236 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) {
240 g_predictor->LearnFromNavigation(referring_url, target_url);
  /external/chromium_org/chrome/browser/net/
predictor_browsertest.cc 121 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) {
127 referring_url,
url_info.h 102 GURL referring_url() const { return referring_url_; } function in class:chrome_browser_net::UrlInfo
predictor.h 164 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
predictor.cc 571 void Predictor::LearnFromNavigation(const GURL& referring_url,
576 DCHECK_EQ(referring_url, Predictor::CanonicalizeUrl(referring_url));
577 DCHECK_NE(referring_url, GURL::EmptyGURL());
581 referrers_[referring_url].SuggestHost(target_url);
    [all...]

Completed in 1829 milliseconds