Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/dbus/
Dblocking_method_caller.cc31 BlockingMethodCaller::BlockingMethodCaller(dbus::Bus* bus, in BlockingMethodCaller() function in chromeos::BlockingMethodCaller
39 BlockingMethodCaller::~BlockingMethodCaller() { in ~BlockingMethodCaller()
42 scoped_ptr<dbus::Response> BlockingMethodCaller::CallMethodAndBlock( in CallMethodAndBlock()
Dblocking_method_caller.h25 class CHROMEOS_EXPORT BlockingMethodCaller {
27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);
28 virtual ~BlockingMethodCaller();
38 DISALLOW_COPY_AND_ASSIGN(BlockingMethodCaller);
Dblocking_method_caller_unittest.cc125 BlockingMethodCaller blocking_method_caller(mock_bus_.get(), proxy); in TEST_F()
Dsession_manager_client.cc244 new BlockingMethodCaller(bus, session_manager_proxy_)); in Init()
503 scoped_ptr<BlockingMethodCaller> blocking_method_caller_;
Dcryptohome_client.cc700 blocking_method_caller_.reset(new BlockingMethodCaller(bus, proxy_)); in Init()
927 scoped_ptr<BlockingMethodCaller> blocking_method_caller_;
/external/chromium_org/base/threading/
Dthread_restrictions.h35 class BlockingMethodCaller; variable
201 friend class ::chromeos::BlockingMethodCaller; // http://crbug.com/125360