Home | History | Annotate | Download | only in base

Lines Matching refs:GURL

32 #include "googleurl/src/gurl.h"
50 virtual void Schedule(const GURL& dictionary_url) = 0;
180 const GURL& url,
187 const GURL& url() const { return url_; }
192 bool CanAdvertise(const GURL& target_url);
197 const std::set<int>& ports, const GURL& dictionary_url);
201 bool CanUse(const GURL& referring_url);
208 static bool DomainMatch(const GURL& url, const std::string& restriction);
218 // The GURL that arrived with the text_ in a URL request to specify where
220 const GURL url_;
262 static void BlacklistDomain(const GURL& url);
266 static void BlacklistDomainForever(const GURL& url);
285 bool IsInSupportedDomain(const GURL& url);
291 void FetchDictionary(const GURL& request_url, const GURL& dictionary_url);
295 bool CanFetchDictionary(const GURL& referring_url,
296 const GURL& dictionary_url) const;
302 const GURL& dictionary_url);
313 const GURL& referring_url,
319 void GetAvailDictionaryList(const GURL& target_url, std::string* list);
331 bool AllowLatencyExperiment(const GURL& url) const;
333 void SetAllowLatencyExperiment(const GURL& url, bool enable);