Home | History | Annotate | Download | only in base

Lines Matching refs:GURL

33 #include "url/gurl.h"
51 virtual void Schedule(const GURL& dictionary_url) = 0;
181 const GURL& url,
188 const GURL& url() const { return url_; }
193 bool CanAdvertise(const GURL& target_url);
198 const std::set<int>& ports, const GURL& dictionary_url);
202 bool CanUse(const GURL& referring_url);
209 static bool DomainMatch(const GURL& url, const std::string& restriction);
219 // The GURL that arrived with the text_ in a URL request to specify where
221 const GURL url_;
261 static void BlacklistDomain(const GURL& url);
265 static void BlacklistDomainForever(const GURL& url);
284 bool IsInSupportedDomain(const GURL& url);
290 void FetchDictionary(const GURL& request_url, const GURL& dictionary_url);
294 bool CanFetchDictionary(const GURL& referring_url,
295 const GURL& dictionary_url) const;
301 const GURL& dictionary_url);
312 const GURL& referring_url,
318 void GetAvailDictionaryList(const GURL& target_url, std::string* list);
330 bool AllowLatencyExperiment(const GURL& url) const;
332 void SetAllowLatencyExperiment(const GURL& url, bool enable);