OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DialogNotification
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.cc
26
DialogNotification
::
DialogNotification
() : type_(NONE) {}
28
DialogNotification
::
DialogNotification
(Type type,
44
DialogNotification
::~
DialogNotification
() {}
46
SkColor
DialogNotification
::GetBackgroundColor() const {
48
case
DialogNotification
::WALLET_USAGE_CONFIRMATION:
50
case
DialogNotification
::REQUIRED_ACTION:
51
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 30 milliseconds