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

  /external/chromium_org/chromeos/network/
network_type_pattern_unittest.cc 44 TEST_F(NetworkTypePatternTest, MatchesType) {
45 EXPECT_TRUE(mobile_.MatchesType(shill::kTypeCellular));
46 EXPECT_TRUE(mobile_.MatchesType(shill::kTypeWimax));
47 EXPECT_FALSE(mobile_.MatchesType(shill::kTypeWifi));
49 EXPECT_TRUE(wireless_.MatchesType(shill::kTypeWifi));
50 EXPECT_TRUE(wireless_.MatchesType(shill::kTypeCellular));
51 EXPECT_TRUE(wireless_.MatchesType(shill::kTypeWimax));
52 EXPECT_FALSE(wireless_.MatchesType(shill::kTypeEthernet));
network_type_pattern.h 45 bool MatchesType(const std::string& shill_network_type) const;
48 // |other_pattern| matches (according to MatchesType). Thus MatchesPattern is
network_state_handler.cc 719 if (NetworkTypePattern::WiFi().MatchesType(network->type()))
    [all...]
network_state.cc 192 if (!NetworkTypePattern::Wireless().MatchesType(type()))
203 if (NetworkTypePattern::WiFi().MatchesType(type())) {
209 if (NetworkTypePattern::Mobile().MatchesType(type())) {
managed_state.cc 18 return pattern.MatchesType(type());
network_type_pattern.cc 111 bool NetworkTypePattern::MatchesType(
network_change_notifier_chromeos.cc 199 if (NetworkTypePattern::Ethernet().MatchesType(type))
policy_util.cc 250 if (NetworkTypePattern::Ethernet().MatchesType(type))
network_configuration_handler.cc 273 if (NetworkTypePattern::Ethernet().MatchesType(type)) {
shill_property_util.cc 183 if (!NetworkTypePattern::WiFi().MatchesType(type))
  /external/chromium_org/chrome/browser/ui/webui/help/
help_utils_chromeos.cc 50 if (chromeos::NetworkTypePattern::Ethernet().MatchesType(type))
  /external/chromium_org/ui/chromeos/network/
network_list.cc 72 if (!pattern.MatchesType(network->type()))
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 240 if (NetworkTypePattern::Ethernet().MatchesType(type)) {

Completed in 216 milliseconds