Home | History | Annotate | Download | only in status

Lines Matching refs:Network

41     // IP address (if network is active, empty otherwise)
45 // true if the network requires a passphrase.
47 // true if the network is currently remembered.
49 // true if the network is auto connect (meaningful for Wifi only).
56 // Connect or reconnect to the network at |index|.
57 // If remember >= 0, set the favorite state of the network.
165 // Menu for network menu button in the status area/welcome screen.
167 // It will also handle connecting to another wifi/cellular network.
169 // The network menu looks like this:
172 // <icon> Wifi Network A
173 // <icon> Wifi Network B
174 // <icon> Wifi Network C
175 // <icon> Cellular Network A
176 // <icon> Cellular Network B
177 // <icon> Cellular Network C
180 // <icon> Virtual Network A
181 // <icon> Virtual Network B
183 // Add private network...
184 // Disconnect private network
190 // Network settings...
193 // The label will be BOLD if the network is currently connected.
209 // Returns the Icon for a network strength for a WifiNetwork |wifi|.
215 // Returns the Icon for a network strength for CellularNetwork |cellular|.
221 // Returns the Icon for animating network connecting.
229 // Returns the Badge for a given network technology.
234 // Returns the Badge for a given network roaming status.
235 // This returns "R" badge if network is in roaming state, otherwise
238 // Returns the badge for the given network if it's active with vpn.
239 // If |network| is not null, will check if it's the active network.
240 // If |network| is null or if |network| is the active one, the yellow lock
243 static const SkBitmap* BadgeForPrivateNetworkStatus(const Network* network);
265 // Notify subclasses that connection to |network| was initiated.
266 virtual void OnConnectNetwork(const Network* network,
269 // Shows network details in Web UI options window.
270 void ShowTabbedNetworkSettings(const Network* network) const;
272 // Update the menu (e.g. when the network list or status has changed).
284 // The number of bars images for representing network strength.
298 // The network menu.
306 // If true, call into the settings UI for network configuration dialogs.