OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unread_notifications
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc
238
int
unread_notifications
= message_center()->UnreadNotificationCount();
local
241
if (
unread_notifications
> 0) {
242
base::string16 str_unread_count = base::FormatNumber(
unread_notifications
);
250
unread_notifications
,
Completed in 102 milliseconds