HomeSort by relevance Sort by last modified time
    Searched defs:DialogNotification (Results 1 - 2 of 2) 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);

Completed in 26 milliseconds