/external/chromium_org/chrome/browser/chromeos/options/ |
wifi_config_view.h | 18 #include "chromeos/network/network_state_handler_observer.h" 54 // If |service_path| is not empty it identifies the network to be configured. 56 // 8021x configuration UI for a hidden WiFi network. 88 virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE; 90 // Parses a UI |property| from the ONC associated with |network|. |key| 93 const NetworkState* network, 96 // Parses an EAP UI |property| from the ONC associated with |network|. 99 const NetworkState* network, 105 // This will initialize the view depending on whether an existing network 106 // is being configured, the type of network, and the security model (i.e [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
overrides.css | 106 /* Network tab */ 108 .overrides-network fieldset { 112 .overrides-network fieldset p { 117 .overrides-network fieldset select { 121 .overrides-network fieldset p label { 126 .overrides-network fieldset input[type='text'] { 215 .overrides-device, .overrides-media, .overrides-network, .overrides-sensors {
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvoe.h | 111 webrtc::VoENetwork* network, 124 network_(network), 139 webrtc::VoENetwork* network() const { return network_.get(); } function in class:cricket::VoEWrapper
|
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/ |
arm64_download | 117 --network="nat" \ 118 --network-nat-subnet="192.168.31.0/24" \ 119 --network-nat-ports="8022=22" \
|
/external/skia/platform_tools/barelinux/bin/ |
arm64_download | 117 --network="nat" \ 118 --network-nat-subnet="192.168.31.0/24" \ 119 --network-nat-ports="8022=22" \
|
/external/chromium_org/chrome/browser/chromeos/mobile/ |
mobile_activator_unittest.cc | 10 #include "chromeos/network/network_connection_handler.h" 11 #include "chromeos/network/network_handler.h" 12 #include "chromeos/network/network_state.h" 13 #include "chromeos/network/network_state_handler.h" 86 const NetworkState* network, 88 return PickNextState(network, error_description); 91 void InvokeChangeState(const NetworkState* network, 94 MobileActivator::ChangeState(network, new_state, error_description); 148 // Make sure if we have a network connection, the mobile activator does not 149 // connect to the network [all...] |
/external/iputils/ |
iputils.spec | 6 Summary: The ping program for checking to see if network hosts are alive. 21 specified network host and can tell you if that machine is alive and 22 receiving network traffic.
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
network_screen.cc | 19 #include "chromeos/network/network_handler.h" 20 #include "chromeos/network/network_state_handler.h" 86 void NetworkScreen::NetworkConnectionStateChanged(const NetworkState* network) { 90 void NetworkScreen::DefaultNetworkChanged(const NetworkState* network) { 144 // TODO(nkostylev): Check network connectivity.
|
error_screen.h | 86 // |error_state|, and |network|. 87 void SetErrorState(ErrorState error_state, const std::string& network);
|
error_screen_actor.h | 23 // Possible network error reasons. 31 // Reason for a case when default network has changed. 75 const std::string& network) = 0;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
proxy_settings.css | 45 html[highlight=strong] #network-proxy-tab {
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.h | 13 #include "chromeos/network/network_state_handler_observer.h" 53 // Callbacks to set network state properties. 74 // Refreshes the display of network information. 77 // Updates the display of network connection information for the details page 90 const chromeos::NetworkState* network) OVERRIDE; 92 const chromeos::NetworkState* network) OVERRIDE; 99 // Additional callbacks to set network state properties. 123 // Handle various network commands and clicks on a network item 124 // in the network list [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
internet_detail.js | 9 // * The network property dictionaries are being converted to use ONC values. 102 * Sends the 'checked' state of a control to chrome for a network. 103 * @param {string} path The service path of the network. 119 * @param {string} type The ONC type of the network being shown. 120 * @param {string} state The ONC network state. 203 * Auto-activates the network details dialog if network information 440 * @param {Object} propData ONC managed network property dictionary. 484 // blank if the network is not connected. 488 // Network type related [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
tray_network.h | 10 #include "ash/system/chromeos/network/network_observer.h" 11 #include "ash/system/chromeos/network/network_portal_detector_observer.h" 12 #include "ash/system/chromeos/network/tray_network_state_observer.h" 59 const chromeos::NetworkState* network) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/ |
enrollment_dialog_view.cc | 15 #include "chromeos/network/client_cert_util.h" 16 #include "chromeos/network/managed_network_configuration_handler.h" 17 #include "chromeos/network/network_event_log.h" 18 #include "chromeos/network/network_state.h" 19 #include "chromeos/network/network_state_handler.h" 262 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local 264 if (!network) { 265 NET_LOG_ERROR("Enrolling Unknown network", service_path); 277 ->FindPolicyByGUID(username_hash, network->guid(), &onc_source); 302 new DialogEnrollmentDelegate(owning_window, network->name(), profile) [all...] |
/external/chromium_org/chrome/browser/chromeos/login/enrollment/ |
auto_enrollment_check_screen.h | 14 #include "chromeos/network/portal_detector/network_portal_detector.h" 59 const NetworkState* network,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
error_screen_handler.h | 46 const std::string& network) OVERRIDE; 82 // Network state informer used to keep error screen up.
|
/external/chromium_org/chromeos/network/ |
network_state_handler.h | 19 #include "chromeos/network/managed_state.h" 20 #include "chromeos/network/network_handler.h" 21 #include "chromeos/network/network_handler_callbacks.h" 22 #include "chromeos/network/network_type_pattern.h" 23 #include "chromeos/network/shill_property_handler.h" 45 // each visible network. It is not used to change the properties of services or 54 // * A NetworkState exists for all network services stored in a profile, and 56 // cellular or in-range wifi networks). If the network is stored in a profile, 63 // the duration of a session, even if the network drops out and returns. 115 // Finds and returns a network state by |service_path| or NULL if not found [all...] |
network_util.h | 44 // Struct for passing network scan result data. 48 std::string status; // The network's availability status. (One of "unknown", 94 // Retrieves the ONC state dictionary for |network| using GetStateProperties. 98 const NetworkState* network); 100 // Retrieves the list of network services by passing |pattern|, 105 // additional debugging properties (used in release code for chrome://network).
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/ |
UserMetrics.js | 62 network: 3,
|
/external/dnsmasq/bld/ |
Makefile | 3 OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old.h | 26 #define WPAS_DBUS_IFACE_NETWORK WPAS_DBUS_INTERFACE ".Network" 84 char * wpas_dbus_decompose_object_path(const char *path, char **network,
|
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/ |
CaptivePortalLoginActivity.java | 26 import android.net.Network; 95 // System misconfigured, bail out in a way that at least provides network access. 100 final Network network = new Network(mNetId); local 102 cm.setProcessDefaultNetwork(network); 110 // Exit app if Network disappears. 111 final NetworkCapabilities networkCapabilities = cm.getNetworkCapabilities(network); 118 public void onLost(Network lostNetwork) { 119 if (network.equals(lostNetwork)) done(CAPTIVE_PORTAL_APP_RETURN_UNWANTED) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/network/ |
network_config.js | 19 * @param {Object} properties The object containing the network properties. 105 * @param {string} guid The guid identifying the network. 117 * @param {string} guid The guid identifying the network. 128 * @param {string} guid The guid identifying the network. 139 * @param {string} guid The guid identifying the network.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiConfigHelper.java | 191 * Return the configured network that matches the ScanResult, or create one. 194 ScanResult network) { 195 WifiConfiguration config = getFromConfiguredNetworks(context, network.SSID, 196 WifiSecurity.getSecurity(network)); 199 setConfigSsid(config, network); 200 setConfigKeyManagementBySecurity(config, WifiSecurity.getSecurity(network)); 206 * Return the configured network that matches the ssid/security pair, or create one. 213 // No configured network found; populate a new one with the provided ssid / security. 232 if (DEBUG) Log.e(TAG, "failed to add network: " + config.toString()); 237 if (DEBUG) Log.e(TAG, "enable network failed: " + networkId + "; " + config.toString()) [all...] |