Searched defs:referring_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/net/
H A Durl_info.h105 GURL referring_url() const { return referring_url_; } function in class:chrome_browser_net::UrlInfo
H A Dpredictor.cc150 void Predictor::LearnFromNavigation(const GURL& referring_url, argument
153 DCHECK(referring_url == referring_url.GetWithEmptyPath());
155 if (referring_url.has_host()) {
156 referrers_[referring_url].SuggestHost(target_url);
H A Dpredictor_api.cc236 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) { argument
240 g_predictor->LearnFromNavigation(referring_url, target_url);
/external/chromium/net/base/
H A Dsdch_manager.cc141 bool SdchManager::Dictionary::CanUse(const GURL& referring_url) { argument
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, argument
345 if (referring_url.host() != dictionary_url.host()) {
349 if (referring_url
462 GetVcdiffDictionary(const std::string& server_hash, const GURL& referring_url, Dictionary** dictionary) argument
[all...]

Completed in 57 milliseconds