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,
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);
    [all...]
object_proxy.cc 45 // ObjectProxy.
52 // An empty function used for ObjectProxy::EmptyResponseCallback().
58 ObjectProxy::ObjectProxy(Bus* bus,
70 ObjectProxy::~ObjectProxy() {
76 scoped_ptr<Response> ObjectProxy::CallMethodAndBlock(MethodCall* method_call,
115 void ObjectProxy::CallMethod(MethodCall* method_call,
119 base::Bind(&ObjectProxy::OnCallMethodError,
126 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 492 milliseconds