OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_map_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.h
71
return
notification_map_
.size();
75
return
notification_map_
.find(id) !=
notification_map_
.end();
97
NotificationMap
notification_map_
;
member in class:file_manager::DesktopNotifications
desktop_notifications.cc
209
STLDeleteContainerPairSecondPointers(
notification_map_
.begin(),
210
notification_map_
.end());
346
if (
notification_map_
.find(notification_id) !=
notification_map_
.end()) {
350
DCHECK(
notification_map_
.find(notification_id) ==
notification_map_
.end());
355
notification_map_
[notification_id] = new_message;
360
NotificationMap::iterator it =
notification_map_
.find(notification_id);
361
if (it !=
notification_map_
.end()) {
372
NotificationMap::iterator it =
notification_map_
.find(notification_id)
[
all
...]
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager_mac.h
82
NotificationMap
notification_map_
;
member in class:NotificationUIManagerMac
/external/chromium_org/win8/metro_driver/
chrome_app_view.h
134
NotificationMap
notification_map_
;
member in class:ChromeAppView
136
// Synchronizes access to the
notification_map_
member.
chrome_app_view.cc
330
notification_map_
[notification.id].reset(notification_handler);
339
NotificationMap::iterator index =
notification_map_
.find(notification);
340
if (index ==
notification_map_
.end()) {
348
notification_map_
.erase(index);
358
return
notification_map_
.find(notification) !=
notification_map_
.end();
873
notification_map_
.clear();
[
all
...]
Completed in 870 milliseconds