/external/chromium_org/chrome/browser/chromeos/dbus/ |
cros_dbus_service.cc | 34 origin_thread_id_(base::PlatformThread::CurrentId()), 85 return base::PlatformThread::CurrentId() == origin_thread_id_; 95 base::PlatformThreadId origin_thread_id_; member in class:chromeos::CrosDBusServiceImpl
|
proxy_resolution_service_provider.cc | 61 : origin_thread_id_(base::PlatformThread::CurrentId()), 175 return base::PlatformThread::CurrentId() == origin_thread_id_; 178 base::PlatformThreadId origin_thread_id_; member in class:chromeos::ProxyResolverImpl 188 origin_thread_id_(base::PlatformThread::CurrentId()), 224 return base::PlatformThread::CurrentId() == origin_thread_id_;
|
proxy_resolution_service_provider.h | 121 base::PlatformThreadId origin_thread_id_; member in class:chromeos::ProxyResolutionServiceProvider
|
/external/chromium_org/dbus/ |
dbus_statistics.cc | 66 origin_thread_id_(base::PlatformThread::CurrentId()) { 70 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); 86 if (base::PlatformThread::CurrentId() != origin_thread_id_) { 109 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); 126 base::PlatformThreadId origin_thread_id_; member in class:dbus::__anon8357::DBusStatistics
|
bus.h | 692 base::PlatformThreadId origin_thread_id_; member in class:dbus::Bus
|
bus.cc | 195 origin_thread_id_(base::PlatformThread::CurrentId()), 813 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId()); [all...] |
/external/chromium_org/chromeos/dbus/ |
bluetooth_profile_service_provider.cc | 30 : origin_thread_id_(base::PlatformThread::CurrentId()), 82 return base::PlatformThread::CurrentId() == origin_thread_id_; 217 base::PlatformThreadId origin_thread_id_; member in class:chromeos::BluetoothProfileServiceProviderImpl
|
bluetooth_agent_service_provider.cc | 30 : origin_thread_id_(base::PlatformThread::CurrentId()), 122 return base::PlatformThread::CurrentId() == origin_thread_id_; 434 base::PlatformThreadId origin_thread_id_; member in class:chromeos::BluetoothAgentServiceProviderImpl
|
power_manager_client.cc | 45 : origin_thread_id_(base::PlatformThread::CurrentId()), 304 return base::PlatformThread::CurrentId() == origin_thread_id_; 624 base::PlatformThreadId origin_thread_id_; member in class:chromeos::PowerManagerClientImpl
|
/external/chromium/base/ |
task.h | 231 origin_thread_id_ = base::PlatformThread::CurrentId(); 239 if (origin_thread_id_ != base::PlatformThread::CurrentId()) 261 base::PlatformThreadId origin_thread_id_; member in struct:RunnableMethodTraits
|