OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_NO
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/system/
user_unittest.py
84
(("Continue? [y/N]: ", True), (User.
DEFAULT_NO
, 'y')),
85
(("Continue? [y/N]: ", False), (User.
DEFAULT_NO
, 'n')),
86
(("Continue? [y/N]: ", False), (User.
DEFAULT_NO
, '')),
87
(("Continue? [y/N]: ", False), (User.
DEFAULT_NO
, 'q')),
user.py
56
DEFAULT_NO
= 'n'
/external/webkit/Tools/Scripts/webkitpy/common/net/
credentials.py
132
if not User().confirm("Store password in system keyring?", User.
DEFAULT_NO
):
Completed in 180 milliseconds