Searched refs:origin_thread_id_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service.cc35 origin_thread_id_(base::PlatformThread::CurrentId()),
86 return base::PlatformThread::CurrentId() == origin_thread_id_;
96 base::PlatformThreadId origin_thread_id_; member in class:chromeos::CrosDBusServiceImpl
H A Dproxy_resolution_service_provider.cc61 : 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_;
H A Dproxy_resolution_service_provider.h121 base::PlatformThreadId origin_thread_id_; member in class:chromeos::ProxyResolutionServiceProvider
/external/chromium_org/dbus/
H A Ddbus_statistics.cc66 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::__anon7600::DBusStatistics
H A Dbus.h696 base::PlatformThreadId origin_thread_id_; member in class:dbus::Bus
H A Dbus.cc195 origin_thread_id_(base::PlatformThread::CurrentId()),
813 DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId());
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_service_provider.cc35 : origin_thread_id_(base::PlatformThread::CurrentId()),
82 return base::PlatformThread::CurrentId() == origin_thread_id_;
229 base::PlatformThreadId origin_thread_id_; member in class:chromeos::BluetoothGattServiceServiceProviderImpl
H A Dbluetooth_profile_service_provider.cc30 : 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
H A Dbluetooth_agent_service_provider.cc30 : 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
H A Dbluetooth_gatt_characteristic_service_provider.cc41 : origin_thread_id_(base::PlatformThread::CurrentId()),
127 return base::PlatformThread::CurrentId() == origin_thread_id_;
414 base::PlatformThreadId origin_thread_id_; member in class:chromeos::BluetoothGattCharacteristicServiceProviderImpl
H A Dbluetooth_gatt_descriptor_service_provider.cc39 : origin_thread_id_(base::PlatformThread::CurrentId()),
124 return base::PlatformThread::CurrentId() == origin_thread_id_;
411 base::PlatformThreadId origin_thread_id_; member in class:chromeos::BluetoothGattDescriptorServiceProviderImpl
H A Dpower_manager_client.cc47 : origin_thread_id_(base::PlatformThread::CurrentId()),
310 return base::PlatformThread::CurrentId() == origin_thread_id_;
636 base::PlatformThreadId origin_thread_id_; member in class:chromeos::PowerManagerClientImpl

Completed in 198 milliseconds