/external/chromium_org/ash/system/chromeos/network/ |
tray_network.cc | 5 #include "ash/system/chromeos/network/tray_network.h" 9 #include "ash/system/chromeos/network/network_icon_animation.h" 10 #include "ash/system/chromeos/network/network_state_list_detailed_view.h" 11 #include "ash/system/chromeos/network/network_tray_delegate.h" 12 #include "ash/system/chromeos/network/tray_network_state_observer.h" 23 #include "chromeos/network/network_state.h" 24 #include "chromeos/network/network_state_handler.h" 263 const chromeos::NetworkState* network) OVERRIDE { 546 void TrayNetwork::NetworkServiceChanged(const chromeos::NetworkState* network) { 548 detailed_->NetworkServiceChanged(network); [all...] |
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager.cc | 14 #include "chromeos/network/network_state.h" 15 #include "chromeos/network/network_state_handler.h" 495 void BurnManager::DefaultNetworkChanged(const NetworkState* network) { 497 if (state_machine_->state() == StateMachine::INITIAL && network) 500 if (state_machine_->state() == StateMachine::DOWNLOADING && !network)
|
/external/chromium_org/chrome/browser/chromeos/login/ |
webui_login_view.cc | 29 #include "chromeos/network/network_state.h" 30 #include "chromeos/network/network_state_handler.h" 311 const NetworkState* network = local 313 if (!network) { 314 LOG(ERROR) << "No default network found!"; 318 new ProxySettingsDialog(*network, NULL, GetNativeWindow());
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 35 #include "talk/base/network.h" 126 // network (or a timeout occurs), we will start allocating ports. 137 void DisableEquivalentPhases(talk_base::Network* network,
|
socketmonitor.cc | 141 info.est_quality = connection->port()->network()->quality();
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
event_router.h | 19 #include "chromeos/network/network_state_handler_observer.h" 33 // Monitors changes in disk mounts, network connection state and preferences 87 const chromeos::NetworkState* network) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/options/ |
vpn_config_view.h | 79 // Callback to initialize fields from uncached network properties. 128 // Parses a VPN UI |property| from the given |network|. |key| is the property 130 void ParseVPNUIProperty(const NetworkState* network, 181 // Cached VPN properties, only set when configuring an existing network.
|
/external/chromium_org/chromeos/dbus/ |
shill_manager_client_stub.h | 88 const base::DictionaryValue& network) OVERRIDE;
|
/external/chromium_org/content/test/ |
webrtc_audio_device_test.h | 202 explicit WebRTCTransportImpl(webrtc::VoENetwork* network);
|
webrtc_audio_device_test.cc | 362 WebRTCTransportImpl::WebRTCTransportImpl(webrtc::VoENetwork* network) 363 : network_(network) {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.h | 123 Connection* GetBestConnectionOnNetwork(talk_base::Network* network);
|
tcpport.cc | 38 talk_base::Network* network, const talk_base::IPAddress& ip, 41 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port, 231 talk_base::SocketAddress(port_->Network()->ip(), 0), 245 // Incoming connections should match the network address.
|
/external/iptables/iptables/ |
iptables-apply | 14 DEFAULT_FILE=/etc/network/iptables
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.c | 968 * @network: (out) the configured network this object path refers to, if any 970 * Returns: The object path of the network interface this path refers to 972 * For a given object path, decomposes the object path into object id, network, 977 char **network, 1007 if (network && net_part) { 1008 /* Deal with a request for a configured network */ 1014 *network = NULL; 1016 *network = os_strdup(net_name);
|
/packages/apps/Settings/src/com/android/settings/net/ |
ChartDataLoader.java | 37 * Loader for historical chart data for both network and UID details. 82 throw new RuntimeException("problem reading network stats", e); 89 data.network = mSession.getHistoryForNetwork(template, fields);
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 105 // network 106 String network = tm.getNetworkOperatorName(); local 107 addResult(NETWORK, network.trim());
|
/external/chromium/chrome/browser/chromeos/ |
customization_document.cc | 68 // Maximum number of retries to fetch file if network is not available. 71 // Delay between file fetch retries if network is not available. 327 NetworkLibrary* network = CrosLibrary::Get()->GetNetworkLibrary(); local 328 if (!network->Connected() && num_retries_ < kMaxFetchRetries) {
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.h | 35 #include "talk/base/network.h" 79 talk_base::PacketSocketFactory* factory, talk_base::Network* network, 119 // Identifies network that this port was allocated on. 120 talk_base::Network* network() { return network_; } function in class:cricket::Port 243 talk_base::Network* network_;
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_entry.js | 22 // Parses network log into tokens like time, name, pid
|
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.h | 71 // Network enums (see flimflam/include/network.h) 176 // Cellular network is considered low data when less than 60 minues. 179 // Cellular network is considered low data when less than 30 minues. 182 // Cellular network is considered low data when less than 100MB. 185 // Cellular network is considered very low data when less than 50MB. 273 // Contains data common to all network service types. 274 class Network { 276 virtual ~Network() {} 295 // Is this network connectable. Currently, this is mainly used by 802.1 [all...] |
/external/chromium/net/http/ |
http_cache.cc | 455 net::HttpNetworkLayer* network = local 457 HttpNetworkSession* session = network->GetSession(); 463 net::HttpNetworkLayer* network = local 465 HttpNetworkSession* session = network->GetSession(); 484 net::HttpNetworkLayer* network = local 486 return network->GetSession(); [all...] |
/external/chromium_org/net/http/ |
http_cache.cc | 390 net::HttpNetworkLayer* network = local 392 HttpNetworkSession* session = network->GetSession(); 398 net::HttpNetworkLayer* network = local 400 HttpNetworkSession* session = network->GetSession(); 441 net::HttpNetworkLayer* network = local 443 return network->GetSession(); [all...] |
/external/chromium_org/chrome/browser/metrics/ |
metrics_log.cc | 727 SystemProfileProto::Network* network = system_profile->mutable_network(); local 728 network->set_connection_type_is_ambiguous( 730 network->set_connection_type(network_observer_.connection_type()); 731 network->set_wifi_phy_layer_protocol_is_ambiguous( 733 network->set_wifi_phy_layer_protocol( [all...] |
/external/chromium_org/chromeos/network/ |
managed_network_configuration_handler.cc | 5 #include "chromeos/network/managed_network_configuration_handler.h" 25 #include "chromeos/network/network_configuration_handler.h" 26 #include "chromeos/network/network_event_log.h" 27 #include "chromeos/network/network_handler_callbacks.h" 28 #include "chromeos/network/network_profile.h" 29 #include "chromeos/network/network_profile_handler.h" 30 #include "chromeos/network/network_state.h" 31 #include "chromeos/network/network_state_handler.h" 32 #include "chromeos/network/network_ui_data.h" 33 #include "chromeos/network/onc/onc_constants.h 644 const base::DictionaryValue* network = NULL; local [all...] |
/external/chromium_org/remoting/webapp/ |
format_iq.js | 299 'network')) { 311 var network = candidate.getAttribute('network'); 317 if (network) { 318 info = info + " network:'" + network + "'";
|