HomeSort by relevance Sort by last modified time
    Searched refs:DialogNotification (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.cc 31 DialogNotification::DialogNotification() : type_(NONE) {}
33 DialogNotification::DialogNotification(Type type,
49 DialogNotification::~DialogNotification() {}
51 SkColor DialogNotification::GetBackgroundColor() const {
53 case DialogNotification::WALLET_USAGE_CONFIRMATION:
55 case DialogNotification::REQUIRED_ACTION:
56 case DialogNotification::WALLET_ERROR
    [all...]
autofill_dialog_types_unittest.cc 24 DialogNotification notification(DialogNotification::WALLET_ERROR, text);
28 notification = DialogNotification(DialogNotification::WALLET_ERROR, text);
mock_autofill_dialog_view_delegate.cc 35 DefaultValue<std::vector<DialogNotification> >::Set(
36 std::vector<DialogNotification>());
80 DefaultValue<std::vector<DialogNotification> >::Clear();
autofill_dialog_types.h 78 class DialogNotification {
89 DialogNotification();
90 DialogNotification(Type type, const base::string16& display_text);
91 ~DialogNotification();
autofill_dialog_view_delegate.h 185 virtual std::vector<DialogNotification> CurrentNotifications() = 0;
195 virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
mock_autofill_dialog_view_delegate.h 74 MOCK_METHOD0(CurrentNotifications,std::vector<DialogNotification>());
78 void(DialogNotification::Type, bool));
autofill_dialog_controller_impl.cc 341 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,
    [all...]
autofill_dialog_controller_unittest.cc 533 std::vector<DialogNotification> NotificationsOfType(
534 DialogNotification::Type type) {
535 std::vector<DialogNotification> right_type;
536 const std::vector<DialogNotification>& notifications =
    [all...]
autofill_dialog_controller_impl.h 157 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE;
160 virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
    [all...]
autofill_dialog_controller_browsertest.cc 187 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE {
191 void set_notifications(const std::vector<DialogNotification>& notifications) {
262 std::vector<DialogNotification> notifications_;
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_container.h 19 class DialogNotification;
20 typedef std::vector<DialogNotification> DialogNotifications;
autofill_notification_controller.h 39 autofill::DialogNotification::Type notificationType_;
51 - (id)initWithNotification:(const autofill::DialogNotification*)notification
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 261 void SetNotifications(const std::vector<DialogNotification>& notifications);
287 std::vector<DialogNotification> notifications_;
autofill_dialog_views.cc 241 NotificationView(const DialogNotification& data,
365 DialogNotification data_;
734 const std::vector<DialogNotification>& notifications) {
743 const DialogNotification& notification = notifications_[i];
    [all...]

Completed in 170 milliseconds