Home | History | Annotate | Download | only in base

Lines Matching refs:url

37 // get data from a specified URL.  This allows us to use very high level browser
125 PASS_THROUGH_404_CODE = 78, // URL not found message passing through.
172 // advertise the dictionary's availability relative to the suppplied URL.
174 const std::string& client_hash, const GURL& url,
179 const GURL& url() const { return 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
254 static void BlacklistDomain(const GURL& url);
258 static void BlacklistDomainForever(const GURL& url);
273 // Check to see if SDCH is enabled (globally), and the given URL is in a
277 const bool IsInSupportedDomain(const GURL& url);
279 // Schedule the URL fetching to load a dictionary. This will always return
323 bool AllowLatencyExperiment(const GURL& url) const;
325 void SetAllowLatencyExperiment(const GURL& url, bool enable);
337 // A simple implementation of a RFC 3548 "URL safe" base64 encoder.
342 // An instance that can fetch a dictionary given a URL.