HomeSort by relevance Sort by last modified time
    Searched defs:origin_thread_id_ (Results 1 - 9 of 9) sorted by null

  /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 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_;
  /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()),
317 return base::PlatformThread::CurrentId() == origin_thread_id_;
631 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
  /external/chromium_org/dbus/
bus.h 712 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::__anon10591::DBusStatistics

Completed in 1040 milliseconds