Home | History | Annotate | Download | only in status

Lines Matching refs:Network

28 // The network menu button in the status area.
31 // wifi/cellular network.
33 // The network menu looks like this:
36 // <icon> Wifi Network A
37 // <icon> Wifi Network B
38 // <icon> Wifi Network C
39 // <icon> Cellular Network A
40 // <icon> Cellular Network B
41 // <icon> Cellular Network C
48 // Network settings...
51 // The label will be BOLD if the network is currently connected.
72 virtual void OnNetworkChanged(NetworkLibrary* cros, const Network* network);
110 // Set the network icon based on the status of the |network|
111 void SetNetworkIcon(NetworkLibrary* cros, const Network* network);
114 // old network device observers and add a network observers
118 // Called when the active network has possibly changed. This will remove
119 // old network observer and add a network observer for the active network.
128 // The icon showing the network strength.
151 // If any network is currently active, this is the service path of the one
152 // whose status is displayed in the network menu button.