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

  /external/chromium_org/net/websockets/
websocket_job.h 102 void SaveNextCookie();
websocket_job.cc 470 SaveNextCookie();
497 void WebSocketJob::SaveNextCookie() {
551 // Resume SaveNextCookie if the caller of SetCookieWithOptionsAsync() exited
556 SaveNextCookie();
  /external/chromium_org/net/url_request/
url_request_http_job.h 79 void SaveNextCookie();
url_request_http_job.cc 623 SaveNextCookie();
626 // If the save occurs synchronously, SaveNextCookie will loop and save the next
632 void URLRequestHttpJob::SaveNextCookie() {
682 // false when SaveNextCookie exits, allowing the callback to determine if the
685 // true by the callback, allowing SaveNextCookie to detect whether the save
687 // See SaveNextCookie() for more information.
702 SaveNextCookie();
    [all...]

Completed in 156 milliseconds