OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDangerous
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/history/
download_create_info.h
37
bool
IsDangerous
();
download_create_info.cc
59
bool DownloadCreateInfo::
IsDangerous
() {
/external/chromium/chrome/browser/download/
download_util.h
270
bool
IsDangerous
(DownloadCreateInfo* info, Profile* profile, bool auto_open);
download_manager.cc
320
info->is_dangerous_file = download_util::
IsDangerous
(
359
if (info->
IsDangerous
()) {
411
if (info->
IsDangerous
())
498
if (info->
IsDangerous
()) {
[
all
...]
download_util.cc
882
bool
IsDangerous
(DownloadCreateInfo* info, Profile* profile, bool auto_open) {
[
all
...]
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h
76
bool
IsDangerous
();
download_item_gtk.cc
262
if (
IsDangerous
()) {
328
if (
IsDangerous
()) {
443
if (
IsDangerous
()) {
493
bool DownloadItemGtk::
IsDangerous
() {
752
if (
IsDangerous
()) {
[
all
...]
Completed in 3255 milliseconds