OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrayUpdate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/
tray_update.h
23
class
TrayUpdate
: public TrayImageItem,
26
explicit
TrayUpdate
(SystemTray* system_tray);
27
virtual ~
TrayUpdate
();
45
DISALLOW_COPY_AND_ASSIGN(
TrayUpdate
);
tray_update.cc
159
TrayUpdate
::
TrayUpdate
(SystemTray* system_tray)
165
TrayUpdate
::~
TrayUpdate
() {
169
bool
TrayUpdate
::GetInitialVisibility() {
173
views::View*
TrayUpdate
::CreateDefaultView(user::LoginStatus status) {
179
views::View*
TrayUpdate
::CreateDetailedView(user::LoginStatus status) {
183
void
TrayUpdate
::DestroyDetailedView() {
193
void
TrayUpdate
::OnUpdateRecommended(UpdateObserver::UpdateSeverity severity) {
Completed in 48 milliseconds