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

1 2 3 45 6 7 8

  /external/nanohttpd/
README.md 13 * Basic support for cookies
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 857 private CookieHandler cookies; field in class:NanoHTTPD.HTTPSession
934 cookies = new CookieHandler(headers);
1372 private HashMap<String, String> cookies = new HashMap<String, String>(); field in class:NanoHTTPD.CookieHandler
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 47 var cookies = document.cookie.split(";");
48 for (i = 0; i < cookies.length; i++) {
49 var parts = cookies[i].split("=");
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 63 #include "net/cookies/canonical_cookie.h"
64 #include "net/cookies/cookie_store.h"
607 // Only return raw cookies to trusted renderers or if this request is
609 // TODO(ananta) We need to support retreiving raw cookies from external
617 // We check policy here to avoid sending back cookies that would not normally
1113 std::vector<CookieData> cookies; local
    [all...]
render_message_filter.h 29 #include "net/cookies/canonical_cookie.h"
240 // Check the policy for getting cookies. Gets the cookies if allowed.
247 // Writes the cookies to reply messages, and sends the message.
248 // Callback functions for getting cookies from cookie store.
250 const std::string& cookies);
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.cc 224 // identification as part of requests. We suppress sending any cookies to
438 const net::ResponseCookies& cookies,
442 for (iter = cookies.begin(); iter != cookies.end(); ++iter) {
636 // created such that it sends the cookies with the request, which is
776 const net::ResponseCookies& cookies,
781 ParseClientLoginToOAuth2Response(cookies, &auth_code);
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job.cc 27 #include "net/cookies/cookie_store.h"
249 // save cookies.
255 // to send previously saved cookies.
582 // Disable privacy mode as we are sending cookies anyway.
589 // We may have been canceled while retrieving cookies.
622 // Now, loop over the response cookies, and attempt to persist each.
628 // to iterate through the cookies.
655 // Loop through the cookies as long as SetCookieWithOptionsAsync completes
709 std::vector<std::string>* cookies) {
717 cookies->push_back(value)
    [all...]
  /external/chromium_org/android_webview/native/
cookie_manager.cc 32 #include "net/cookies/cookie_monster.h"
33 #include "net/cookies/cookie_options.h"
112 // Are cookies allowed for file:// URLs by default?
200 const CookieList& cookies);
238 user_data_dir.Append(FILE_PATH_LITERAL("Cookies"));
489 const CookieList& cookies) {
490 *result = cookies.size() != 0;
515 // if cookies have been read or written from the store). If that turns out to
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 635 net::ResponseCookies cookies; local
636 cookies.push_back(kOAuthTokenCookie);
637 fetcher->set_cookies(cookies);
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_unittest.cc 235 net::ResponseCookies cookies;
236 cookies.push_back(kOAuthTokenCookie);
237 fetcher->set_cookies(cookies);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.cc 401 const net::ResponseCookies& cookies,
442 const net::ResponseCookies& cookies,
469 const net::ResponseCookies& cookies,
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 129 // hiding cookies, so if the log dump has them, they'll be displayed.
135 // Don't disable hiding cookies, so created log dumps won't have them,
143 // cookies and credentials.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 115 "cookies": true,
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie.js 31 * method CanonicalCookie::Create in src/net/cookies/canonical_cookie.cc. Besides
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service.cc 148 const net::ResponseCookies& cookies,
211 const net::ResponseCookies& cookies,
  /external/chromium_org/media/base/android/
media_player_bridge.cc 252 void MediaPlayerBridge::OnCookiesRetrieved(const std::string& cookies) {
253 cookies_ = cookies;
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 112 const net::ResponseCookies& cookies,
printer_job_handler.h 123 const net::ResponseCookies& cookies,
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl.h 82 virtual Status GetCookies(scoped_ptr<base::ListValue>* cookies) OVERRIDE;
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.cc 203 blink::WebString PpapiWebKitPlatformSupportImpl::cookies( function in class:content::PpapiWebKitPlatformSupportImpl
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 174 std::string* cookies);
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 158 WebString WorkerWebKitPlatformSupportImpl::cookies( function in class:content::WorkerWebKitPlatformSupportImpl
160 // WebSocketHandshake may access cookies in worker process.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.h 104 virtual void getCookies(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Page::Cookie> >& cookies) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
NetworkPanel.js 94 method: true, status: true, scheme: false, domain: false, remoteAddress: false, type: true, initiator: true, cookies: false, setCookies: false, size: true, time: true,
109 "cookies": WebInspector.UIString("Cookies"),
110 "setCookies": WebInspector.UIString("Set-Cookies"),
320 id: "cookies",
321 title: WebInspector.NetworkLogView._columnTitles["cookies"],
452 this._sortingFunctions.cookies = WebInspector.NetworkDataGridNode.RequestCookiesCountComparator;
888 var cookies = request.responseCookies; variable
    [all...]
  /prebuilts/python/darwin-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...]

Completed in 1536 milliseconds

1 2 3 45 6 7 8