/external/chromium_org/chrome/browser/chromeos/mobile/ |
D | mobile_activator.cc | 79 bool IsSimpleActivationFlow(const chromeos::NetworkState* network) { in IsSimpleActivationFlow() argument 80 return (network->activation_type() == shill::kActivationTypeNonCellular || in IsSimpleActivationFlow() 81 network->activation_type() == shill::kActivationTypeOTA); in IsSimpleActivationFlow() 209 void MobileActivator::DefaultNetworkChanged(const NetworkState* network) { in DefaultNetworkChanged() argument 213 void MobileActivator::NetworkPropertiesUpdated(const NetworkState* network) { in NetworkPropertiesUpdated() argument 217 if (!network || network->type() != shill::kTypeCellular) in NetworkPropertiesUpdated() 221 GetDeviceState(network->device_path()); in NetworkPropertiesUpdated() 223 LOG(ERROR) << "Cellular device can't be found: " << network->device_path(); in NetworkPropertiesUpdated() 226 if (network->device_path() != device_path_) { in NetworkPropertiesUpdated() 228 << network->path() in NetworkPropertiesUpdated() [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | networkLogView.css | 31 .network-log-grid.data-grid { 36 .network-summary-bar { 47 .network-summary-bar .warning-icon-small { 51 .network-log-grid.data-grid table.data { 55 .network-log-grid .odd { 59 .network-log-grid.data-grid td { 66 .network-log-grid.data-grid.small td { 70 .network-log-grid.data-grid th { 76 .network-log-grid.data-grid .header-container { 80 .network-log-grid.data-grid .data-container { [all …]
|
D | networkPanel.css | 30 .network-larger-resources-status-bar-item .glyph { 34 #network-views { 38 #network-close-button { 46 #network-views.small #network-close-button { 50 .network.panel.viewing-resource #network-close-button { 54 #network-views .network-item-view .tabbed-pane-header { 61 #network-views.small .network-item-view .tabbed-pane-header { 66 .network-item-view { 71 .network-item-view.visible { 75 .network-item-view .tabbed-pane-header { [all …]
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_network.cc | 46 TbExternalTransport testTransport(*ViE.network, tbChannel.videoChannel, in ViENetworkStandardTest() 48 EXPECT_EQ(0, ViE.network->RegisterSendTransport( in ViENetworkStandardTest() 61 EXPECT_EQ(0, ViE.network->DeregisterSendTransport( in ViENetworkStandardTest() 68 EXPECT_EQ(0, ViE.network->SetLocalReceiver( in ViENetworkStandardTest() 70 EXPECT_EQ(0, ViE.network->SetSendDestination( in ViENetworkStandardTest() 80 EXPECT_EQ(0, ViE.network->SetSourceFilter( in ViENetworkStandardTest() 85 EXPECT_EQ(0, ViE.network->SetSourceFilter( in ViENetworkStandardTest() 90 EXPECT_EQ(0, ViE.network->SetSourceFilter( in ViENetworkStandardTest() 137 EXPECT_EQ(0, ViE.network->GetLocalIP(myIpAddress, false)); in ViENetworkExtendedTest() 138 EXPECT_EQ(0, ViE.network->SetLocalReceiver( in ViENetworkExtendedTest() [all …]
|
/external/chromium_org/chromeos/network/ |
D | network_state_handler.cc | 29 bool ConnectionStateChanged(NetworkState* network, in ConnectionStateChanged() argument 31 return (network->connection_state() != prev_connection_state) && in ConnectionStateChanged() 32 (network->connection_state() != shill::kStateIdle || in ConnectionStateChanged() 176 const NetworkState* network = GetModifiableNetworkState(service_path); in GetNetworkState() local 177 if (network && !network->update_received()) in GetNetworkState() 179 return network; in GetNetworkState() 193 const NetworkState* network = (*iter)->AsNetworkState(); in ConnectedNetworkByType() local 194 DCHECK(network); in ConnectedNetworkByType() 195 if (!network->update_received()) in ConnectedNetworkByType() 197 if (!network->IsConnectedState()) in ConnectedNetworkByType() [all …]
|
/external/chromium_org/chromeos/ |
D | chromeos.gyp | 302 'network/certificate_pattern.cc', 303 'network/certificate_pattern.h', 304 'network/client_cert_resolver.cc', 305 'network/client_cert_resolver.h', 306 'network/client_cert_util.cc', 307 'network/client_cert_util.h', 308 'network/device_state.cc', 309 'network/device_state.h', 310 'network/dhcp_proxy_script_fetcher_chromeos.cc', 311 'network/dhcp_proxy_script_fetcher_chromeos.h', [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant.conf | 1046 network={ 1054 network={ 1062 network={ 1073 network={ 1085 network={ 1102 network={ 1116 network={ 1129 network={ 1142 network={ 1160 network={ [all …]
|
/external/chromium_org/ui/chromeos/network/ |
D | network_icon.cc | 63 void Update(const chromeos::NetworkState* network); 74 bool UpdateWirelessStrengthIndex(const chromeos::NetworkState* network); 77 bool UpdateCellularState(const chromeos::NetworkState* network); 80 bool UpdatePortalState(const chromeos::NetworkState* network); 86 void GetBadges(const NetworkState* network, Badges* badges); 89 void GenerateImage(const chromeos::NetworkState* network); 438 int GetStrengthIndex(const NetworkState* network) { in GetStrengthIndex() argument 439 ImageType image_type = ImageTypeForNetworkType(network->type()); in GetStrengthIndex() 441 return StrengthIndex(network->signal_strength(), kNumArcsImages); in GetStrengthIndex() 443 return StrengthIndex(network->signal_strength(), kNumBarsImages); in GetStrengthIndex() [all …]
|
/external/chromium_org/ppapi/api/ |
D | ppb_network_list.idl | 17 * Type of a network interface. 22 * Type of the network interface is not known. 27 * Wired Ethernet network. 32 * Wireless Wi-Fi network. 37 * Cellular network (e.g. LTE). 43 * State of a network interface. 60 * network interfaces and their configuration. The content of the list 81 * network list. 83 * @return Returns number of available network interfaces or 0 if 89 * Gets name of a network interface. [all …]
|
/external/chromium_org/extensions/shell/browser/ |
D | shell_network_controller_chromeos.cc | 33 std::string GetNetworkName(const chromeos::NetworkState& network) { in GetNetworkName() argument 34 return !network.name().empty() in GetNetworkName() 35 ? network.name() in GetNetworkName() 36 : base::StringPrintf("[%s]", network.type().c_str()); in GetNetworkName() 80 const chromeos::NetworkState* network) { in NetworkConnectionStateChanged() argument 81 if (network) { in NetworkConnectionStateChanged() 83 << " name=" << GetNetworkName(*network) in NetworkConnectionStateChanged() 84 << " type=" << network->type() << " path=" << network->path() in NetworkConnectionStateChanged() 85 << " state=" << network->connection_state(); in NetworkConnectionStateChanged() 108 const chromeos::NetworkState* network = state_handler->FirstNetworkByType( in GetActiveWiFiNetwork() local [all …]
|
/external/chromium_org/chrome/browser/chromeos/net/ |
D | network_portal_detector_impl.cc | 91 const NetworkState* network, in RecordDiscrepancyWithShill() argument 94 if (network->connection_state() == shill::kStateOnline) { in RecordDiscrepancyWithShill() 99 } else if (network->connection_state() == shill::kStatePortal) { in RecordDiscrepancyWithShill() 104 } else if (network->connection_state() == shill::kStateOffline) { in RecordDiscrepancyWithShill() 111 if (network->connection_state() == shill::kStateOnline) { in RecordDiscrepancyWithShill() 116 } else if (network->connection_state() == shill::kStatePortal) { in RecordDiscrepancyWithShill() 121 } else if (network->connection_state() == shill::kStateOffline) { in RecordDiscrepancyWithShill() 284 const NetworkState* network = DefaultNetwork(); in AddAndFireObserver() local 285 if (network) in AddAndFireObserver() 286 portal_state = GetCaptivePortalState(network->guid()); in AddAndFireObserver() [all …]
|
D | proxy_config_handler.cc | 44 const NetworkState& network, in GetProxyConfigForNetwork() argument 48 profile_prefs, local_state_prefs, network, onc_source); in GetProxyConfigForNetwork() 65 if (network.profile_path().empty()) in GetProxyConfigForNetwork() 69 ->network_profile_handler()->GetProfileForPath(network.profile_path()); in GetProxyConfigForNetwork() 71 VLOG(1) << "Unknown profile_path '" << network.profile_path() << "'."; in GetProxyConfigForNetwork() 88 const base::DictionaryValue& value = network.proxy_config(); in GetProxyConfigForNetwork() 95 const NetworkState& network) { in SetProxyConfigForNetwork() argument 106 dbus::ObjectPath(network.path()), in SetProxyConfigForNetwork() 108 base::Bind(&NotifyNetworkStateHandler, network.path()), in SetProxyConfigForNetwork() 111 network.path(), in SetProxyConfigForNetwork() [all …]
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/ |
D | vie_video_verification_test.cc | 125 NetworkParameters network; member 146 parameter_table_[i].network.loss_model = kUniformLoss; in SetUp() 147 parameter_table_[i].network.packet_loss_rate = 0; in SetUp() 148 parameter_table_[i].network.burst_length = -1; in SetUp() 149 parameter_table_[i].network.mean_one_way_delay = 0; in SetUp() 150 parameter_table_[i].network.std_dev_one_way_delay = 0; in SetUp() 164 parameter_table_[i].network.loss_model = kUniformLoss; in SetUp() 165 parameter_table_[i].network.packet_loss_rate = 5; in SetUp() 166 parameter_table_[i].network.burst_length = -1; in SetUp() 167 parameter_table_[i].network.mean_one_way_delay = 50; in SetUp() [all …]
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/ |
D | popup.js | 37 var network = process.network; 38 if (network > 1024) { 39 network = (network / 1024).toFixed(1) + " kB/s"; 40 } else if (network > 0) { 41 network += " B/s"; 42 } else if (network == -1) { 43 network = "N/A"; 53 "<td>" + network + "</td>";
|
/external/chromium_org/chrome/browser/chromeos/ |
D | ui_proxy_config_service.cc | 42 const NetworkState& network, in GetProxyConfig() argument 47 profile_prefs, local_state_prefs, network, onc_source); in GetProxyConfig() 81 const NetworkState* network = NULL; in UpdateFromPrefs() local 83 network = NetworkHandler::Get() in UpdateFromPrefs() 87 LOG_IF(ERROR, !network) << "Couldn't find NetworkState for network " in UpdateFromPrefs() 90 if (!network) { in UpdateFromPrefs() 96 DetermineEffectiveConfig(*network); in UpdateFromPrefs() 97 VLOG(1) << "Current ui network: " << network->name() << ", " in UpdateFromPrefs() 112 const NetworkState* network = in SetProxyConfig() local 117 if (!network) { in SetProxyConfig() [all …]
|
/external/chromium_org/chrome/browser/local_discovery/wifi/ |
D | bootstrapping_device_lister_unittest.cc | 66 NetworkProperties network; in TEST_F() local 67 network.guid = "MyInternalID"; in TEST_F() 68 network.ssid = "MyDevice@camNprv"; in TEST_F() 69 network.connection_state = onc::connection_state::kNotConnected; in TEST_F() 71 network_property_list.push_back(network); in TEST_F() 98 NetworkProperties network; in TEST_F() local 99 network.guid = "MyInternalID"; in TEST_F() 100 network.ssid = "MyDevice@camNprv"; in TEST_F() 101 network.connection_state = onc::connection_state::kNotConnected; in TEST_F() 103 network_property_list.push_back(network); in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/ |
D | build_network_module.target.linux-mips.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.darwin-x86_64.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.darwin-arm.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.linux-arm.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.darwin-mips64.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.darwin-arm64.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.darwin-mips.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.darwin-x86.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|
D | build_network_module.target.linux-arm64.mk | 22 …network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/HAREntry.js… 24 …ources/inspector; python scripts/concatenate_module_scripts.py front_end/network/module.json "$(gy…
|