HomeSort by relevance Sort by last modified time
    Searched defs:ethernet (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/onc/
onc_constants.h 142 namespace ethernet { namespace in namespace:onc
147 } // namespace ethernet
onc_constants.cc 37 const char kEthernet[] = "Ethernet";
54 const char kEthernet[] = "Ethernet";
110 namespace ethernet { namespace in namespace:onc
115 } // namespace ethernet
  /external/chromium_org/chromeos/network/
policy_applicator.cc 235 // Ethernet (non EAP) settings, like GUID or UIData, cannot be stored per
241 const base::DictionaryValue* ethernet = NULL; local
243 &ethernet);
245 ethernet->GetStringWithoutPathExpansion(::onc::ethernet::kAuthentication,
247 if (auth == ::onc::ethernet::kNone)
261 if (NetworkTypePattern::Ethernet().MatchesType(type))
262 return; // Autoconnect for Ethernet cannot be configured.
client_cert_resolver.cc 225 const base::DictionaryValue* ethernet = NULL; local
227 &ethernet);
228 if (ethernet) {
230 ethernet->GetDictionaryWithoutPathExpansion(wifi::kEAP, &eap);
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 241 if (NetworkTypePattern::Ethernet().MatchesType(type)) {
242 // Ethernet has to be configured using an existing Ethernet service.
243 const NetworkState* ethernet = local
245 NetworkTypePattern::Ethernet());
246 if (ethernet) {
247 config_handler->SetProperties(ethernet->path(),
264 *error = "No Ethernet available to configure.";
325 VLOG(2) << "Search for ethernet policy without EAP.";
337 const base::DictionaryValue* ethernet = NULL local
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 478 output.append("<h3>Ethernet:</h3><table border=1>");
479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network(); local
480 if (ethernet) {
481 output.append("<tr>" + ToHtmlTableHeader(ethernet) + "</tr>");
482 output.append("<tr>" + ToHtmlTableRow(ethernet) + "</tr>");
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 35 // NetworkDevice: e.g. ethernet, wifi modem, cellular modem
41 // ethernet_: EthernetNetwork* to the active ethernet network in network_map_.
210 const char* kTypeEthernet = "ethernet";
3605 EthernetNetwork* ethernet = new EthernetNetwork(service_path); local
    [all...]

Completed in 50 milliseconds