OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VpnDefaultView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/chromeos/network/
tray_vpn.h
19
class
VpnDefaultView
;
46
tray::
VpnDefaultView
* default_;
tray_vpn.cc
34
class
VpnDefaultView
: public TrayItemMore,
37
VpnDefaultView
(SystemTrayItem* owner, bool show_more)
42
virtual ~
VpnDefaultView
() {
101
DISALLOW_COPY_AND_ASSIGN(
VpnDefaultView
);
126
if (!tray::
VpnDefaultView
::ShouldShow())
129
default_ = new tray::
VpnDefaultView
(this, status != user::LOGGED_IN_LOCKED);
Completed in 22 milliseconds