OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Toasts
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/views/
message_popup_collection.cc
126
// Iterate in the reverse order to keep the oldest
toasts
on screen. Newer
186
//
toasts
. So we need to keep track of which one is the currently active one.
251
for (
Toasts
::const_iterator iter = toasts_.begin(); iter != toasts_.end();) {
252
Toasts
::const_iterator curr = iter++;
288
Toasts
::reverse_iterator iter = toasts_.rbegin();
336
Toasts
::const_iterator iter = toasts_.begin();
346
// [Re] start a timeout after which the
toasts
re-position to their
348
// This provides a period of time when
toasts
are easy to remove because
350
// pointer. If the user continue to remove the
toasts
, the delay is reset.
351
// Once user stopped removing the
toasts
, the toasts re-populate/rearrang
[
all
...]
message_popup_collection.h
46
// Container for popup
toasts
. Because each toast is a frameless window rather
47
// than a view in a bubble, now the container just manages all of those
toasts
.
82
// Invoked by
toasts
when they start/finish their animations.
85
// actions like serial closing of the
toasts
, when the remaining
toasts
"flow
94
// Removes the toast from our internal list of
toasts
; this is called when the
106
typedef std::list<ToastContentsView*>
Toasts
;
108
// Iterates
toasts
and starts closing them.
139
// While the
toasts
are animated, avoid updating the collection, to reduce
154
Toasts
toasts_
[
all
...]
message_popup_collection_unittest.cc
36
// This size fits test machines resolution and also can keep a few
toasts
85
for (MessagePopupCollection::
Toasts
::iterator iter =
184
// 3
toasts
are shown, equal size, vertical stack.
211
// If taskbar is on the right we show the
toasts
bottom to top as usual.
223
// 2
toasts
are shown, equal size, vertical stack.
251
// 2
toasts
are shown, equal size, vertical stack.
282
// 2
toasts
are shown, equal size, vertical stack.
313
// 2
toasts
are shown, equal size, vertical stack.
341
// 2
toasts
are shown, equal size, vertical stack.
350
// Ensure that
toasts
are on the left
[
all
...]
Completed in 38 milliseconds