OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationMap
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.h
43
NotificationMap
;
59
NotificationMap
::iterator FindNotificationForPath(const std::string& path);
79
NotificationMap
notifications_;
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager_mac.h
66
typedef std::map<std::string, ControllerNotification*>
NotificationMap
;
82
NotificationMap
notification_map_;
message_center_notification_manager.h
187
typedef std::map<std::string, ProfileNotification*>
NotificationMap
;
188
NotificationMap
profile_notifications_;
/external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.h
85
typedef std::map<std::string, NotificationMessage*>
NotificationMap
;
97
NotificationMap
notification_map_;
/external/chromium_org/win8/metro_driver/
chrome_app_view.h
133
NotificationMap
;
134
NotificationMap
notification_map_;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
84
private static
NotificationMap
sActiveNotificationMap = null;
107
final
NotificationMap
notificationMap
= getNotificationMap(context);
108
notificationMap
.clear();
109
notificationMap
.saveNotificationMap(context);
115
private static synchronized
NotificationMap
getNotificationMap(Context context) {
117
sActiveNotificationMap = new
NotificationMap
();
129
private static class
NotificationMap
237
private static String createNotificationString(
NotificationMap
notifications) {
306
final
NotificationMap
notificationMap = getNotificationMap(context)
[
all
...]
Completed in 79 milliseconds