OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowed_thread_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/url_request/
url_request_job_manager.h
87
allowed_thread_
= base::PlatformThread::CurrentId();
90
return
allowed_thread_
== base::PlatformThread::CurrentId();
106
mutable base::PlatformThreadId
allowed_thread_
;
member in class:net::URLRequestJobManager
url_request_job_manager.cc
213
allowed_thread_
= 0;
/external/chromium_org/net/url_request/
url_request_job_manager.h
85
allowed_thread_
= base::PlatformThread::CurrentId();
88
return
allowed_thread_
== base::PlatformThread::CurrentId();
103
mutable base::PlatformThreadId
allowed_thread_
;
member in class:net::URLRequestJobManager
url_request_job_manager.cc
251
:
allowed_thread_
(0),
Completed in 41 milliseconds