/external/chromium_org/ui/events/ozone/device/ |
D | device_event.h | 16 enum DeviceType { enum 27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path); 29 DeviceType device_type() const { return device_type_; } in device_type() 34 DeviceType device_type_;
|
D | device_event.cc | 9 DeviceEvent::DeviceEvent(DeviceType type, in DeviceEvent()
|
/external/chromium_org/base/system_monitor/ |
D | system_monitor.h | 22 enum DeviceType { enum 40 virtual void OnDevicesChanged(DeviceType device_type) {} in OnDevicesChanged() 61 void ProcessDevicesChanged(DeviceType device_type); 65 void NotifyDevicesChanged(DeviceType device_type);
|
D | system_monitor.cc | 34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) { in ProcessDevicesChanged() 46 void SystemMonitor::NotifyDevicesChanged(DeviceType device_type) { in NotifyDevicesChanged()
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleApp.h | 32 enum DeviceType { enum 46 static bool IsGpuDeviceType(DeviceType devType) { in IsGpuDeviceType() 79 virtual SkCanvas* createCanvas(DeviceType dType, SampleWindow* win) = 0; 83 virtual void publishCanvas(DeviceType dType, 116 void setDeviceType(DeviceType type); 137 DeviceType getDeviceType() const { return fDeviceType; } in getDeviceType() 171 DeviceType fDeviceType;
|
/external/skia/samplecode/ |
D | SampleApp.h | 32 enum DeviceType { enum 46 static bool IsGpuDeviceType(DeviceType devType) { in IsGpuDeviceType() 79 virtual SkCanvas* createCanvas(DeviceType dType, SampleWindow* win) = 0; 83 virtual void publishCanvas(DeviceType dType, 116 void setDeviceType(DeviceType type); 137 DeviceType getDeviceType() const { return fDeviceType; } in getDeviceType() 171 DeviceType fDeviceType;
|
/external/chromium_org/third_party/skia/experimental/SkiaExamples/ |
D | SkExample.h | 42 enum DeviceType { enum 49 bool setupBackend(DeviceType type); 52 DeviceType getDeviceType() const { return fType; } in getDeviceType() 70 DeviceType fType;
|
/external/skia/experimental/SkiaExamples/ |
D | SkExample.h | 42 enum DeviceType { enum 49 bool setupBackend(DeviceType type); 52 DeviceType getDeviceType() const { return fType; } in getDeviceType() 70 DeviceType fType;
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | device_info.h | 31 const sync_pb::SyncEnums::DeviceType device_type); 55 sync_pb::SyncEnums::DeviceType device_type() const; 76 static sync_pb::SyncEnums::DeviceType GetLocalDeviceType(); 112 const sync_pb::SyncEnums::DeviceType device_type_;
|
D | synced_session.h | 30 enum DeviceType { enum 50 DeviceType device_type;
|
D | device_info.cc | 51 const sync_pb::SyncEnums::DeviceType device_type) in DeviceInfo() 81 sync_pb::SyncEnums::DeviceType DeviceInfo::device_type() const { in device_type() 130 sync_pb::SyncEnums::DeviceType DeviceInfo::GetLocalDeviceType() { in GetLocalDeviceType()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | media_devices_selection_handler.h | 35 enum DeviceType { enum 46 void UpdateDevicesMenuForType(DeviceType type); 47 void UpdateDevicesMenu(DeviceType type,
|
D | media_devices_selection_handler.cc | 87 DeviceType type, const content::MediaStreamDevices& devices) { in UpdateDevicesMenu() 129 void MediaDevicesSelectionHandler::UpdateDevicesMenuForType(DeviceType type) { in UpdateDevicesMenuForType()
|
/external/chromium_org/chrome/browser/chromeos/events/ |
D | event_rewriter.h | 49 enum DeviceType { enum 58 DeviceType DeviceAddedForTesting(int device_id, 65 const std::map<int, DeviceType>& device_id_to_type_for_testing() const { in device_id_to_type_for_testing() 124 DeviceType DeviceAddedInternal(int device_id, const std::string& device_name); 172 std::map<int, DeviceType> device_id_to_type_;
|
/external/chromium_org/chromeos/disks/ |
D | disk_mount_manager.h | 66 DeviceType device_type, 120 DeviceType device_type() const { return device_type_; } in device_type() 159 DeviceType device_type_; 279 static std::string DeviceTypeToString(DeviceType type);
|
/external/qemu/include/hw/ |
D | qdev-core.h | 7 typedef struct DeviceType DeviceType; typedef 14 DeviceType *type;
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_device.cc | 35 BluetoothDevice::DeviceType device_type = GetDeviceType(); in GetAddressWithLocalizedDeviceTypeName() 79 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const { in GetDeviceType() 159 DeviceType type = GetDeviceType(); in IsPairable()
|
/external/qemu/hw/core/ |
D | qdev.c | 45 struct DeviceType { struct 47 DeviceType *next; argument 53 static DeviceType *device_type_list; 58 DeviceType *t; in qdev_register() 62 t = g_malloc0(sizeof(DeviceType)); in qdev_register() 73 DeviceType *t; in qdev_create()
|
/external/chromium_org/content/browser/ |
D | device_monitor_udev.cc | 20 base::SystemMonitor::DeviceType device_type; 73 base::SystemMonitor::DeviceType device_type = in OnDevicesChanged()
|
D | system_message_window_win.cc | 22 const base::SystemMonitor::DeviceType device_type; 107 base::SystemMonitor::DeviceType device_type = in OnDeviceChange()
|
/external/chromium_org/chromeos/dbus/ |
D | cros_disks_client.h | 40 enum DeviceType { enum 150 DeviceType device_type() const { return device_type_; } in device_type() 181 DeviceType device_type_;
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
D | hid_detection_screen_handler.cc | 49 bool DeviceIsPointing(device::BluetoothDevice::DeviceType device_type) { in DeviceIsPointing() 60 bool DeviceIsKeyboard(device::BluetoothDevice::DeviceType device_type) { in DeviceIsKeyboard() 491 device::BluetoothDevice::DeviceType device_type = device->GetDeviceType(); in ConnectBTDevice() 518 device::BluetoothDevice::DeviceType device_type) { in BTConnected() 527 device::BluetoothDevice::DeviceType device_type, in BTConnectError()
|
/external/chromium_org/base/test/ |
D | mock_devices_changed_observer.h | 22 void(base::SystemMonitor::DeviceType device_type));
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | removable_storage_provider_chromeos_unittest.cc | 46 chromeos::DeviceType device_type, in CreateDisk() 62 chromeos::DeviceType device_type, in CreateDisk()
|
/external/chromium_org/chrome/browser/search_engines/ |
D | ui_thread_search_terms_data.cc | 103 sync_pb::SyncEnums::DeviceType device_type = in GetSuggestClient() 116 sync_pb::SyncEnums::DeviceType device_type = in GetSuggestRequestIdentifier()
|