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 255 class NotificationArea : public views::View {
257 explicit NotificationArea(AutofillDialogViewDelegate* delegate);
258 virtual ~NotificationArea();
289 DISALLOW_COPY_AND_ASSIGN(NotificationArea);
617 NotificationArea* notification_area_;
autofill_dialog_views.cc 118 const char kNotificationAreaClassName[] = "autofill/NotificationArea";
717 // AutofillDialogViews::NotificationArea ---------------------------------------
719 AutofillDialogViews::NotificationArea::NotificationArea(
731 AutofillDialogViews::NotificationArea::~NotificationArea() {}
733 void AutofillDialogViews::NotificationArea::SetNotifications(
753 gfx::Size AutofillDialogViews::NotificationArea::GetPreferredSize() const {
760 const char* AutofillDialogViews::NotificationArea::GetClassName() const {
764 void AutofillDialogViews::NotificationArea::PaintChildren
    [all...]

Completed in 132 milliseconds