/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | choose_mobile_network_ui.cc | 113 std::string device_path_; member in chromeos::__anonb846428e0111::ChooseMobileNetworkHandler 136 device_path_ = cellular->path(); in ChooseMobileNetworkHandler() 138 device_path_, in ChooseMobileNetworkHandler() 164 device_path_); in DeviceListChanged() 167 LOG(WARNING) << "Cellular device with path '" << device_path_ in DeviceListChanged() 217 device_path_, in HandleCancel() 234 device_path_, in HandleConnect()
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | choose_mobile_network_ui.cc | 84 std::string device_path_; member in chromeos::__anon0a8816670111::ChooseMobileNetworkHandler 140 device_path_ = cellular->device_path(); in ChooseMobileNetworkHandler() 141 cros->AddNetworkDeviceObserver(device_path_, this); in ChooseMobileNetworkHandler() 146 if (!device_path_.empty()) { in ~ChooseMobileNetworkHandler() 148 cros->RemoveNetworkDeviceObserver(device_path_, this); in ~ChooseMobileNetworkHandler()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | mount_library.h | 52 const std::string& device_path() const { return device_path_; } in device_path() 82 std::string device_path_;
|
D | network_library.h | 196 const std::string& device_path() const { return device_path_; } in device_path() 239 std::string device_path_; variable 280 const std::string& device_path() const { return device_path_; } in device_path() 360 std::string device_path_; variable
|
D | mount_library.cc | 31 : device_path_(device_path), in Disk()
|
D | network_library.cc | 891 : device_path_(device_path), in NetworkDevice() 1046 return value->GetAsString(&device_path_); in ParseValue() 1240 if (EnsureCrosLoaded() && connected() && !device_path_.empty()) { in InitIPAddress() 1241 IPConfigStatus* ipconfig_status = ListIPConfigs(device_path_.c_str()); in InitIPAddress()
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
D | mtp_device_delegate_impl_linux.cc | 177 device_path_(device_location), in MTPDeviceDelegateImplLinux() 180 DCHECK(!device_path_.empty()); in MTPDeviceDelegateImplLinux() 198 GetDeviceRelativePath(device_path_, file_path), in GetFileInfo() 214 std::string device_file_relative_path = GetDeviceRelativePath(device_path_, in ReadDirectory() 242 GetDeviceRelativePath(device_path_, device_file_path); in CreateSnapshotFile()
|
D | mtp_device_delegate_impl_linux.h | 173 const base::FilePath device_path_; variable
|
/external/chromium_org/chromeos/network/ |
D | network_state.h | 51 const std::string& device_path() const { return device_path_; } in device_path() 121 std::string device_path_; variable
|
D | network_state.cc | 143 return GetStringValue(key, value, &device_path_); in PropertyChanged() 212 device_path_); in GetProperties()
|
/external/chromium_org/chromeos/dbus/ |
D | cros_disks_client.h | 110 const std::string& device_path() const { return device_path_; } in device_path() 167 std::string device_path_; variable
|
D | cros_disks_client.cc | 547 : device_path_(device_path), in DiskInfo()
|
/external/chromium_org/chromeos/disks/ |
D | disk_mount_manager.h | 77 const std::string& device_path() const { return device_path_; } in device_path() 147 std::string device_path_;
|
D | disk_mount_manager.cc | 641 : device_path_(device_path), in Disk()
|
/external/chromium_org/chrome/browser/chromeos/mobile/ |
D | mobile_activator.cc | 193 device_path_.clear(); in TerminateActivation() 218 if (network->device_path() != device_path_) { in NetworkPropertiesUpdated() 222 << " (Stored device path = " << device_path_ << ")"; in NetworkPropertiesUpdated() 262 device_path_ = network->device_path(); in InitiateActivation()
|
D | mobile_activator.h | 267 std::string device_path_;
|