Home | History | Annotate | Download | only in base

Lines Matching refs:GURL

55 #include "googleurl/src/gurl.h"
280 static bool GetCookieDomainKey(const GURL& url,
333 static std::string CanonPath(const GURL& url,
385 bool CookieMonster::HasCookieableScheme(const GURL& url) {
408 const GURL& url,
697 bool CookieMonster::SetCookieWithOptions(const GURL& url,
715 std::string CookieMonster::GetCookiesWithOptions(const GURL& url,
744 void CookieMonster::DeleteCookie(const GURL& url,
796 CookieMonster::CookieList CookieMonster::GetAllCookiesForURL(const GURL& url) {
833 const GURL& url,
853 // Walk through the string and query at the dot points (GURL should have
867 const GURL& url,