Searched refs:DialogNotification (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.cc31 DialogNotification::DialogNotification() : type_(NONE) {} function in class:autofill::DialogNotification
33 DialogNotification::DialogNotification(Type type, function in class:autofill::DialogNotification
49 DialogNotification::~DialogNotification() {}
51 SkColor DialogNotification::GetBackgroundColor() const {
53 case DialogNotification::WALLET_USAGE_CONFIRMATION:
55 case DialogNotification::REQUIRED_ACTION:
56 case DialogNotification
[all...]
H A Dautofill_dialog_types_unittest.cc24 DialogNotification notification(DialogNotification::WALLET_ERROR, text);
28 notification = DialogNotification(DialogNotification::WALLET_ERROR, text);
H A Dmock_autofill_dialog_view_delegate.cc35 DefaultValue<std::vector<DialogNotification> >::Set(
36 std::vector<DialogNotification>());
80 DefaultValue<std::vector<DialogNotification> >::Clear();
H A Dautofill_dialog_types.h78 class DialogNotification { class in namespace:autofill
89 DialogNotification();
90 DialogNotification(Type type, const base::string16& display_text);
91 ~DialogNotification();
H A Dautofill_dialog_view_delegate.h185 virtual std::vector<DialogNotification> CurrentNotifications() = 0;
195 virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
H A Dmock_autofill_dialog_view_delegate.h74 MOCK_METHOD0(CurrentNotifications,std::vector<DialogNotification>());
78 void(DialogNotification::Type, bool));
H A Dautofill_dialog_controller_impl.cc341 scoped_ptr<DialogNotification> GetWalletError(
366 scoped_ptr<DialogNotification> notification(new DialogNotification(
367 DialogNotification::WALLET_ERROR,
446 scoped_ptr<DialogNotification> notification(new DialogNotification(
447 DialogNotification::WALLET_ERROR,
2208 std::vector<DialogNotification> AutofillDialogControllerImpl::
2210 std::vector<DialogNotification> notifications;
2217 notifications.push_back(DialogNotification(
[all...]
H A Dautofill_dialog_controller_unittest.cc533 std::vector<DialogNotification> NotificationsOfType(
534 DialogNotification::Type type) {
535 std::vector<DialogNotification> right_type;
536 const std::vector<DialogNotification>& notifications =
1680 DialogNotification::WALLET_ERROR).size());
2028 EXPECT_TRUE(NotificationsOfType(DialogNotification::REQUIRED_ACTION).empty());
2044 NotificationsOfType(DialogNotification::REQUIRED_ACTION).empty());
2139 DialogNotification::REQUIRED_ACTION).size());
2150 DialogNotification::WALLET_USAGE_CONFIRMATION).size());
2158 DialogNotification
[all...]
H A Dautofill_dialog_controller_impl.h157 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE;
160 virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
808 scoped_ptr<DialogNotification> wallet_error_notification_;
H A Dautofill_dialog_controller_browsertest.cc187 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE {
191 void set_notifications(const std::vector<DialogNotification>& notifications) {
262 std::vector<DialogNotification> notifications_;
951 std::vector<DialogNotification> notifications;
953 DialogNotification(DialogNotification::DEVELOPER_WARNING, ASCIIToUTF16(
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_notification_container.h19 class DialogNotification;
20 typedef std::vector<DialogNotification> DialogNotifications;
H A Dautofill_notification_controller.h39 autofill::DialogNotification::Type notificationType_;
51 - (id)initWithNotification:(const autofill::DialogNotification*)notification
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h261 void SetNotifications(const std::vector<DialogNotification>& notifications);
287 std::vector<DialogNotification> notifications_;
H A Dautofill_dialog_views.cc241 NotificationView(const DialogNotification& data,
365 DialogNotification data_;
734 const std::vector<DialogNotification>& notifications) {
743 const DialogNotification& notification = notifications_[i];

Completed in 146 milliseconds