Searched refs:device_type_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.cc12 : device_type_(type),
H A Ddevice_event.h29 DeviceType device_type() const { return device_type_; }
34 DeviceType device_type_; member in class:ui::DeviceEvent
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc20 device_type_(device_type),
47 return device_type_;
55 switch (device_type_) {
75 switch (device_type_) {
H A Ddevice_info.h86 const sync_pb::SyncEnums::DeviceType device_type_; member in class:sync_driver::DeviceInfo
/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc142 device_type_(NULL),
158 device_type_ = new views::ImageView;
159 AddChildView(device_type_);
202 device_type_->SetVisible(false);
213 device_type_->SetVisible(true);
214 device_type_->SetImage(
218 device_type_->SetVisible(false);
258 // Layout either bar_ or device_type_ at the left of the more_ button.
260 if (device_type_->visible())
261 view_left_to_more = device_type_;
[all...]
H A Dvolume_view.h47 // Updates bar_, device_type_ icon, and more_ buttons.
73 views::ImageView* device_type_; member in class:ash::tray::VolumeView
/external/chromium_org/content/renderer/pepper/
H A Dpepper_device_enumeration_host_helper.cc51 owner_->device_type_,
100 device_type_(device_type),
H A Dpepper_device_enumeration_host_helper.h99 PP_DeviceType_Dev device_type_; member in class:content::PepperDeviceEnumerationHostHelper
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h153 DeviceType device_type() const { return device_type_; }
185 DeviceType device_type_; member in class:chromeos::DiskInfo
H A Dcros_disks_client.cc650 device_type_(DEVICE_TYPE_UNKNOWN),
805 device_type_ = DeviceMediaTypeToDeviceType(media_type_double);
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h121 DeviceType device_type() const { return device_type_; }
163 DeviceType device_type_; member in class:chromeos::disks::DiskMountManager::Disk
H A Ddisk_mount_manager.cc671 device_type_(device_type),
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc295 device_type_(device_type) {}
329 root_path(), volume_type_, device_type_); variable
335 const chromeos::DeviceType device_type_; member in class:file_manager::__anon3165::FakeTestVolume

Completed in 356 milliseconds