Searched defs:exported_object (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dliveness_service_provider.cc19 scoped_refptr<dbus::ExportedObject> exported_object) {
20 exported_object->ExportMethod(
18 Start( scoped_refptr<dbus::ExportedObject> exported_object) argument
H A Dscreen_lock_service_provider.cc24 scoped_refptr<dbus::ExportedObject> exported_object) {
25 exported_object->ExportMethod(
23 Start( scoped_refptr<dbus::ExportedObject> exported_object) argument
H A Ddisplay_power_service_provider.cc24 scoped_refptr<dbus::ExportedObject> exported_object) {
25 exported_object->ExportMethod(
32 exported_object->ExportMethod(
23 Start( scoped_refptr<dbus::ExportedObject> exported_object) argument
H A Dproxy_resolution_service_provider_unittest.cc49 scoped_refptr<dbus::ExportedObject> exported_object));
133 scoped_refptr<dbus::ExportedObject> exported_object) {
143 exported_object->SendSignal(&signal);
130 MockResolveProxy(const std::string& source_url, const std::string& signal_interface, const std::string& signal_name, scoped_refptr<dbus::ExportedObject> exported_object) argument
H A Dprinter_service_provider.cc24 #include "dbus/exported_object.h"
97 scoped_refptr<dbus::ExportedObject> exported_object) {
99 exported_object_ = exported_object;
96 Start( scoped_refptr<dbus::ExportedObject> exported_object) argument
H A Dproxy_resolution_service_provider.cc14 #include "dbus/exported_object.h"
82 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE {
92 exported_object,
107 exported_object));
115 scoped_refptr<dbus::ExportedObject> exported_object) {
151 scoped_refptr<dbus::ExportedObject> exported_object,
161 exported_object->SendSignal(&signal);
197 scoped_refptr<dbus::ExportedObject> exported_object) {
199 exported_object_ = exported_object;
112 ResolveProxyInternal( Request* request, scoped_refptr<net::URLRequestContextGetter> getter, scoped_refptr<dbus::ExportedObject> exported_object) argument
148 NotifyProxyResolved( const std::string& signal_interface, const std::string& signal_name, scoped_refptr<dbus::ExportedObject> exported_object, Request* request) argument
196 Start( scoped_refptr<dbus::ExportedObject> exported_object) argument
/external/chromium_org/dbus/
H A Dbus.cc16 #include "dbus/exported_object.h"
298 scoped_refptr<ExportedObject> exported_object = local
300 exported_object_table_[object_path] = exported_object;
302 return exported_object.get();
314 scoped_refptr<ExportedObject> exported_object = iter->second;
325 this, exported_object));
329 scoped_refptr<ExportedObject> exported_object) {
332 exported_object->Unregister();
328 UnregisterExportedObjectInternal( scoped_refptr<ExportedObject> exported_object) argument

Completed in 1896 milliseconds