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

  /external/chromium_org/chromeos/dbus/
blocking_method_caller.cc 29 BlockingMethodCaller::BlockingMethodCaller(dbus::Bus* bus,
37 BlockingMethodCaller::~BlockingMethodCaller() {
40 scoped_ptr<dbus::Response> BlockingMethodCaller::CallMethodAndBlock(
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);

Completed in 45 milliseconds