Searched refs:ethernet_network (Results 1 – 7 of 7) sorted by relevance
262 if (network_library->ethernet_network()) in GetNetworkInfo()265 network_library->ethernet_network()->service_path()); in GetNetworkInfo()278 const chromeos::EthernetNetwork* ethernet_network = in GetNetworkInfo() local279 network_library->ethernet_network(); in GetNetworkInfo()280 if (ethernet_network) { in GetNetworkInfo()282 DictionaryValue* item = GetNetworkInfoDict(ethernet_network); in GetNetworkInfo()283 items->Set(ethernet_network->service_path(), item); in GetNetworkInfo()
856 const chromeos::EthernetNetwork* ether = cros->ethernet_network(); in ButtonClickCallback()1051 const chromeos::EthernetNetwork* ethernet_network = in GetWiredList() local1052 cros->ethernet_network(); in GetWiredList()1054 const SkBitmap* bottom_right_badge = !ethernet_network || in GetWiredList()1055 (!ethernet_network->connecting() && !ethernet_network->connected()) ? in GetWiredList()1058 chromeos::NetworkMenu::BadgeForPrivateNetworkStatus(ethernet_network); in GetWiredList()1059 if (ethernet_network) { in GetWiredList()1061 ethernet_network->service_path(), in GetWiredList()1065 ethernet_network->connecting(), in GetWiredList()1066 ethernet_network->connected(), in GetWiredList()[all …]
39 MOCK_CONST_METHOD0(ethernet_network, const EthernetNetwork*(void));
968 virtual const EthernetNetwork* ethernet_network() const = 0;
2285 virtual const EthernetNetwork* ethernet_network() const { return ethernet_; } in ethernet_network() function in chromeos::NetworkLibraryImpl4366 virtual const EthernetNetwork* ethernet_network() const { in ethernet_network() function in chromeos::NetworkLibraryStubImpl
265 owner_->ShowTabbedNetworkSettings(cros->ethernet_network()); in ActivatedAt()
479 const chromeos::EthernetNetwork* ethernet = cros->ethernet_network(); in GetNetworkHtmlInfo()