OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_items_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray.cc
294
if (std::find(
notification_items_
.begin(),
notification_items_
.end(), item)
295
!=
notification_items_
.end())
297
notification_items_
.push_back(item);
303
std::find(
notification_items_
.begin(),
notification_items_
.end(), item);
304
if (found_iter ==
notification_items_
.end())
306
notification_items_
.erase(found_iter);
535
if (
notification_items_
.empty()) {
543
this,
notification_items_
, SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION)
[
all
...]
system_tray.h
191
// |
notification_items_
|, or destroys it if there are no notification items.
215
std::vector<SystemTrayItem*>
notification_items_
;
member in class:ash::SystemTray
Completed in 64 milliseconds