HomeSort by relevance Sort by last modified time
    Searched refs:cookieURL (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/mac/
CookieJar.mm 81 NSURL *cookieURL = url;
82 NSArray *cookies = [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookiesForURL:cookieURL];
93 NSURL *cookieURL = url;
94 NSArray *cookies = [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookiesForURL:cookieURL];
114 NSURL *cookieURL = url;
115 NSArray *cookies = [NSHTTPCookie cookiesWithResponseHeaderFields:[NSDictionary dictionaryWithObject:cookieString forKey:@"Set-Cookie"] forURL:cookieURL];
116 [[NSHTTPCookieStorage sharedHTTPCookieStorage] setCookies:filterCookies(cookies).get() forURL:cookieURL mainDocumentURL:document->firstPartyForCookies()];
137 NSURL *cookieURL = url;
138 NSArray *cookies = [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookiesForURL:cookieURL];
163 NSURL *cookieURL = url
    [all...]
  /external/webkit/WebCore/platform/network/chromium/
CookieJarChromium.cpp 71 return ChromiumBridge::cookiesEnabled(document->cookieURL(), document->firstPartyForCookies());
  /external/webkit/WebCore/dom/
Document.cpp     [all...]
Document.h 729 const KURL& cookieURL() const { return m_cookieURL; }
    [all...]

Completed in 198 milliseconds