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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_signin_helper.cc 22 #include "net/cookies/cookie_options.h"
80 net::CookieOptions cookie_options; local
81 cookie_options.set_include_httponly();
84 cookie_options,
  /external/chromium_org/net/websockets/
websocket_job_test.cc 728 CookieOptions cookie_options; local
733 cookie_options,
735 cookie_options.set_include_httponly();
737 cookieUrl, "CR-test-httponly=1", cookie_options,
768 CookieOptions cookie_options; local
770 cookieUrl, "CR-test=1", cookie_options);
771 cookie_options.set_include_httponly();
773 cookieUrl, "CR-test-httponly=1", cookie_options);
811 CookieOptions cookie_options; local
813 cookieUrl, "CR-test=1", cookie_options);
    [all...]
websocket_job.cc 370 CookieOptions cookie_options; local
371 cookie_options.set_include_httponly();
373 GetURLForCookies(), cookie_options, local

Completed in 82 milliseconds