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

  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 64 bool is_enabled = handler->IsTechnologyEnabled(technology);
390 handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet());
417 if (handler->IsTechnologyEnabled(NetworkTypePattern::Cellular())) {
477 if (handler->IsTechnologyEnabled(NetworkTypePattern::Wimax())) {
489 if (handler->IsTechnologyEnabled(NetworkTypePattern::WiFi())) {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 372 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet()))
374 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::WiFi()))
376 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Wimax()))
378 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Cellular()))
  /external/chromium_org/chromeos/network/
shill_property_handler.h 114 bool IsTechnologyEnabled(const std::string& technology) const;
shill_property_handler_unittest.cc 297 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
325 EXPECT_FALSE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
334 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
network_state_handler.h 94 bool IsTechnologyEnabled(const NetworkTypePattern& type) const {
shill_property_handler.cc 137 bool ShillPropertyHandler::IsTechnologyEnabled(
network_state_handler.cc 105 if (shill_property_handler_->IsTechnologyEnabled(technology))
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 234 NetworkHandler::Get()->network_state_handler()->IsTechnologyEnabled(
341 bool enabled = handler->IsTechnologyEnabled(NetworkTypePattern::WiFi());
network_state_list_detailed_view.cc 254 bool enabled = handler->IsTechnologyEnabled(
616 handler->IsTechnologyEnabled(NetworkTypePattern::Mobile()) &&
632 int message_id = handler->IsTechnologyEnabled(NetworkTypePattern::WiFi())
843 handler->IsTechnologyEnabled(NetworkTypePattern::Mobile());
network_connect.cc 362 bool enabled = handler->IsTechnologyEnabled(technology);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 938 milliseconds