OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_CANCELED
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/public/browser/
download_interrupt_reason_values.h
97
INTERRUPT_REASON(
USER_CANCELED
, 40)
/libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java
123
* Defines the description code of the
user_canceled
alert
125
protected static final byte
USER_CANCELED
= 90;
251
case
USER_CANCELED
:
252
return "
user_canceled
";
Completed in 398 milliseconds