Home | History | Annotate | Download | only in base

Lines Matching refs:url

31   virtual bool SetCookieWithOptions(const GURL& url,
37 // Simple interface, gets a cookie string "a=b; c=d" for the given URL.
39 virtual std::string GetCookiesWithOptions(const GURL& url,
42 // Deletes the passed in cookie for the specified URL.
43 virtual void DeleteCookie(const GURL& url,
53 // Sets a cookie for the given URL using default options.
54 bool SetCookie(const GURL& url, const std::string& cookie_line);
56 // Gets cookies for the given URL using default options.
57 std::string GetCookies(const GURL& url);
59 // Sets a vector of response cookie values for the same URL.
60 void SetCookiesWithOptions(const GURL& url,
63 void SetCookies(const GURL& url,