Lines Matching full:object_proxy
20 #include "dbus/object_proxy.h"
242 scoped_refptr<ObjectProxy> object_proxy =
244 object_proxy_table_[key] = object_proxy;
246 return object_proxy.get();
268 scoped_refptr<ObjectProxy> object_proxy = iter->second;
274 this, object_proxy, callback));
280 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy,
284 object_proxy.get()->Detach();