HomeSort by relevance Sort by last modified time
    Searched refs:BlockingMethodCaller (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/dbus/
blocking_method_caller.h 25 class CHROMEOS_EXPORT BlockingMethodCaller {
27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);
28 virtual ~BlockingMethodCaller();
38 DISALLOW_COPY_AND_ASSIGN(BlockingMethodCaller);
blocking_method_caller.cc 31 BlockingMethodCaller::BlockingMethodCaller(dbus::Bus* bus,
39 BlockingMethodCaller::~BlockingMethodCaller() {
42 scoped_ptr<dbus::Response> BlockingMethodCaller::CallMethodAndBlock(
blocking_method_caller_unittest.cc 125 BlockingMethodCaller blocking_method_caller(mock_bus_.get(), proxy);
session_manager_client.cc 292 new BlockingMethodCaller(bus, session_manager_proxy_));
563 scoped_ptr<BlockingMethodCaller> blocking_method_caller_;
cryptohome_client.cc     [all...]
  /external/chromium_org/base/threading/
thread_restrictions.h 34 class BlockingMethodCaller;
209 friend class ::chromeos::BlockingMethodCaller; // http://crbug.com/125360

Completed in 142 milliseconds