/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/ |
NetworkPanel.js | 197 this.element.id = "network-container"; 202 this._summaryBarElement = this.element.createChild("div", "network-summary-bar"); 252 this._timelineGrid.element.classList.add("network-timeline-grid"); 379 this._dataGrid.element.classList.add("network-log-grid"); 394 var subtitleDiv = fragment.createChild("div", "network-header-subtitle"); 534 var text = WebInspector.UIString("No requests captured. Reload the page to see detailed information on the network activity."); 623 loadDivider.className = "network-event-divider network-red-divider"; 626 loadDividerPadding.className = "network-event-divider-padding"; 637 domContentLoadedDivider.className = "network-event-divider network-blue-divider" [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_error_message.css | 94 #offline-network-control { 99 .offline-network-list-label { 112 .error-guest-signin-fix-network {
|
/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. 116 * @param {string} guid The guid identifying the network.
|
/external/chromium_org/remoting/webapp/ |
smart_reconnector.js | 8 * network failure. 59 // The online event only means the network adapter is enabled, but 61 // Therefore, delay the connection by |kReconnectDelay| to allow for the network
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_loopback.cc | 556 NetworkParameters network; local 557 network.loss_model = kUniformLoss; 562 network.packet_loss_rate = atoi(rate_str.c_str()); 563 if (network.packet_loss_rate > 0) { 567 // Set network delay value 568 std::cout << "Enter network delay value [mS]" << std::endl; 571 network.mean_one_way_delay = atoi(delay_str.c_str()); 572 extTransport->SetNetworkParameters(network);
|
vie_autotest_codec.cc | 150 webrtc::ViENetwork* network = interfaces.network; local 195 new webrtc::test::VideoChannelTransport(network, video_channel)); 304 webrtc::ViENetwork* network = interfaces.network; local 341 new webrtc::test::VideoChannelTransport(network, video_channel)); 373 webrtc::ViENetwork* network = video_engine.network; local 392 new webrtc::test::VideoChannelTransport(network, video_channel_1)); 400 new webrtc::test::VideoChannelTransport(network, video_channel_2)) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
network_quiescence.js | 9 * determines when network quiescence has been reached based on the time since 47 // True when no resource has been loaded from the network for 51 // Time to wait before declaring network quiescence in milliseconds.
|
/external/chromium_org/ash/system/chromeos/network/ |
tray_vpn.cc | 5 #include "ash/system/chromeos/network/tray_vpn.h" 9 #include "ash/system/chromeos/network/network_icon_animation.h" 10 #include "ash/system/chromeos/network/network_state_list_detailed_view.h" 16 #include "chromeos/network/network_state.h" 17 #include "chromeos/network/network_state_handler.h" 171 void TrayVPN::NetworkServiceChanged(const chromeos::NetworkState* network) { 173 detailed_->NetworkServiceChanged(network);
|
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_notification_controller_unittest.cc | 8 #include "chromeos/network/network_state.h" 83 const NetworkState* network, 85 controller_.OnPortalDetectionCompleted(network, state); 131 // User already closed notification about portal state for this network, 141 // Second network is in online state, so there shouldn't be any 146 // User switches back to the first network, so notification should 157 // First network is behind a captive portal, so notification should 166 // Second network is also behind a captive portal, so notification 182 // Portal detector notified that second network is still behind captive 191 // Network was switched (by shill or by user) to wifi1. Notificatio [all...] |
/external/chromium_org/chromeos/network/ |
network_util.cc | 5 #include "chromeos/network/network_util.h" 10 #include "chromeos/network/network_state.h" 11 #include "chromeos/network/network_state_handler.h" 12 #include "chromeos/network/onc/onc_signature.h" 13 #include "chromeos/network/onc/onc_translator.h" 124 // If the network id property is not present then this network cannot be 143 const NetworkState* network) { 146 network->GetStateProperties(&shill_dictionary);
|
/external/chromium_org/chromeos/network/onc/ |
onc_utils.cc | 5 #include "chromeos/network/onc/onc_utils.h" 13 #include "chromeos/network/network_event_log.h" 14 #include "chromeos/network/onc/onc_mapper.h" 15 #include "chromeos/network/onc/onc_signature.h" 16 #include "chromeos/network/onc/onc_utils.h" 17 #include "chromeos/network/onc/onc_validator.h" 233 base::DictionaryValue* network = NULL; local 234 (*it)->GetAsDictionary(&network); 235 DCHECK(network); 237 kNetworkConfigurationSignature, substitution, network); 629 base::DictionaryValue* network = NULL; local [all...] |
/external/iptables/iptables/ |
iptables-apply | 93 DEFAULT_FILE=/etc/network/ip6tables 98 DEFAULT_FILE=/etc/network/iptables
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stunport.cc | 76 // This should have almost no impact on network usage. 108 << " (" << port_->Network()->name() << ")"; 129 talk_base::Network* network, 132 : Port(thread, factory, network, socket->GetLocalAddress().ipaddr(), 144 talk_base::Network* network, 147 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port,
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
framedrop_primitives.h | 37 const NetworkParameters& network, 121 // A frame being sent in external transport (to the simulated network). This 125 // network). This timestamp differs from the one in the Created state by a
|
/external/dnsmasq/contrib/Suse/ |
dnsmasq-suse.spec | 25 is designed to provide DNS and, optionally, DHCP, to a small network. It can 30 leases and BOOTP for network booting of diskless machines.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
ResponseCacheAdapter.java | 74 public void update(Response cached, Response network) throws IOException {
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.h | 142 char **network,
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
PermissionMonitor.java | 59 private static final boolean NETWORK = false; 70 // Keys are App IDs. Values are true for SYSTEM permission and false for NETWORK permission. 135 if (permission == null || permission == NETWORK) { 184 List<Integer> network = new ArrayList<Integer>(); local 187 List<Integer> list = app.getValue() ? system : network; 194 mNetd.setPermission(CHANGE_NETWORK_STATE, toIntArray(network)); 197 mNetd.clearPermission(toIntArray(network)); 243 if (permission == null || permission == NETWORK) { 264 apps.put(appUid, NETWORK); // doesn't matter which permission we pick here
|
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/ |
device_id_mac.cc | 11 #include <IOKit/network/IOEthernetController.h> 12 #include <IOKit/network/IOEthernetInterface.h> 13 #include <IOKit/network/IONetworkInterface.h> 120 // Use the MAC address of the first network interface. 148 // MAC address from built-in network card is always best choice.
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
app_launch_splash_screen_handler.cc | 10 #include "chromeos/network/network_state.h" 11 #include "chromeos/network/network_state_handler.h" 24 // Returns network name by service path. 26 const chromeos::NetworkState* network = local 29 if (!network) 31 return network->name(); 264 LOG(WARNING) << "No delegate set to handle network configuration.";
|
error_screen_handler.cc | 116 const std::string& network) { 118 network_ = network; 120 CallJS("setErrorState", static_cast<int>(error_state_), network); 271 params.SetString("network", network_);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
NetworkActivity.java | 53 * Activity to manage network settings. 402 * Wifi network configuration has changed and an immediate refresh of the list of Wifi 412 * network is shown at the first position on the list) and signal strength, with the 413 * provisio that the wireless network with SSID "mustHave" should be included in the list 417 * @param mustHave Include this wifi network in the list even if it would otherwise 445 // If a network is connected, it will be the first on the list. 448 for (ScanResult network : displayList) { 449 if (network != null) { 450 WifiSecurity security = WifiSecurity.getSecurity(network); 455 WifiConnectionActivity.createIntent(mContext, network, security) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 86 // network and IP address. 100 talk_base::Network* network, 110 // equivalent network setup. 111 void DisableEquivalentPhases(talk_base::Network* network, 157 talk_base::Network* network_; 405 // For each network, see if we have a sequence that covers it already. If not, 409 std::vector<talk_base::Network*> networks; 479 talk_base::Network* network, PortConfiguration* config, uint32* flags) [all...] |
/frameworks/base/services/core/java/com/android/server/ |
ConnectivityService.java | 69 import android.net.Network; 193 // network sampling debugging 198 // TODO: create better separation between radio types and network types 200 // how long to wait before switching back to a radio's default network 219 // Set network sampling interval at 12 minutes, this way, even if the timers get 224 // start network sampling a minute after booting ... 245 /** Currently active network rules by UID. */ 251 * Sometimes we want to refer to the individual network state 285 * network - EVENT_EXPIRE_NET_TRANSITION_WAKELOCK happens 286 * after a timeout if no network is found (typically 1 min) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/ |
devtools.js | 170 chrome.devtools.network.addRequestHeaders({ 174 chrome.devtools.network.getHAR(function(result) { 183 chrome.devtools.network.onRequestFinished.addListener(
|