OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrayUpdate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/
tray_update.h
22
class
TrayUpdate
: public TrayImageItem,
25
explicit
TrayUpdate
(SystemTray* system_tray);
26
virtual ~
TrayUpdate
();
44
DISALLOW_COPY_AND_ASSIGN(
TrayUpdate
);
tray_update.cc
157
TrayUpdate
::
TrayUpdate
(SystemTray* system_tray)
163
TrayUpdate
::~
TrayUpdate
() {
167
bool
TrayUpdate
::GetInitialVisibility() {
171
views::View*
TrayUpdate
::CreateDefaultView(user::LoginStatus status) {
177
views::View*
TrayUpdate
::CreateDetailedView(user::LoginStatus status) {
181
void
TrayUpdate
::DestroyDetailedView() {
191
void
TrayUpdate
::OnUpdateRecommended(UpdateObserver::UpdateSeverity severity) {
/external/chromium_org/ash/system/tray/
system_tray.cc
194
AddTrayItem(new
TrayUpdate
(this));
201
AddTrayItem(new
TrayUpdate
(this));
207
AddTrayItem(new
TrayUpdate
(this));
Completed in 43 milliseconds