Searched defs:DeviceEventRouterImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Ddevice_event_router_unittest.cc29 class DeviceEventRouterImpl : public DeviceEventRouter { class in namespace:file_manager::__anon3133
31 DeviceEventRouterImpl() function in class:file_manager::__anon3133::DeviceEventRouterImpl
34 virtual ~DeviceEventRouterImpl() {}
57 DISALLOW_COPY_AND_ASSIGN(DeviceEventRouterImpl);
65 device_event_router.reset(new DeviceEventRouterImpl());
103 scoped_ptr<DeviceEventRouterImpl> device_event_router;
H A Devent_router.cc343 class DeviceEventRouterImpl : public DeviceEventRouter { class in namespace:file_manager::__anon3134
345 explicit DeviceEventRouterImpl(Profile* profile) : profile_(profile) {} function in class:file_manager::__anon3134::DeviceEventRouterImpl
370 DISALLOW_COPY_AND_ASSIGN(DeviceEventRouterImpl);
388 device_event_router_(new DeviceEventRouterImpl(profile)),

Completed in 3019 milliseconds