Searched refs:SaveNextCookie (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_job.h102 void SaveNextCookie();
H A Dwebsocket_job.cc470 SaveNextCookie();
497 void WebSocketJob::SaveNextCookie() { function in class:net::WebSocketJob
551 // Resume SaveNextCookie if the caller of SetCookieWithOptionsAsync() exited
556 SaveNextCookie();
/external/chromium_org/net/url_request/
H A Durl_request_http_job.h81 void SaveNextCookie();
H A Durl_request_http_job.cc639 SaveNextCookie();
642 // If the save occurs synchronously, SaveNextCookie will loop and save the next
648 void URLRequestHttpJob::SaveNextCookie() { function in class:net::URLRequestHttpJob
698 // false when SaveNextCookie exits, allowing the callback to determine if the
701 // true by the callback, allowing SaveNextCookie to detect whether the save
703 // See SaveNextCookie() for more information.
718 SaveNextCookie();

Completed in 879 milliseconds