Searched refs:BlockingMethodCaller (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dblocking_method_caller.h25 class CHROMEOS_EXPORT BlockingMethodCaller { class in namespace:chromeos
27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);
28 virtual ~BlockingMethodCaller();
38 DISALLOW_COPY_AND_ASSIGN(BlockingMethodCaller);
H A Dblocking_method_caller.cc31 BlockingMethodCaller::BlockingMethodCaller(dbus::Bus* bus, function in class:chromeos::BlockingMethodCaller
39 BlockingMethodCaller::~BlockingMethodCaller() {
42 scoped_ptr<dbus::Response> BlockingMethodCaller::CallMethodAndBlock(
H A Dblocking_method_caller_unittest.cc125 BlockingMethodCaller blocking_method_caller(mock_bus_.get(), proxy);
H A Dsession_manager_client.cc292 new BlockingMethodCaller(bus, session_manager_proxy_));
563 scoped_ptr<BlockingMethodCaller> blocking_method_caller_;
H A Dcryptohome_client.cc881 blocking_method_caller_.reset(new BlockingMethodCaller(bus, proxy_));
1124 scoped_ptr<BlockingMethodCaller> blocking_method_caller_;
/external/chromium_org/base/threading/
H A Dthread_restrictions.h34 class BlockingMethodCaller;
209 friend class ::chromeos::BlockingMethodCaller; // http://crbug.com/125360

Completed in 1273 milliseconds