OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_bubble_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray.cc
146
system_bubble_
.reset();
277
if (
system_bubble_
)
278
system_bubble_
->bubble()->StartAutoCloseTimer(close_delay);
283
system_bubble_
->bubble()->StartAutoCloseTimer(close_delay);
346
return
system_bubble_
.get() &&
system_bubble_
->bubble()->ShouldShowLauncher();
350
return
system_bubble_
.get() != NULL;
358
if (!
system_bubble_
)
360
return
system_bubble_
->bubble();
364
return ((
system_bubble_
.get() &
[
all
...]
system_tray.h
107
// Returns true if the
system_bubble_
exists and is of type |type|.
165
// Resets |
system_bubble_
| and clears any related state.
180
// Constructs or re-constructs |
system_bubble_
| and populates it with |items|.
221
scoped_ptr<internal::SystemBubbleWrapper>
system_bubble_
;
member in class:ash::SystemTray
236
// Note that the value is only valid when |
system_bubble_
| is true.
Completed in 41 milliseconds