Searched defs:ObjectProxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/dbus/
H A Dobject_proxy.h31 // ObjectProxy is used to communicate with remote objects, mainly for
34 // ObjectProxy is a ref counted object, to ensure that |this| of the
38 class CHROME_DBUS_EXPORT ObjectProxy class in namespace:dbus
39 : public base::RefCountedThreadSafe<ObjectProxy> {
43 ObjectProxy(Bus* bus,
189 virtual ~ObjectProxy();
192 friend class base::RefCountedThreadSafe<ObjectProxy>;
197 OnPendingCallIsCompleteData(ObjectProxy* in_object_proxy,
203 ObjectProxy* object_proxy;
322 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);
[all...]
H A Dobject_proxy.cc45 // An empty function used for ObjectProxy::EmptyResponseCallback().
51 ObjectProxy::ObjectProxy(Bus* bus, function in class:dbus::ObjectProxy
63 ObjectProxy::~ObjectProxy() {
69 scoped_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails(
106 scoped_ptr<Response> ObjectProxy::CallMethodAndBlock(MethodCall* method_call,
112 void ObjectProxy::CallMethod(MethodCall* method_call,
116 base::Bind(&ObjectProxy::OnCallMethodError,
123 void ObjectProxy
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.cc26 struct ObjectProxy { struct in namespace:ppapi::proxy::__anon10128
27 ObjectProxy(Dispatcher* d, int64 p, int64 ud) function in struct:ppapi::proxy::__anon10128::ObjectProxy
38 ObjectProxy* ToObjectProxy(void* data) {
39 ObjectProxy* obj = reinterpret_cast<ObjectProxy*>(data);
48 ObjectProxy* obj = ToObjectProxy(object);
61 ObjectProxy* obj = ToObjectProxy(object);
76 ObjectProxy* obj = ToObjectProxy(object);
100 ObjectProxy* obj = ToObjectProxy(object);
114 ObjectProxy* ob
[all...]

Completed in 913 milliseconds