HomeSort by relevance Sort by last modified time
    Searched full:device_type_ (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/events/ozone/device/
device_event.h 29 DeviceType device_type() const { return device_type_; }
34 DeviceType device_type_; member in class:ui::DeviceEvent
device_event.cc 12 : device_type_(type),
  /external/chromium_org/ash/system/audio/
volume_view.cc 142 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...]
volume_view.h 47 // Updates bar_, device_type_ icon, and more_ buttons.
73 views::ImageView* device_type_; member in class:ash::tray::VolumeView
  /external/chromium_org/components/sync_driver/
device_info.cc 20 device_type_(device_type),
47 return device_type_;
55 switch (device_type_) {
75 switch (device_type_) {
device_info.h 86 const sync_pb::SyncEnums::DeviceType device_type_; member in class:sync_driver::DeviceInfo
  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.cc 51 owner_->device_type_,
100 device_type_(device_type),
pepper_device_enumeration_host_helper.h 99 PP_DeviceType_Dev device_type_; member in class:content::PepperDeviceEnumerationHostHelper
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 153 DeviceType device_type() const { return device_type_; }
185 DeviceType device_type_; member in class:chromeos::DiskInfo
cros_disks_client.cc 650 device_type_(DEVICE_TYPE_UNKNOWN),
805 device_type_ = DeviceMediaTypeToDeviceType(media_type_double);
  /external/chromium_org/chromeos/disks/
disk_mount_manager.h 121 DeviceType device_type() const { return device_type_; }
163 DeviceType device_type_; member in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager.cc 671 device_type_(device_type),
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 295 device_type_(device_type) {}
329 root_path(), volume_type_, device_type_); variable
335 const chromeos::DeviceType device_type_; member in class:file_manager::__anon7790::FakeTestVolume
    [all...]

Completed in 185 milliseconds