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 296 class NotificationArea : public views::View,
299 explicit NotificationArea(AutofillDialogViewDelegate* delegate);
300 virtual ~NotificationArea();
337 DISALLOW_COPY_AND_ASSIGN(NotificationArea);
586 NotificationArea* notification_area_;
autofill_dialog_views.cc 114 const char kNotificationAreaClassName[] = "autofill/NotificationArea";
790 // AutofillDialogViews::NotificationArea ---------------------------------------
792 AutofillDialogViews::NotificationArea::NotificationArea(
805 AutofillDialogViews::NotificationArea::~NotificationArea() {}
807 void AutofillDialogViews::NotificationArea::SetNotifications(
832 gfx::Size AutofillDialogViews::NotificationArea::GetPreferredSize() {
839 const char* AutofillDialogViews::NotificationArea::GetClassName() const {
843 void AutofillDialogViews::NotificationArea::PaintChildren
    [all...]

Completed in 631 milliseconds