Searched refs:DeviceEvent (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.cc9 DeviceEvent::DeviceEvent(DeviceType type, function in class:ui::DeviceEvent
H A Ddevice_event_observer.h12 class DeviceEvent;
18 virtual void OnDeviceEvent(const DeviceEvent& event) = 0;
H A Ddevice_event.h14 class EVENTS_OZONE_EXPORT DeviceEvent { class in namespace:ui
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
38 DISALLOW_COPY_AND_ASSIGN(DeviceEvent);
H A Ddevice_manager_manual.cc24 DeviceEvent event(DeviceEvent::INPUT, DeviceEvent::ADD, path);
/external/chromium_org/ui/events/ozone/device/udev/
H A Ddevice_manager_udev.cc120 scoped_ptr<DeviceEvent> event = ProcessMessage(device.get());
144 scoped_ptr<DeviceEvent> event = ProcessMessage(device.get());
154 scoped_ptr<DeviceEvent> DeviceManagerUdev::ProcessMessage(udev_device* device) {
161 return scoped_ptr<DeviceEvent>();
163 DeviceEvent::DeviceType device_type;
166 device_type = DeviceEvent::INPUT;
168 device_type = DeviceEvent::DISPLAY;
170 return scoped_ptr<DeviceEvent>();
172 DeviceEvent::ActionType action_type;
174 action_type = DeviceEvent
[all...]
H A Ddevice_manager_udev.h15 class DeviceEvent;
25 scoped_ptr<DeviceEvent> ProcessMessage(udev_device* device);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Ddevice_event_router_unittest.cc23 struct DeviceEvent { struct in namespace:file_manager::__anon3133
39 DeviceEvent event;
51 std::vector<DeviceEvent> events;
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_proxy.cc110 void NativeDisplayDelegateProxy::OnDeviceEvent(const DeviceEvent& event) {
111 if (event.device_type() != DeviceEvent::DISPLAY)
114 if (event.action_type() == DeviceEvent::CHANGE) {
H A Dnative_display_delegate_dri.h63 virtual void OnDeviceEvent(const DeviceEvent& event) OVERRIDE;
H A Dnative_display_delegate_proxy.h58 virtual void OnDeviceEvent(const DeviceEvent& event) OVERRIDE;
H A Dnative_display_delegate_dri.cc295 void NativeDisplayDelegateDri::OnDeviceEvent(const DeviceEvent& event) {
296 if (event.device_type() != DeviceEvent::DISPLAY)
299 if (event.action_type() == DeviceEvent::CHANGE) {
/external/chromium_org/ui/events/ozone/evdev/
H A Devent_factory_evdev.h53 virtual void OnDeviceEvent(const DeviceEvent& event) OVERRIDE;
H A Devent_factory_evdev.cc168 void EventFactoryEvdev::OnDeviceEvent(const DeviceEvent& event) {
169 if (event.device_type() != DeviceEvent::INPUT)
173 case DeviceEvent::ADD:
174 case DeviceEvent::CHANGE: {
192 case DeviceEvent::REMOVE: {
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_device_handler.h51 disks::DiskMountManager::DeviceEvent event,
H A Dburn_device_handler.cc78 void BurnDeviceHandler::OnDeviceEvent(DiskMountManager::DeviceEvent event,
/external/chromium_org/chromeos/disks/
H A Dmock_disk_mount_manager.h98 void NotifyDeviceChanged(DeviceEvent event,
H A Ddisk_mount_manager.h35 enum DeviceEvent { enum in class:chromeos::disks::DiskMountManager
217 virtual void OnDeviceEvent(DeviceEvent event,
H A Dmock_disk_mount_manager.cc256 void MockDiskMountManager::NotifyDeviceChanged(DeviceEvent event,
H A Ddisk_mount_manager_unittest.cc104 MOCK_METHOD2(OnDeviceEvent, void(DiskMountManager::DeviceEvent event,
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_chromeos.h51 chromeos::disks::DiskMountManager::DeviceEvent event,
H A Dstorage_monitor_chromeos.cc144 void StorageMonitorCros::OnDeviceEvent(DiskMountManager::DeviceEvent event,
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_external_updater.h58 virtual void OnDeviceEvent(disks::DiskMountManager::DeviceEvent event,
H A Dkiosk_external_updater.cc120 disks::DiskMountManager::DeviceEvent event,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.h174 chromeos::disks::DiskMountManager::DeviceEvent event,
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js711 chrome.bluetooth.DeviceEvent = function() {};
715 chrome.bluetooth.DeviceEvent.prototype.addListener = function(callback) {};
719 chrome.bluetooth.DeviceEvent.prototype.removeListener = function(callback) {};
726 chrome.bluetooth.DeviceEvent.prototype.hasListener = function(callback) {};
730 chrome.bluetooth.DeviceEvent.prototype.hasListeners = function() {};
734 * @type {!chrome.bluetooth.DeviceEvent}
741 * @type {!chrome.bluetooth.DeviceEvent}
748 * @type {!chrome.bluetooth.DeviceEvent}
6535 * @type {!chrome.mediaGalleriesPrivate.DeviceEvent}
6542 * @type {!chrome.mediaGalleriesPrivate.DeviceEvent}
[all...]

Completed in 389 milliseconds

12