OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedBoolean
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/socket/
tcp_socket.cc
20
typedef base::RefCountedData<bool>
SharedBoolean
;
25
void SystemSupportsTCPFastOpen(scoped_refptr<
SharedBoolean
> supported) {
45
void EnableCallback(scoped_refptr<
SharedBoolean
> supported) {
52
scoped_refptr<
SharedBoolean
> supported = new
SharedBoolean
;
/external/chromium_org/net/url_request/
url_request_http_job.h
63
typedef base::RefCountedData<bool>
SharedBoolean
;
159
void OnCookieSaved(scoped_refptr<
SharedBoolean
> save_next_cookie_running,
160
scoped_refptr<
SharedBoolean
> callback_pending,
url_request_http_job.cc
639
scoped_refptr<
SharedBoolean
> callback_pending = new
SharedBoolean
(false);
640
scoped_refptr<
SharedBoolean
> save_next_cookie_running =
641
new
SharedBoolean
(true);
689
scoped_refptr<
SharedBoolean
> save_next_cookie_running,
690
scoped_refptr<
SharedBoolean
> callback_pending,
[
all
...]
Completed in 97 milliseconds