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

  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 10 #include "ash/system/chromeos/network/network_connect.h"
96 ash::network_connect::ConnectToNetwork("wifi1");
102 network_connect::kNetworkConnectNotificationId));
network_connect.h 22 namespace network_connect { namespace in namespace:ash
72 } // network_connect
network_state_notifier.cc 8 #include "ash/system/chromeos/network/network_connect.h"
61 if (error_name == ash::network_connect::kErrorActivateFailed) {
168 base::Bind(&network_connect::ShowNetworkSettings, cellular->path()));
196 ash::network_connect::kNetworkActivateNotificationId,
202 base::Bind(&ash::network_connect::ShowNetworkSettings,
286 error = network_connect::ErrorString(shill_error, service_path);
322 network_connect::kNetworkConnectNotificationId,
326 base::Bind(&network_connect::ShowNetworkSettings, service_path));
network_connect.cc 5 #include "ash/system/chromeos/network/network_connect.h"
94 ash::network_connect::ActivateCellular(service_path);
98 ash::network_connect::ShowMobileSetup(service_path);
166 network_connect::ActivateCellular(service_path);
172 network_connect::ShowNetworkSettings(service_path);
200 network_connect::kNetworkConnectNotificationId, false /* not by user */);
211 network_connect::kNetworkConnectNotificationId, false /* not by user */);
224 ShowErrorNotification(network_connect::kErrorActivateFailed, service_path);
323 namespace network_connect { namespace in namespace:ash
453 base::Bind(&ash::network_connect::ShowNetworkSettings
    [all...]
network_state_list_detailed_view.cc 13 #include "ash/system/chromeos/network/network_connect.h"
274 ash::network_connect::ConnectToNetwork(service_path);
590 ash::network_connect::SetTechnologyEnabled(NetworkTypePattern::Mobile(),
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 8 #include "ash/system/chromeos/network/network_connect.h"
124 ash::network_connect::ShowNetworkSettings(service_path);
216 ash::network_connect::kNetworkActivateNotificationId,
network_menu.cc 12 #include "ash/system/chromeos/network/network_connect.h"
64 ash::network_connect::SetTechnologyEnabled(technology, !is_enabled);
220 ash::network_connect::ConnectToNetwork(service_path);
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.cc 7 #include "ash/system/chromeos/network/network_connect.h"
104 error_msg = ash::network_connect::ErrorString(
171 ash::network_connect::ConfigureNetworkAndConnect(
wifi_config_view.cc 7 #include "ash/system/chromeos/network/network_connect.h"
591 error_msg = ash::network_connect::ErrorString(
708 ash::network_connect::CreateConfigurationAndConnect(&properties,
735 ash::network_connect::CreateConfiguration(&properties, share_network);
737 ash::network_connect::ConfigureNetworkAndConnect(
    [all...]
vpn_config_view.cc 7 #include "ash/system/chromeos/network/network_connect.h"
377 ash::network_connect::CreateConfigurationAndConnect(&properties, shared);
389 ash::network_connect::ConfigureNetworkAndConnect(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 13 #include "ash/system/chromeos/network/network_connect.h"
251 ash::network_connect::ErrorString(network->error(), network->path()));
400 ash::network_connect::ShowMobileSetup(service_path);
470 ash::network_connect::ActivateCellular(network->path());
589 ash::network_connect::ConnectToNetwork(service_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 11 #include "ash/system/chromeos/network/network_connect.h"
627 ash::network_connect::ConnectToNetwork(network->path());
    [all...]

Completed in 233 milliseconds