HomeSort by relevance Sort by last modified time
    Searched refs:cookies (Results 126 - 150 of 183) sorted by null

1 2 3 4 56 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 253 # cookies with no value should be saved and loaded consistently
282 # Invalid contents of cookies file (eg. bad magic string)
303 # Netscape cookies work the same as RFC 2965 with regard to port.
305 # If turn RFC 2965 handling off, Set-Cookie2 cookies should not clobber
306 # Set-Cookie cookies.
307 # Cookie2 should be sent if *any* cookies are not V1 (ie. V0 OR V2 etc.).
308 # Cookies (V1 and V0) with no expiry date should be set to be discarded.
397 # cookies unchanged apart from lost info re. whether path was specified
407 # RFC 2109 cookies are handled as RFC 2965 or Netscape cookies,
    [all...]
test_httplib.py 241 cookies = r.getheader("Set-Cookie")
242 if cookies != hdr:
  /external/chromium_org/net/cookies/
cookie_store_unittest.h 12 #include "net/cookies/cookie_monster.h"
13 #include "net/cookies/cookie_store.h"
14 #include "net/cookies/cookie_store_test_callbacks.h"
45 // // The cookie store supports cookies with the exclude_httponly() option.
56 // // The cookie store rejects cookies for invalid schemes such as ftp.
63 // // Time to wait between two cookie insertions to ensure that cookies have
230 std::string cookies = GetCookies(cs, url); local
231 bool matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies));
238 cookies = GetCookies(cs, url);
239 matched = (TokenizeCookieLine(line) == TokenizeCookieLine(cookies));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 508 RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> > cookies = TypeBuilder::Array<TypeBuilder::Page::Cookie>::create(); local
513 cookies->addItem(buildObjectForCookie(*it));
515 return cookies;
587 void InspectorPageAgent::getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cookies)
607 cookies = buildArrayForCookies(rawCookiesList);
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
CookieManagerTest.java 60 throw new RuntimeException("Could not clear cookies.");
219 // When we remove all cookies the first time some cookies are removed.
240 // Eventually the cookies are removed.
272 // If there are no session cookies then none are removed.
347 // Removing expired cookies doesn't have an observable effect but since people will still
377 // When third party cookies are disabled...
381 // ...we can't set third party cookies.
390 // When third party cookies are enabled...
394 // ...we can set third party cookies
682 String[] cookies = responseCookie.split(";"); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_browsertest.cc 38 #include "net/cookies/canonical_cookie.h"
39 #include "net/cookies/cookie_monster.h"
40 #include "net/cookies/cookie_store.h"
380 void OnGetAllCookiesOnUIThread(const net::CookieList& cookies) {
381 cookie_list_ = cookies;
442 // since /ListAccounts should have tell us that the initial session cookies
450 // since FakeGaia instance isn't configured to return relevant tokens/cookies.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 513 * Populates request with defaults and cookies.
550 Map<String, List<String>> cookies = cookieHandler.get(request.uri(), headers); local
552 // Add any new cookies to the request.
553 OkHeaders.addCookies(result, cookies);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 241 cookies = r.getheader("Set-Cookie")
242 if cookies != hdr:
  /external/chromium_org/net/url_request/
url_request.h 27 #include "net/cookies/canonical_cookie.h"
28 #include "net/cookies/cookie_store.h"
285 // Changes the default cookie policy from allowing all cookies to blocking all
286 // cookies. Embedders that want to implement a more flexible policy should
287 // change the default to blocking all cookies, and provide a NetworkDelegate
290 // started. Once it was set to block all cookies, it cannot be changed back.
319 // first-party for cookies will be the URL of the first URL in the
451 // separated by commas (per RFC 2616). This will not work with cookies since
511 // that can have cookies. Returns true if the request is a cookie-bearing
514 bool GetResponseCookies(ResponseCookies* cookies);
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 714 * Return a page with a title containing a list of all incoming cookies,
720 Header[] cookies = request.getHeaders("Cookie"); local
723 cookieString.append(cookies.length);
725 for (Header cookie : cookies) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 603 OptionsPage.showPageByName('cookies', true);
604 self.verifyOpenPages_(['settings', 'content', 'cookies']);
605 self.verifyHistory_(['', 'languages', 'cookies'], testDone);
733 OptionsPage.showPageByName('cookies', true);
735 self.verifyOpenPages_(['settings', 'content', 'cookies']);
736 self.verifyHistory_(['', 'languages', 'cookies'], function() {
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 20 #include "net/cookies/cookie_monster.h"
132 void GetCookieCallback(const std::string& cookies) {
133 if (cookies == "A=1") {
136 EXPECT_EQ("", cookies);
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc     [all...]
  /external/chromium_org/net/
net.target.darwin-arm.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.darwin-arm64.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.darwin-mips.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.darwin-x86.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.darwin-x86_64.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.linux-arm.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.linux-arm64.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.linux-mips.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.linux-x86.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
net.target.linux-x86_64.mk 162 net/cookies/canonical_cookie.cc \
163 net/cookies/cookie_constants.cc \
164 net/cookies/cookie_monster.cc \
165 net/cookies/cookie_store.cc \
166 net/cookies/cookie_util.cc \
167 net/cookies/parsed_cookie.cc \
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 451 // Create the merge cookies in the opposite order to ensure that we don't
453 LinkedList<MergeCookie> cookies = new LinkedList<MergeCookie>(); local
456 cookies.addFirst(new MergeCookie(node));
458 Iterator<MergeCookie> it = cookies.iterator();
492 // Sets alternating merge cookies and checks whether the node sibling lists are
544 // Sets alternating merge cookies and checks whether the node sibling lists are
    [all...]

Completed in 780 milliseconds

1 2 3 4 56 7 8