Home | History | Annotate | Download | only in base

Lines Matching refs:GURL

30 #include "googleurl/src/gurl.h"
47 virtual void Schedule(const GURL& dictionary_url) = 0;
174 const std::string& client_hash, const GURL& url,
179 const GURL& url() const { return url_; }
184 bool CanAdvertise(const GURL& target_url);
189 const std::set<int> ports, const GURL& dictionary_url);
193 bool CanUse(const GURL& referring_url);
200 static bool DomainMatch(const GURL& url, const std::string& restriction);
210 // The GURL that arrived with the text_ in a URL request to specify where
212 const GURL url_;
254 static void BlacklistDomain(const GURL& url);
258 static void BlacklistDomainForever(const GURL& url);
277 const bool IsInSupportedDomain(const GURL& url);
283 void FetchDictionary(const GURL& request_url, const GURL& dictionary_url);
287 bool CanFetchDictionary(const GURL& referring_url,
288 const GURL& dictionary_url) const;
294 const GURL& dictionary_url);
305 const GURL& referring_url,
311 void GetAvailDictionaryList(const GURL& target_url, std::string* list);
323 bool AllowLatencyExperiment(const GURL& url) const;
325 void SetAllowLatencyExperiment(const GURL& url, bool enable);