HomeSort by relevance Sort by last modified time
    Searched full:last_notification (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/message_center/views/
group_view.cc 61 const Notification& last_notification,
65 last_notification.id(),
67 last_notification.display_source()),
70 display_source_(last_notification.display_source()),
73 last_notification_id_(last_notification.id()),
107 gfx::TruncateString(string16(last_notification.title()),
110 accessible_lines.push_back(last_notification.title());
119 if (!last_notification.message().empty()) {
122 gfx::TruncateString(last_notification.message(),
129 accessible_lines.push_back(last_notification.message())
    [all...]
group_view.h 29 const Notification& last_notification,
message_center_view.cc     [all...]
  /external/chromium_org/chrome/browser/notifications/
welcome_notification_unittest.cc 40 return last_notification.get() &&
41 (last_notification->id() == id);
46 EXPECT_FALSE(last_notification.get());
47 last_notification.swap(notification);
49 if (last_notification->shown_as_popup())
55 EXPECT_TRUE(last_notification.get());
56 last_notification.reset();
61 EXPECT_TRUE(last_notification.get());
62 last_notification->delegate()->Close(true);
63 RemoveNotification(last_notification->id(), true)
67 scoped_ptr<message_center::Notification> last_notification; member in class:MockMessageCenter
    [all...]

Completed in 543 milliseconds