/external/chromium_org/components/browser_context_keyed_service/ |
refcounted_browser_context_keyed_service.cc | 13 !content::BrowserThread::CurrentlyOn(obj->thread_id_)) { 14 content::BrowserThread::DeleteSoon(obj->thread_id_, FROM_HERE, obj); 24 thread_id_(content::BrowserThread::UI) { 30 thread_id_(thread_id) {
|
refcounted_browser_context_keyed_service.h | 72 content::BrowserThread::ID thread_id_; member in class:RefcountedBrowserContextKeyedService
|
/external/chromium_org/ui/base/win/ |
scoped_ole_initializer.cc | 15 thread_id_(GetCurrentThreadId()), 20 LOG(ERROR) << "Multiple OleInitialize() calls for thread " << thread_id_; 30 DCHECK_EQ(thread_id_, GetCurrentThreadId());
|
scoped_ole_initializer.h | 26 DWORD thread_id_; member in class:ui::ScopedOleInitializer
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/ |
thread_checker.h | 43 ThreadChecker() : thread_id_(pthread_self()) {} 46 return thread_id_ == pthread_self(); 50 const pthread_t thread_id_; member in class:i18n::phonenumbers::ThreadChecker
|
/external/chromium_org/base/win/ |
scoped_com_initializer.h | 37 DCHECK_EQ(GetCurrentThreadId(), thread_id_); local 48 thread_id_ = GetCurrentThreadId(); 53 LOG(ERROR) << "Multiple CoInitialize() calls for thread " << thread_id_; 65 DWORD thread_id_; member in class:base::win::ScopedCOMInitializer
|
scoped_process_information.cc | 36 : process_id_(0), thread_id_(0) { 40 const PROCESS_INFORMATION& process_info) : process_id_(0), thread_id_(0) { 50 thread_id_ || thread_handle_.Get(); 57 thread_id_ = 0; 67 thread_id_ = process_info.dwThreadId; 78 thread_id_ = other.thread_id(); 92 thread_id_ = 0; 103 thread_id_ = 0;
|
scoped_process_information.h | 68 return thread_id_; 75 DWORD thread_id_; member in class:base::win::ScopedProcessInformation
|
/external/chromium_org/chrome/browser/extensions/api/ |
api_resource_manager.h | 78 : thread_id_(T::kThreadId), 79 data_(new ApiResourceData(thread_id_)) { 95 manager->thread_id_ = thread_id; 102 DCHECK(content::BrowserThread::IsMessageLoopValid(thread_id_)) << 180 thread_id_(thread_id) { 184 DCHECK(content::BrowserThread::CurrentlyOn(thread_id_)); 203 DCHECK(content::BrowserThread::CurrentlyOn(thread_id_)); 213 DCHECK(content::BrowserThread::CurrentlyOn(thread_id_)); 218 DCHECK(content::BrowserThread::CurrentlyOn(thread_id_)); 223 content::BrowserThread::PostTask(thread_id_, FROM_HERE 322 const content::BrowserThread::ID thread_id_; member in class:extensions::ApiResourceManager::ApiResourceData 327 content::BrowserThread::ID thread_id_; member in class:extensions::ApiResourceManager [all...] |
/external/chromium_org/base/timer/ |
timer.cc | 64 thread_id_(0), 78 thread_id_(0), 152 if (!thread_id_) 153 thread_id_ = static_cast<int>(PlatformThread::CurrentId()); 157 DCHECK(thread_id_ == 0 || 158 thread_id_ == static_cast<int>(PlatformThread::CurrentId()));
|
/external/chromium_org/content/browser/service_worker/ |
embedded_worker_instance.h | 58 int thread_id() const { return thread_id_; } 93 int thread_id_; member in class:content::EmbeddedWorkerInstance
|
embedded_worker_instance.cc | 67 thread_id_(-1) { 73 thread_id_ = thread_id; 79 thread_id_ = -1;
|
/external/chromium/base/threading/ |
thread.cc | 54 thread_id_(kInvalidThreadId), 116 // Reading thread_id_ without a lock can lead to a benign data race 118 DCHECK_NE(ANNOTATE_UNPROTECTED_READ(thread_id_), PlatformThread::CurrentId()); 149 thread_id_ = PlatformThread::CurrentId(); 176 thread_id_ = kInvalidThreadId;
|
thread.h | 126 PlatformThreadId thread_id() const { return thread_id_; } 129 // When a thread is running, |thread_id_| is a valid id. 130 bool IsRunning() const { return thread_id_ != kInvalidThreadId; } 183 PlatformThreadId thread_id_; member in class:base::Thread
|
platform_thread_unittest.cc | 57 FunctionTestThread() : thread_id_(0) {} 60 thread_id_ = PlatformThread::CurrentId(); 67 PlatformThreadId thread_id() const { return thread_id_; } 70 PlatformThreadId thread_id_; member in class:base::FunctionTestThread
|
/external/chromium_org/base/threading/ |
platform_thread_unittest.cc | 58 FunctionTestThread() : thread_id_(0) {} 61 thread_id_ = PlatformThread::CurrentId(); 66 EXPECT_EQ(thread_id_, PlatformThread::CurrentId()); 71 PlatformThreadId thread_id() const { return thread_id_; } 74 PlatformThreadId thread_id_; member in class:base::FunctionTestThread
|
thread.h | 153 PlatformThreadId thread_id() const { return thread_id_; } 217 PlatformThreadId thread_id_; member in class:base::Thread
|
thread.cc | 77 thread_id_(kInvalidThreadId), 149 // Reading thread_id_ without a lock can lead to a benign data race 151 DCHECK_NE(ANNOTATE_UNPROTECTED_READ(thread_id_), PlatformThread::CurrentId()); 167 DCHECK_NE(thread_id_, kInvalidThreadId); 201 thread_id_ = PlatformThread::CurrentId();
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.h | 27 // the IO thread. It passes messages back to the |thread_id_| thread through 75 BrowserThread::ID thread_id_; member in class:ProfileImportProcessHost
|
profile_import_process_host.cc | 24 thread_id_(thread_id) { 125 thread_id_, FROM_HERE, 135 thread_id_, FROM_HERE,
|
/external/chromium/chrome/browser/prefs/ |
pref_member.cc | 80 PrefMemberBase::Internal::Internal() : thread_id_(BrowserThread::UI) { } 85 return (BrowserThread::CurrentlyOn(thread_id_) || 86 (thread_id_ == BrowserThread::UI && 98 thread_id_, FROM_HERE, 108 thread_id_ = thread_id;
|
/external/chromium_org/content/child/fileapi/ |
webfilewriter_impl.cc | 37 thread_id_(WorkerTaskRunner::Instance()->CurrentWorkerId()), 102 if (!thread_id_) { 112 WorkerTaskRunner::Instance()->PostTask(thread_id_, closure); 118 int thread_id_; member in class:content::WebFileWriterImpl::WriterBridge
|
/external/chromium_org/tools/gn/ |
trace.h | 37 base::PlatformThreadId thread_id() const { return thread_id_; } 57 base::PlatformThreadId thread_id_; member in class:TraceItem
|
/external/chromium_org/v8/src/ |
optimizing-compiler-thread.h | 51 thread_id_(0), 129 int thread_id_; member in class:v8::internal::OptimizingCompilerThread
|
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/ |
tcp_socket_event_dispatcher.cc | 42 : thread_id_(Socket::kThreadId), 61 DCHECK(BrowserThread::CurrentlyOn(thread_id_)); 68 DCHECK(BrowserThread::CurrentlyOn(thread_id_)); 75 DCHECK(BrowserThread::CurrentlyOn(thread_id_)); 78 params.thread_id = thread_id_;
|