OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTIFICATION_TYPE_IMAGE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/message_center/
notification_types.h
34
NOTIFICATION_TYPE_IMAGE
,
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
292
if (has_image != (type == message_center::
NOTIFICATION_TYPE_IMAGE
))
402
if (notification->type() != message_center::
NOTIFICATION_TYPE_IMAGE
)
480
return message_center::
NOTIFICATION_TYPE_IMAGE
;
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc
335
EXPECT_EQ(message_center::
NOTIFICATION_TYPE_IMAGE
, notification.type());
416
EXPECT_EQ(message_center::
NOTIFICATION_TYPE_IMAGE
,
synced_notification.cc
250
notification_type = message_center::
NOTIFICATION_TYPE_IMAGE
;
/external/chromium_org/ui/message_center/views/
notification_view.cc
272
case
NOTIFICATION_TYPE_IMAGE
:
Completed in 470 milliseconds