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 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.h 78 class DialogNotification {
89 DialogNotification();
90 DialogNotification(Type type, const base::string16& display_text);
91 ~DialogNotification();

Completed in 29 milliseconds