HomeSort by relevance Sort by last modified time
    Searched refs:NotificationView (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/message_center/views/
notification_view.h 24 class NotificationView;
31 class MESSAGE_CENTER_EXPORT NotificationView
37 // always NotificationView instances but in the future
43 static NotificationView* Create(MessageCenterController* controller,
46 virtual ~NotificationView();
72 NotificationView(MessageCenterController* controller,
107 // Weak references to NotificationView descendants owned by their parents.
120 DISALLOW_COPY_AND_ASSIGN(NotificationView);
notification_view.cc 253 // NotificationView ////////////////////////////////////////////////////////////
256 NotificationView* NotificationView::Create(MessageCenterController* controller,
277 // Currently all roads lead to the generic NotificationView.
278 NotificationView* notification_view =
279 new NotificationView(controller, notification);
291 views::View* NotificationView::TargetForRect(views::View* root,
316 void NotificationView::CreateOrUpdateViews(const Notification& notification) {
327 void NotificationView::SetAccessibleName(const Notification& notification) {
340 NotificationView::NotificationView(MessageCenterController* controller
    [all...]
message_center_view_unittest.cc 29 /* Instrumented/Mock NotificationView subclass ********************************/
31 class MockNotificationView : public NotificationView {
56 : NotificationView(controller, notification),
66 return NotificationView::GetPreferredSize();
72 return NotificationView::GetHeightForWidth(width);
78 NotificationView::Layout();
152 // Remove and delete the NotificationView now owned by the MessageCenterView's
232 // NotificationView or more than a total of 20 GetPreferredSize() and
233 // GetHeightForWidth() calls per descendant NotificationView. 20 is a very
message_center_view.h 37 class NotificationView;
109 // Map notification_id->NotificationView*. It contains all NotificationViews
111 typedef std::map<std::string, NotificationView*> NotificationViewsMap;
notification_view_unittest.cc 35 NotificationView* notification_view() { return notification_view_.get(); }
99 scoped_ptr<NotificationView> notification_view_;
128 // Then create a new NotificationView with that single notification.
130 NotificationView::Create(this, *notification_, true));
message_popup_collection.cc 133 NotificationView* view =
134 NotificationView::Create(NULL,
message_center_view.cc 850 NotificationView* view = view_iter->second;
885 NotificationView* view = view_iter->second;
    [all...]
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 189 TEST_F(ScreenCaptureTest, NotificationView) { TestNotificationView(this); }
190 TEST_F(ScreenShareTest, NotificationView) { TestNotificationView(this); }
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 237 class NotificationView : public views::View,
241 NotificationView(const DialogNotification& data,
301 virtual ~NotificationView() {}
373 DISALLOW_COPY_AND_ASSIGN(NotificationView);
744 scoped_ptr<NotificationView> view(new NotificationView(notification,
    [all...]

Completed in 3643 milliseconds