HomeSort by relevance Sort by last modified time
    Searched refs:cellular_device_path_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 129 cellular_device_path_ = cellular->device_path();
131 network_library->AddNetworkDeviceObserver(cellular_device_path_, this);
140 if (!cellular_device_path_.empty())
141 netlib->RemoveNetworkDeviceObserver(cellular_device_path_, this);
411 if (cellular_device_path_ != new_cellular_device_path) {
412 if (!cellular_device_path_.empty()) {
413 cros->RemoveNetworkDeviceObserver(cellular_device_path_, this);
419 cellular_device_path_ = new_cellular_device_path;
network_menu_button.h 126 std::string cellular_device_path_; member in class:chromeos::NetworkMenuButton
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 219 std::string cellular_device_path_; member in class:chromeos::SimUnlockHandler
317 cellular_device_path_ = cellular->device_path();
319 cellular_device_path_, this);
325 if (!cellular_device_path_.empty()) {
327 cellular_device_path_, this);

Completed in 79 milliseconds