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 33 DialogNotification::DialogNotification() : type_(NONE) {}
35 DialogNotification::DialogNotification(Type type,
51 DialogNotification::~DialogNotification() {}
53 SkColor DialogNotification::GetBackgroundColor() const {
55 case DialogNotification::WALLET_USAGE_CONFIRMATION:
57 case DialogNotification::REQUIRED_ACTION:
58 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 347 scoped_ptr<DialogNotification> GetWalletError(
372 scoped_ptr<DialogNotification> notification(new DialogNotification(
373 DialogNotification::WALLET_ERROR,
445 scoped_ptr<DialogNotification> notification(new DialogNotification(
446 DialogNotification::WALLET_ERROR,
    [all...]
autofill_dialog_controller_unittest.cc 531 std::vector<DialogNotification> NotificationsOfType(
532 DialogNotification::Type type) {
533 std::vector<DialogNotification> right_type;
534 const std::vector<DialogNotification>& notifications =
    [all...]
autofill_dialog_controller_impl.h 152 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE;
155 virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
    [all...]
autofill_dialog_controller_browsertest.cc 188 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE {
192 void set_notifications(const std::vector<DialogNotification>& notifications) {
263 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 260 void SetNotifications(const std::vector<DialogNotification>& notifications);
286 std::vector<DialogNotification> notifications_;
autofill_dialog_views.cc 242 NotificationView(const DialogNotification& data,
366 DialogNotification data_;
735 const std::vector<DialogNotification>& notifications) {
744 const DialogNotification& notification = notifications_[i];
    [all...]

Completed in 367 milliseconds