OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DANGEROUS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/download/
download_extensions.h
17
DANGEROUS
/external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.h
45
DANGEROUS
,
/external/chromium/chrome/browser/ui/views/download/
download_item_view.h
111
DANGEROUS
152
// Whether we are in the
dangerous
mode.
153
bool IsDangerousMode() { return body_state_ ==
DANGEROUS
; }
155
// Reverts from
dangerous
mode to normal download mode.
162
// Sizes the
dangerous
download label to a minimum width available using 2
177
//
dangerous
download warning message (if any).
189
// The warning icon showns for
dangerous
downloads.
255
//
Dangerous
mode buttons.
259
//
Dangerous
mode label.
262
// Whether the
dangerous
mode label has been sized yet
[
all
...]
/external/chromium/chrome/browser/download/
download_item.h
61
DANGEROUS
,
62
DANGEROUS_BUT_VALIDATED //
Dangerous
but the user confirmed the download.
70
// A
dangerous
file to the system (e.g.: an executable or extension from
142
// Called when the user has validated the download of a
dangerous
file.
289
// but does not for
dangerous
downloads until the name is verified.
372
// Whether the download is considered potentially safe or
dangerous
373
// (executable files are typically considered
dangerous
).
384
//
Dangerous
downloads or ongoing downloads are given temporary names until
/external/chromium_org/chrome/browser/resources/downloads/
downloads.js
355
this.danger_ = createElementWithClassName('div', 'show-
dangerous
');
376
// Buttons for the
dangerous
but not malicious case.
400
DANGEROUS
: '
DANGEROUS
',
405
* Explains why a download is in
DANGEROUS
state.
459
if (this.state_ == Download.States.
DANGEROUS
) {
567
* danger level of a file.
Dangerous
& malicious files are treated differently.
659
case Download.States.
DANGEROUS
:
695
* Tells the backend that the user chose to save a
dangerous
file.
705
* Tells the backend that the user chose to discard a
dangerous
file
[
all
...]
Completed in 236 milliseconds