Searched refs:CurrentNotifications (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_view_delegate.h185 virtual std::vector<DialogNotification> CurrentNotifications() = 0;
H A Dmock_autofill_dialog_view_delegate.h74 MOCK_METHOD0(CurrentNotifications,std::vector<DialogNotification>());
H A Dautofill_dialog_controller_impl.h157 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE;
H A Dautofill_dialog_controller_browsertest.cc187 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE {
261 // This is used to control what |CurrentNotifications()| returns for testing.
H A Dautofill_dialog_controller_impl.cc2209 CurrentNotifications() { function in class:autofill::AutofillDialogControllerImpl
H A Dautofill_dialog_controller_unittest.cc537 controller()->CurrentNotifications();
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1345 notification_area_->SetNotifications(delegate_->CurrentNotifications());

Completed in 104 milliseconds