/external/chromium_org/third_party/libjingle/source/talk/base/ |
network.cc | 32 #include "talk/base/network.h" 85 bool CompareNetworks(const Network* a, const Network* b) { 94 bool SortNetworks(const Network* a, const Network* b) { 95 // Network types will be preferred above everything else while sorting 165 typedef std::pair<Network*, std::vector<IPAddress> > address_list; 176 // First, build a set of network-keys to the ipaddresses. 198 // Next, look for existing network objects to re-use. 203 Network* net = it->second.first 427 scoped_ptr<Network> network; local 612 const Network* network = list[i]; local [all...] |
/external/chromium_org/third_party/webrtc/base/ |
network.cc | 15 #include "webrtc/base/network.h" 68 bool CompareNetworks(const Network* a, const Network* b) { 77 bool SortNetworks(const Network* a, const Network* b) { 78 // Network types will be preferred above everything else while sorting 148 typedef std::pair<Network*, std::vector<IPAddress> > address_list; 159 // First, build a set of network-keys to the ipaddresses. 181 // Next, look for existing network objects to re-use. 186 Network* net = it->second.first 410 scoped_ptr<Network> network; local 595 const Network* network = list[i]; local [all...] |
/packages/services/Mms/src/com/android/mms/service/ |
MmsNetworkManager.java | 24 import android.net.Network; 35 * Manages the MMS network connectivity 46 // The requested MMS {@link android.net.Network} we are holding 48 // MMS network is available. 49 private Network mNetwork; 50 // The current count of MMS requests that require the MMS network 51 // If mMmsRequestCount is 0, we should release the MMS network. 60 // The callback to register when we request MMS network 74 public Network getNetwork() { 81 * Acquire the MMS network [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
network_state_notifier.cc | 5 #include "ash/system/chromeos/network/network_state_notifier.h" 8 #include "ash/system/chromeos/network/network_connect.h" 14 #include "chromeos/network/network_configuration_handler.h" 15 #include "chromeos/network/network_connection_handler.h" 16 #include "chromeos/network/network_event_log.h" 17 #include "chromeos/network/network_state.h" 18 #include "chromeos/network/network_state_handler.h" 19 #include "chromeos/network/shill_property_util.h" 108 void NetworkStateNotifier::DefaultNetworkChanged(const NetworkState* network) { 109 if (!UpdateDefaultNetwork(network)) 266 const NetworkState* network = local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
choose_mobile_network.js | 29 '<input type="radio" name="network" id="network' + i + '" />' + 30 '<label for="network' + i + '" id="label' + i + '"></label>'; 34 $('network' + i).checked = true; 37 $('network' + i).disabled = true; 40 $('network' + i).addEventListener('click', function(event) { 51 if ($('network' + i).checked) {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stunport.h | 50 talk_base::Network* network, 54 UDPPort* port = new UDPPort(thread, factory, network, socket, 65 talk_base::Network* network, 70 UDPPort* port = new UDPPort(thread, factory, network, 116 talk_base::Network* network, const talk_base::IPAddress& ip, 121 talk_base::Network* network, talk_base::AsyncPacketSocket* socket [all...] |
/frameworks/volley/tests/src/com/android/volley/ |
RequestQueueTest.java | 72 OrderCheckingNetwork network = new OrderCheckingNetwork(); local 73 RequestQueue queue = new RequestQueue(new NoCache(), network, 1, mDelivery); 79 network.setExpectedRequests(requestsToMake); 81 network.waitUntilExpectedDone(2000); // 2 seconds 86 OrderCheckingNetwork network = new OrderCheckingNetwork(); local 100 network.setExpectedRequests(2); 101 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery); 105 network.waitUntilExpectedDone(2000); 110 MockNetwork network = new MockNetwork(); local 111 RequestQueue queue = new RequestQueue(new NoCache(), network, 3, mDelivery) [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 13 #include "ash/system/chromeos/network/network_connect.h" 14 #include "ash/system/chromeos/network/network_icon.h" 38 #include "chromeos/network/device_state.h" 39 #include "chromeos/network/managed_network_configuration_handler.h" 40 #include "chromeos/network/network_configuration_handler.h" 41 #include "chromeos/network/network_connection_handler.h" 42 #include "chromeos/network/network_device_handler.h" 43 #include "chromeos/network/network_event_log.h" 44 #include "chromeos/network/network_ip_config.h" 45 #include "chromeos/network/network_profile.h 1164 const NetworkState* network = local 1254 const NetworkState* network = GetNetworkState(service_path); local 1475 const NetworkState* network = GetNetworkState(service_path); local 1647 const NetworkState* network = GetNetworkState(service_path); local 1656 const NetworkState* network = GetNetworkState(service_path); local 1698 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local 1755 const NetworkState* network = *iter; local [all...] |
/external/chromium_org/chrome/browser/chromeos/options/ |
wifi_config_view.cc | 7 #include "ash/system/chromeos/network/network_connect.h" 17 #include "chromeos/network/network_configuration_handler.h" 18 #include "chromeos/network/network_event_log.h" 19 #include "chromeos/network/network_handler.h" 20 #include "chromeos/network/network_state.h" 21 #include "chromeos/network/network_state_handler.h" 22 #include "chromeos/network/network_ui_data.h" 23 #include "chromeos/network/shill_property_util.h" 386 const NetworkState* network = GetNetworkState(); local 387 if (network && network->type() == shill::kTypeEthernet 591 const NetworkState* network = GetNetworkState(); local 659 const NetworkState* network = GetNetworkState(); local 897 const NetworkState* network = GetNetworkState(); local 1343 const NetworkState* network = GetNetworkState(); local [all...] |
/external/chromium_org/chrome/browser/chromeos/status/ |
network_menu.cc | 11 #include "ash/system/chromeos/network/network_connect.h" 12 #include "ash/system/chromeos/network/network_icon.h" 25 #include "chromeos/network/device_state.h" 26 #include "chromeos/network/network_state.h" 27 #include "chromeos/network/network_state_handler.h" 58 bool ShouldHighlightNetwork(const NetworkState* network) { 59 return network->IsConnectedState() || network->IsConnectingState(); 109 // Connect or reconnect to the network at |index|. 165 // Open a dialog to set up and connect to a network 421 const NetworkState* network = *iter; local 481 const NetworkState* network = *iter; local 496 const NetworkState* network = *iter; local [all...] |
/external/chromium_org/chromeos/network/ |
network_state_handler_unittest.cc | 5 #include "chromeos/network/network_state_handler.h" 20 #include "chromeos/network/network_state.h" 21 #include "chromeos/network/network_state_handler.h" 22 #include "chromeos/network/network_state_handler_observer.h" 78 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE { 80 default_network_ = network ? network->path() : ""; 82 network ? network->connection_state() : ""; 88 const NetworkState* network) OVERRIDE 94 DCHECK(network); variable 654 const NetworkState* network = local 684 const NetworkState* network = local [all...] |
client_cert_resolver.cc | 5 #include "chromeos/network/client_cert_resolver.h" 24 #include "chromeos/network/certificate_pattern.h" 25 #include "chromeos/network/client_cert_util.h" 26 #include "chromeos/network/managed_network_configuration_handler.h" 27 #include "chromeos/network/network_state.h" 28 #include "chromeos/network/network_ui_data.h" 37 // Describes a network |network_path| for which a matching certificate |cert_id| 90 // Describes a network that is configured with the certificate pattern 181 LOG(WARNING) << "Couldn't find a matching client cert for network " 354 // Compare this network with all certificates 355 const NetworkState* network = local 376 const NetworkState* network = *it; local [all...] |
/external/chromium_org/content/renderer/p2p/ |
ipc_network_manager.cc | 70 // Update flag if network list received for the first time. 76 // talk_base::Network uses these prefix_length to compare network 78 std::vector<talk_base::Network*> networks; 87 talk_base::Network* network = new talk_base::Network( local 90 network->AddIP(talk_base::IPAddress(address)); 91 networks.push_back(network); 98 talk_base::Network* network = new talk_base::Network local [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'] { 218 .overrides-device, .overrides-media, .overrides-network, .overrides-sensors { 228 .overrides-activate-network #tab-network, 235 .overrides-activate-network #tab-network .tabbed-pane-header-tab-title::after [all...] |
/frameworks/volley/src/com/android/volley/ |
RequestQueue.java | 35 * resolving from either cache or network on a worker thread, and then delivering 67 /** The queue of requests that are actually going out to the network. */ 71 /** Number of network request dispatcher threads to start. */ 77 /** Network interface for performing requests. */ 78 private final Network mNetwork; 83 /** The network dispatchers. */ 93 * @param network A Network interface for performing HTTP requests 94 * @param threadPoolSize Number of network dispatcher threads to create 97 public RequestQueue(Cache cache, Network network, int threadPoolSize [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_normalizer.cc | 5 #include "chromeos/network/onc/onc_normalizer.h" 11 #include "chromeos/network/onc/onc_signature.h" 148 void Normalizer::NormalizeNetworkConfiguration(base::DictionaryValue* network) { 150 network->GetBooleanWithoutPathExpansion(::onc::kRemove, &remove); 152 network->RemoveWithoutPathExpansion(::onc::network_config::kIPConfigs, 154 network->RemoveWithoutPathExpansion(::onc::network_config::kName, NULL); 155 network->RemoveWithoutPathExpansion(::onc::network_config::kNameServers, 157 network->RemoveWithoutPathExpansion(::onc::network_config::kProxySettings, 159 network->RemoveWithoutPathExpansion(::onc::network_config::kSearchDomains, 161 network->RemoveWithoutPathExpansion(::onc::network_config::kType, NULL) [all...] |
/external/chromium_org/remoting/client/plugin/ |
pepper_network_manager.cc | 66 // Convert the networks to talk_base::Network. 67 std::vector<talk_base::Network*> networks; 87 talk_base::Network* network = new talk_base::Network( local 89 network->AddIP(address.ipaddr()); 90 networks.push_back(network);
|
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/ |
audio_e2e_harness.cc | 44 VoENetwork* network = VoENetwork::GetInterface(voe); local 45 ASSERT_TRUE(network != NULL); 52 new VoiceChannelTransport(network, channel));
|
/external/chromium_org/chrome/browser/chromeos/login/auth/ |
auth_prewarmer.h | 10 #include "chromeos/network/network_state_handler_observer.h" 22 // Class for prewarming authentication network connection. 33 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_detector_impl.h | 23 #include "chromeos/network/network_state_handler_observer.h" 39 // This class handles all notifications about network changes from 41 // network to CaptivePortalService. 79 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE; 132 // Stores captive portal state for a |network| and notifies observers. 133 void OnDetectionCompleted(const NetworkState* network, 136 // Notifies observers that portal detection is completed for a |network|. 137 void NotifyDetectionCompleted(const NetworkState* network, 171 void RecordDetectionStats(const NetworkState* network, 184 // Name of the default network [all...] |
/external/chromium_org/chrome/browser/extensions/api/networking_private/ |
networking_private_event_router_chromeos.cc | 14 #include "chromeos/network/network_event_log.h" 15 #include "chromeos/network/network_state.h" 16 #include "chromeos/network/network_state_handler.h" 17 #include "chromeos/network/network_state_handler_observer.h" 18 #include "chromeos/network/onc/onc_signature.h" 19 #include "chromeos/network/onc/onc_translator.h" 50 virtual void NetworkPropertiesUpdated(const NetworkState* network) OVERRIDE; 54 const NetworkState* network, 58 // Decide if we should listen for network changes or not. If there are any 60 // want to register for change notification from the network state handler [all...] |
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_network_monitor_host.cc | 100 const net::NetworkInterface& network = list->at(i); local 102 network_copy.name = network.name; 107 network.address, 0, &(network_copy.addresses[0])); 115 network_copy.display_name = network.name;
|
/external/ipsec-tools/src/racoon/ |
isakmp_unity.h | 65 struct unity_network network; member in struct:unity_netentry
|
/external/ppp/pppd/ |
ipxcp.h | 48 #define IPX_NETWORK_NUMBER 1 /* IPX Network Number */ 64 bool neg_nn; /* Negotiate IPX network number? */ 65 bool req_nn; /* Ask peer to send IPX network number */ 73 bool accept_network; /* accept network number */ 78 u_int32_t his_network; /* base network number */ 79 u_int32_t our_network; /* our value for network number */ 80 u_int32_t network; /* the final network number */ member in struct:ipxcp_options
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 29 #include "chromeos/network/device_state.h" 30 #include "chromeos/network/network_configuration_handler.h" 31 #include "chromeos/network/network_event_log.h" 32 #include "chromeos/network/network_state.h" 33 #include "chromeos/network/network_state_handler.h" 34 #include "chromeos/network/network_state_handler_observer.h" 87 // Converts the network properties into a JS object. 195 // The network is not yet activated, and the webui is in activation flow. 197 // The network is activated, the webui displays network portal 509 const NetworkState* network = nsh->GetNetworkState(path.substr(1)); local 575 const NetworkState* network = local [all...] |