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

  /external/chromium_org/chromeos/network/
network_state_handler_unittest.cc 235 NetworkTypePattern::Wimax(), false, network_handler::ErrorCallback());
238 network_state_handler_->GetTechnologyState(NetworkTypePattern::Wimax()));
243 NetworkTypePattern::Wimax(), true, network_handler::ErrorCallback());
250 network_state_handler_->GetTechnologyState(NetworkTypePattern::Wimax()));
258 network_state_handler_->GetTechnologyState(NetworkTypePattern::Wimax()));
268 network_state_handler_->GetTechnologyState(NetworkTypePattern::Wimax()));
274 network_state_handler_->GetTechnologyState(NetworkTypePattern::Wimax()));
280 network_state_handler_->GetTechnologyState(NetworkTypePattern::Wimax()));
284 NetworkTypePattern::Wimax(), true, network_handler::ErrorCallback());
288 network_state_handler_->GetTechnologyState(NetworkTypePattern::Wimax()));
    [all...]
shill_property_util.h 56 // Only WiFi, VPN, Ethernet and EthernetEAP are supported. WiMax and Cellular
65 // supported. WiMax and Cellular are not supported.
79 // Matches cellular or wimax networks.
91 static NetworkTypePattern Wimax();
shill_property_util_unittest.cc 22 wimax_(NetworkTypePattern::Wimax()),
shill_property_util.cc 353 NetworkTypePattern NetworkTypePattern::Wimax() {
network_state_handler.cc 801 if (type.Equals(NetworkTypePattern::Wimax()))
804 // Prefer Wimax over Cellular only if it's available.
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 478 // Wimax Networks
479 if (handler->IsTechnologyEnabled(NetworkTypePattern::Wimax())) {
480 // List Wimax networks.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 720 void PopulateWimaxDetails(const NetworkState* wimax,
    [all...]

Completed in 858 milliseconds