/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 | 143 device_type_(NULL), 159 device_type_ = new views::ImageView; 160 AddChildView(device_type_); 203 device_type_->SetVisible(false); 214 device_type_->SetVisible(true); 215 device_type_->SetImage( 219 device_type_->SetVisible(false); 259 // Layout either bar_ or device_type_ at the left of the more_ button. 261 if (device_type_->visible()) 262 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/chrome/browser/sync/glue/ |
device_info.cc | 56 device_type_(device_type) { 82 return device_type_; 86 switch (device_type_) { 106 switch (device_type_) {
|
device_info.h | 112 const sync_pb::SyncEnums::DeviceType device_type_; member in class:browser_sync::DeviceInfo
|
/external/chromium_org/content/renderer/pepper/ |
pepper_device_enumeration_host_helper.cc | 50 owner_->device_type_, 99 device_type_(device_type),
|
pepper_device_enumeration_host_helper.h | 98 PP_DeviceType_Dev device_type_; member in class:content::PepperDeviceEnumerationHostHelper
|
/external/chromium_org/chromeos/dbus/ |
cros_disks_client.h | 150 DeviceType device_type() const { return device_type_; } 181 DeviceType device_type_; member in class:chromeos::DiskInfo
|
cros_disks_client.cc | 649 device_type_(DEVICE_TYPE_UNKNOWN), 798 device_type_ = DeviceMediaTypeToDeviceType(media_type_double);
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.h | 120 DeviceType device_type() const { return device_type_; } 159 DeviceType device_type_; member in class:chromeos::disks::DiskMountManager::Disk
|
disk_mount_manager.cc | 621 device_type_(device_type),
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_manager_browsertest.cc | 296 device_type_(device_type) {} 330 root_path(), volume_type_, device_type_); variable 336 const chromeos::DeviceType device_type_; member in class:file_manager::__anon7709::FakeTestVolume [all...] |