CurrentNotifications  153 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE;
CurrentNotifications  536 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc         controller()->CurrentNotifications();
CurrentNotifications  185 chrome/browser/ui/autofill/autofill_dialog_view_delegate.h   virtual std::vector<DialogNotification> CurrentNotifications() = 0;
CurrentNotifications   74 chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h   MOCK_METHOD0(CurrentNotifications,std::vector<DialogNotification>());
CurrentNotifications 1324 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   notification_area_->SetNotifications(delegate_->CurrentNotifications());