Searched defs:DialogNotification (Results 1 - 2 of 2) 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.h78 class DialogNotification { class in namespace:autofill
89 DialogNotification();
90 DialogNotification(Type type, const base::string16& display_text);
91 ~DialogNotification();

Completed in 1607 milliseconds