OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTIFICATION_TYPE_MULTIPLE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/message_center/
notification_types.h
32
NOTIFICATION_TYPE_MULTIPLE
,
/external/chromium_org/chrome/browser/notifications/
notification_conversion_helper_unittest.cc
41
if (type == message_center::
NOTIFICATION_TYPE_MULTIPLE
) {
116
CreateNotification(message_center::
NOTIFICATION_TYPE_MULTIPLE
);
notification_conversion_helper.cc
205
case message_center::
NOTIFICATION_TYPE_MULTIPLE
:
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
272
if (has_list_items != (type == message_center::
NOTIFICATION_TYPE_MULTIPLE
)) {
421
if (notification->type() != message_center::
NOTIFICATION_TYPE_MULTIPLE
) {
481
return message_center::
NOTIFICATION_TYPE_MULTIPLE
;
/external/chromium_org/ui/message_center/views/
notification_view.cc
262
case
NOTIFICATION_TYPE_MULTIPLE
:
Completed in 37 milliseconds