Searched defs:BlockingMethodCaller (Results 1 - 2 of 2) 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(

Completed in 68 milliseconds