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

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 270 class NotificationArea : public views::View {
272 explicit NotificationArea(AutofillDialogViewDelegate* delegate);
273 virtual ~NotificationArea();
303 DISALLOW_COPY_AND_ASSIGN(NotificationArea);
617 NotificationArea* notification_area_;
autofill_dialog_views.cc 119 const char kNotificationAreaClassName[] = "autofill/NotificationArea";
692 // AutofillDialogViews::NotificationArea ---------------------------------------
694 AutofillDialogViews::NotificationArea::NotificationArea(
706 AutofillDialogViews::NotificationArea::~NotificationArea() {}
708 void AutofillDialogViews::NotificationArea::SetNotifications(
728 gfx::Size AutofillDialogViews::NotificationArea::GetPreferredSize() {
735 const char* AutofillDialogViews::NotificationArea::GetClassName() const {
739 void AutofillDialogViews::NotificationArea::PaintChildren
    [all...]

Completed in 28 milliseconds