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

  /external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.cc 46 network->service_path() != service_path_ ||
52 service_path_.clear();
56 service_path_ = network->service_path();
75 if (network->service_path() != service_path_) {
network_change_notifier_chromeos.h 43 std::string service_path_; member in class:chromeos::NetworkChangeNotifierChromeos
  /external/chromium/chrome/browser/chromeos/options/
network_config_view.h 121 : service_path_(network->service_path()),
127 std::string service_path_; member in class:chromeos::ChildNetworkConfigView
vpn_config_view.cc 98 if (service_path_.empty() &&
113 if (!service_path_.empty()) {
116 VirtualNetwork* vpn = cros->FindVirtualNetworkByPath(service_path_);
184 if (service_path_.empty()) {
202 VirtualNetwork* vpn = cros->FindVirtualNetworkByPath(service_path_);
205 LOG(WARNING) << "VPN no longer exists: " << service_path_;
253 return service_path_;
wifi_config_view.cc 298 if (service_path_.empty()) {
365 if (!service_path_.empty()) {
367 const WifiNetwork* wifi = cros->FindWifiNetworkByPath(service_path_);
444 if (service_path_.empty()) {
463 WifiNetwork* wifi = cros->FindWifiNetworkByPath(service_path_);
467 LOG(WARNING) << "Wifi network: " << service_path_ << " no longer exists.";
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 163 service_path_(service_path) {}
167 return network_library->FindWifiNetworkByPath(service_path_);
automation_provider_observers.h 814 std::string service_path_; member in class:ServicePathConnectObserver
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 150 std::string service_path_; member in class:MobileSetupUIHTMLSource
308 std::string service_path_; member in class:MobileSetupHandler
397 service_path_(service_path) {
403 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_);
446 service_path_(service_path),
476 SetupActivationProcess(GetCellularNetwork(service_path_));
496 EvaluateCellularNetwork(GetCellularNetwork(service_path_));
535 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_);
570 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_);
614 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_);
    [all...]
choose_mobile_network_ui.cc 61 std::string service_path_; member in class:chromeos::__anon3355::ChooseMobileNetworkHTMLSource
sim_unlock_ui.cc 79 std::string service_path_; member in class:chromeos::SimUnlockUIHTMLSource
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 278 const std::string& service_path() const { return service_path_; }
340 service_path_(service_path),
402 std::string service_path_; member in class:chromeos::Network
    [all...]
network_library.cc     [all...]

Completed in 146 milliseconds