OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rich_notification_data
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user_unittest.cc
76
notification->
rich_notification_data
().priority);
85
notification->
rich_notification_data
().priority);
/external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit_unittest.cc
127
EXPECT_TRUE(notification->
rich_notification_data
().
138
EXPECT_FALSE(notification->
rich_notification_data
().
147
EXPECT_TRUE(notification->
rich_notification_data
().
157
EXPECT_FALSE(notification->
rich_notification_data
().
/external/chromium_org/chrome/browser/notifications/
welcome_notification.cc
163
message_center::RichNotificationData
rich_notification_data
;
local
164
rich_notification_data
.priority = 2;
165
rich_notification_data
.buttons.push_back(learn_more);
181
rich_notification_data
,
notification.cc
69
const message_center::RichNotificationData&
rich_notification_data
,
78
rich_notification_data
,
notification.h
66
const message_center::RichNotificationData&
rich_notification_data
,
welcome_notification_unittest.cc
172
message_center::RichNotificationData
rich_notification_data
;
local
173
rich_notification_data
.priority = 0;
184
rich_notification_data
,
/external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc
252
message_center::RichNotificationData
rich_notification_data
;
local
254
rich_notification_data
.buttons.push_back(
258
rich_notification_data
.buttons.push_back(
273
rich_notification_data
,
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc
257
message_center::RichNotificationData
rich_notification_data
;
local
258
rich_notification_data
.timestamp = creation_time;
260
rich_notification_data
.priority = priority;
278
rich_notification_data
.buttons.push_back(button_info);
283
rich_notification_data
.image = image_bitmap_;
287
rich_notification_data
.context_message = annotation;
305
rich_notification_data
,
/external/chromium_org/ui/message_center/
notification.h
177
const RichNotificationData&
rich_notification_data
() const {
function in class:message_center::Notification
/external/chromium_org/ui/message_center/views/
message_popup_collection.cc
507
(*iter)->
rich_notification_data
();
Completed in 1374 milliseconds