Home | History | Annotate | Download | only in dbus

Lines Matching defs:ObjectProxy

30 // ObjectProxy is used to communicate with remote objects, mainly for
33 // ObjectProxy is a ref counted object, to ensure that |this| of the
37 class CHROME_DBUS_EXPORT ObjectProxy
38 : public base::RefCountedThreadSafe<ObjectProxy> {
42 ObjectProxy(Bus* bus,
177 virtual ~ObjectProxy();
180 friend class base::RefCountedThreadSafe<ObjectProxy>;
185 OnPendingCallIsCompleteData(ObjectProxy* in_object_proxy,
191 ObjectProxy* object_proxy;
310 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);