Searched refs:BlockingMethodCaller (Results 1 – 6 of 6) sorted by relevance
31 BlockingMethodCaller::BlockingMethodCaller(dbus::Bus* bus, in BlockingMethodCaller() function in chromeos::BlockingMethodCaller39 BlockingMethodCaller::~BlockingMethodCaller() { in ~BlockingMethodCaller()42 scoped_ptr<dbus::Response> BlockingMethodCaller::CallMethodAndBlock( in CallMethodAndBlock()
25 class CHROMEOS_EXPORT BlockingMethodCaller {27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);28 virtual ~BlockingMethodCaller();38 DISALLOW_COPY_AND_ASSIGN(BlockingMethodCaller);
125 BlockingMethodCaller blocking_method_caller(mock_bus_.get(), proxy); in TEST_F()
244 new BlockingMethodCaller(bus, session_manager_proxy_)); in Init()503 scoped_ptr<BlockingMethodCaller> blocking_method_caller_;
700 blocking_method_caller_.reset(new BlockingMethodCaller(bus, proxy_)); in Init()927 scoped_ptr<BlockingMethodCaller> blocking_method_caller_;
35 class BlockingMethodCaller; variable201 friend class ::chromeos::BlockingMethodCaller; // http://crbug.com/125360