/external/chromium_org/chrome/browser/chromeos/dbus/ |
proxy_resolution_service_provider.h | 121 base::PlatformThreadId origin_thread_id_; member in class:chromeos::ProxyResolutionServiceProvider
|
cros_dbus_service.cc | 35 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
|
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_;
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_gatt_service_service_provider.cc | 35 : 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
|
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
|
bluetooth_gatt_characteristic_service_provider.cc | 41 : 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
|
bluetooth_gatt_descriptor_service_provider.cc | 39 : 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
|
power_manager_client.cc | 47 : 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 [all...] |
/external/chromium_org/dbus/ |
bus.h | 696 base::PlatformThreadId origin_thread_id_; member in class:dbus::Bus
|
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::__anon12220::DBusStatistics
|