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

  /external/libchrome/dbus/
object_proxy.h 32 // ObjectProxy is used to communicate with remote objects, mainly for
35 // ObjectProxy is a ref counted object, to ensure that |this| of the
39 class CHROME_DBUS_EXPORT ObjectProxy
40 : public base::RefCountedThreadSafe<ObjectProxy> {
44 ObjectProxy(Bus* bus,
194 virtual ~ObjectProxy();
197 friend class base::RefCountedThreadSafe<ObjectProxy>;
202 OnPendingCallIsCompleteData(ObjectProxy* in_object_proxy,
208 ObjectProxy* object_proxy;
326 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);
    [all...]
object_proxy.cc 48 // An empty function used for ObjectProxy::EmptyResponseCallback().
54 ObjectProxy::ObjectProxy(Bus* bus,
65 ObjectProxy::~ObjectProxy() {
72 scoped_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails(
109 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/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 144 milliseconds