Home
last modified time | relevance | path

Searched refs:ShowOther (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/status/
Dnetwork_menu.cc167 void ShowOther(const std::string& type) const;
320 ShowOther(shill::kTypeWifi); in ActivatedAt()
322 ShowOther(shill::kTypeCellular); in ActivatedAt()
336 void NetworkMenuModel::ShowOther(const std::string& type) const { in ShowOther() function in chromeos::NetworkMenuModel
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu.h159 void ShowOther(ConnectionType type) const;
Dnetwork_menu.cc160 ShowOther(TYPE_WIFI); in ConnectToNetworkAt()
164 ShowOther(TYPE_VPN); in ConnectToNetworkAt()
305 void NetworkMenuModel::ShowOther(ConnectionType type) const { in ShowOther() function in chromeos::NetworkMenuModel