OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemTrayBubble
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray_bubble.h
23
class
SystemTrayBubble
{
31
SystemTrayBubble
(ash::SystemTray* tray,
34
virtual ~
SystemTrayBubble
();
74
base::OneShotTimer<
SystemTrayBubble
> autoclose_;
76
DISALLOW_COPY_AND_ASSIGN(
SystemTrayBubble
);
system_tray_bubble.cc
132
//
SystemTrayBubble
134
SystemTrayBubble
::
SystemTrayBubble
(
145
SystemTrayBubble
::~
SystemTrayBubble
() {
152
void
SystemTrayBubble
::UpdateView(
252
void
SystemTrayBubble
::InitView(views::View* anchor,
274
void
SystemTrayBubble
::FocusDefaultIfNeeded() {
284
void
SystemTrayBubble
::DestroyItemViews() {
302
void
SystemTrayBubble
::BubbleViewDestroyed()
[
all
...]
Completed in 590 milliseconds