/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
connectivitychecker_unittest.cc | 44 // Fake implementation to mock away real network usage. 49 talk_base::Network* network, const talk_base::IPAddress& ip, 52 : RelayPort(thread, factory, network, ip, min_port, max_port, 62 // Fake implementation to mock away real network usage. 67 talk_base::Network* network, 72 : StunPort(thread, factory, network, ip, min_port, max_port, 84 // Fake implementation to mock away real network usage by responding 193 // Overridden methods for faking a real network [all...] |
/external/chromium/chrome/browser/chromeos/status/ |
network_menu_button.cc | 192 const Network* network) { 195 SetNetworkIcon(cros, network); 248 const Network* cellular = 314 const Network* network) { 358 // Only set the icon, if it is an active network that changed. 359 if (network && network->is_active()) { 364 if (network->type() == TYPE_ETHERNET) 394 const Network* network = cros->active_network(); local [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
tcpport.h | 52 talk_base::Network* network, 55 TCPPort* port = new TCPPort(thread, factory, network, 75 talk_base::Network* network, uint32 ip, int min_port, int max_port,
|
relayport.h | 58 talk_base::Network* network, uint32 ip, int min_port, int max_port, 61 return new RelayPort(thread, factory, network, ip, min_port, max_port, 88 talk_base::Network*, uint32 ip, int min_port, int max_port,
|
udpport.cc | 40 talk_base::Network* network, 42 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
|
/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_observer.h" 71 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE { 73 default_network_ = network ? network->path() : ""; 75 network ? network->connection_state() : ""; 79 const NetworkState* network) OVERRIDE { 80 network_connection_state_[network->path()] = network->connection_state() 85 DCHECK(network); variable [all...] |
/external/chromium_org/rlz/mac/lib/ |
machine_id_mac.cc | 7 #include <IOKit/network/IOEthernetController.h> 8 #include <IOKit/network/IOEthernetInterface.h> 9 #include <IOKit/network/IONetworkInterface.h>
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvie.h | 94 webrtc::ViECapture* capture, webrtc::ViENetwork* network, 102 network_(network), 114 webrtc::ViENetwork* network() { return network_.get(); } function in class:cricket::ViEWrapper
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
tcpport.h | 50 talk_base::Network* network, 56 TCPPort* port = new TCPPort(thread, factory, network, 78 talk_base::Network* network, const talk_base::IPAddress& ip,
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
MessageListenerRegistry.java | 33 package com.jme3.network.base; 35 import com.jme3.network.Message; 36 import com.jme3.network.MessageListener;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
CollectionSerializer.java | 33 package com.jme3.network.serializing.serializers; 35 import com.jme3.network.serializing.Serializer; 36 import com.jme3.network.serializing.SerializerRegistration;
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 15 #include "ash/system/chromeos/network/network_connect.h" 16 #include "ash/system/chromeos/network/network_icon.h" 52 #include "chromeos/network/device_state.h" 53 #include "chromeos/network/favorite_state.h" 54 #include "chromeos/network/managed_network_configuration_handler.h" 55 #include "chromeos/network/network_configuration_handler.h" 56 #include "chromeos/network/network_connection_handler.h" 57 #include "chromeos/network/network_device_handler.h" 58 #include "chromeos/network/network_event_log.h" 59 #include "chromeos/network/network_ip_config.h 1211 const NetworkState* network = local 1301 const NetworkState* network = GetNetworkState(service_path); local 1512 const NetworkState* network = GetNetworkState(service_path); local 1967 const NetworkState* network = NetworkHandler::Get()->network_state_handler()-> local 1983 const NetworkState* network = *iter; local 2003 const NetworkState* network = *iter; local [all...] |
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
error_screen.h | 59 // |error_state|, and |network|. 60 void SetErrorState(ErrorState error_state, const std::string& network);
|
error_screen_actor.h | 20 // Possible network error reasons. 28 // Reason for a case when default network has changed. 64 const std::string& network) = 0;
|
network_screen.h | 15 #include "chromeos/network/network_state_handler_observer.h" 38 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE; 47 // Subscribes NetworkScreen to the network change notification, 48 // forces refresh of current network state. 60 // Subscribes to network change notifications. 63 // Unsubscribes from network change notifications. 69 // Called by |connection_timer_| when connection to the network timed out. 72 // Update UI based on current network status. 75 // Stops waiting for network to connect. 78 // Starts waiting for network connection. Shows spinner [all...] |
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_detector_stub.h | 31 const chromeos::NetworkState* network) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl.h | 14 #include "chromeos/network/network_state_handler_observer.h" 15 #include "chromeos/network/onc/onc_constants.h" 24 // system i.e. network (via shill notifications) 26 // - persists proxy setting per network in flimflim 27 // - provides network stack with latest effective proxy configuration for 28 // currently active network via PrefProxyConfigTrackerImpl's mechanism of 41 // network stack. 54 virtual void DefaultNetworkChanged(const NetworkState* network) OVERRIDE; 59 // Returns true if proxy is to be ignored for this network profile and 60 // |onc_source|, e.g. this happens if the network is shared an [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/ |
main_config.js | 27 var networkConfig = $('network-config'); 28 network.config.NetworkConfig.decorate(networkConfig);
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
error_screen_handler.h | 42 const std::string& network) OVERRIDE; 66 // Network state informer used to keep error screen up.
|
/external/chromium_org/chrome/test/functional/ |
chromeos_wifi_functional.py | 47 """Verify if we are connected to the network. 51 2. If we are not connected to the network. 52 3. If we did not find the network in the wifi_networks list. 55 newtork_ssid: The network to which we are supposed to be connected to. 56 status: The status that we expect the network to have, by default it 68 msg='Unexpected network status %s, Network %s should have ' 73 self.fail(msg='Did not find the network %s in the ' 77 """A shared encrypted network can connect and is remembered. 79 Note: This test does not verify that the network is added to the publi [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_normalizer.h | 10 #include "chromeos/network/onc/onc_mapper.h" 43 void NormalizeNetworkConfiguration(base::DictionaryValue* network);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/ |
Server.java | 33 package com.jme3.network;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
EndpointEvent.java | 33 package com.jme3.network.kernel;
|
NamedThreadFactory.java | 33 package com.jme3.network.kernel;
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.conf | 23 // network, you might allow anyone to perform updates. To do that, you just 29 // On a machine connected to the Internet or other large open network,
|