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 254 class NotificationArea : public views::View {
256 explicit NotificationArea(AutofillDialogViewDelegate* delegate);
257 virtual ~NotificationArea();
288 DISALLOW_COPY_AND_ASSIGN(NotificationArea);
613 NotificationArea* notification_area_;
autofill_dialog_views.cc 119 const char kNotificationAreaClassName[] = "autofill/NotificationArea";
718 // AutofillDialogViews::NotificationArea ---------------------------------------
720 AutofillDialogViews::NotificationArea::NotificationArea(
732 AutofillDialogViews::NotificationArea::~NotificationArea() {}
734 void AutofillDialogViews::NotificationArea::SetNotifications(
754 gfx::Size AutofillDialogViews::NotificationArea::GetPreferredSize() const {
761 const char* AutofillDialogViews::NotificationArea::GetClassName() const {
765 void AutofillDialogViews::NotificationArea::PaintChildren
    [all...]

Completed in 46 milliseconds