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

  /external/chromium/net/url_request/
url_request_job_manager.h 72 mutable PlatformThreadId allowed_thread_; member in class:URLRequestJobManager
82 allowed_thread_ = PlatformThread::CurrentId();
85 return allowed_thread_ == PlatformThread::CurrentId();
url_request_job_manager.cc 41 allowed_thread_ = 0;

Completed in 48 milliseconds