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

  /external/chromium_org/dbus/
object_proxy.h 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,
162 virtual ~ObjectProxy();
165 friend class base::RefCountedThreadSafe<ObjectProxy>;
170 OnPendingCallIsCompleteData(ObjectProxy* in_object_proxy,
176 ObjectProxy* object_proxy;
286 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);
    [all...]
object_proxy.cc 44 // ObjectProxy.
51 // An empty function used for ObjectProxy::EmptyResponseCallback().
57 ObjectProxy::ObjectProxy(Bus* bus,
69 ObjectProxy::~ObjectProxy() {
75 scoped_ptr<Response> ObjectProxy::CallMethodAndBlock(MethodCall* method_call,
114 void ObjectProxy::CallMethod(MethodCall* method_call,
118 base::Bind(&ObjectProxy::OnCallMethodError,
125 void ObjectProxy::CallMethodWithErrorCallback(MethodCall* method_call
    [all...]
  /external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc 26 struct ObjectProxy {
27 ObjectProxy(Dispatcher* d, int64 p, int64 ud)
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* obj = ToObjectProxy(object)
    [all...]

Completed in 634 milliseconds