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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.cc 18 DialogNotification::DialogNotification() : type_(NONE) {}
20 DialogNotification::DialogNotification(Type type, const string16& display_text)
26 SkColor DialogNotification::GetBackgroundColor() const {
28 case DialogNotification::AUTOCHECKOUT_SUCCESS:
29 case DialogNotification::EXPLANATORY_MESSAGE:
30 case DialogNotification::WALLET_USAGE_CONFIRMATION:
32 case DialogNotification::REQUIRED_ACTION:
33 case DialogNotification::WALLET_ERROR
    [all...]
autofill_dialog_types.h 81 class DialogNotification {
96 DialogNotification();
97 DialogNotification(Type type, const string16& display_text);
autofill_dialog_view_delegate.h 176 virtual std::vector<DialogNotification> CurrentNotifications() = 0;
187 virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
mock_autofill_dialog_view_delegate.h 67 MOCK_METHOD0(CurrentNotifications,std::vector<DialogNotification>());
72 void(DialogNotification::Type, bool));
autofill_dialog_controller_unittest.cc 397 std::vector<DialogNotification> NotificationsOfType(
398 DialogNotification::Type type) {
399 std::vector<DialogNotification> right_type;
400 const std::vector<DialogNotification>& notifications =
    [all...]
autofill_dialog_controller_impl.cc     [all...]
autofill_dialog_controller_browsertest.cc 153 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE {
157 void set_notifications(const std::vector<DialogNotification>& notifications) {
199 std::vector<DialogNotification> notifications_;
733 std::vector<DialogNotification> notifications;
735 DialogNotification(DialogNotification::DEVELOPER_WARNING, ASCIIToUTF16(
    [all...]
autofill_dialog_controller_impl.h 162 virtual std::vector<DialogNotification> CurrentNotifications() OVERRIDE;
166 virtual void NotificationCheckboxStateChanged(DialogNotification::Type type,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_container.h 19 class DialogNotification;
20 typedef std::vector<DialogNotification> DialogNotifications;
34 scoped_ptr<autofill::DialogNotification> checkboxNotification_;
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 303 void SetNotifications(const std::vector<DialogNotification>& notifications);
335 std::vector<DialogNotification> notifications_;
autofill_dialog_views.cc 347 explicit NotificationView(const DialogNotification& data) : checkbox_(NULL) {
808 const std::vector<DialogNotification>& notifications) {
818 const DialogNotification& notification = notifications_[i];
    [all...]

Completed in 277 milliseconds