OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_gallery_download
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/download/
download_crx_util.cc
101
bool
is_gallery_download
=
local
106
installer->set_is_gallery_install(
is_gallery_download
);
107
if (
is_gallery_download
)
109
installer->set_allow_silent_install(
is_gallery_download
);
/external/chromium/chrome/browser/download/
download_util.cc
337
bool
is_gallery_download
= service->IsDownloadFromGallery(
local
342
installer->set_is_gallery_install(
is_gallery_download
);
344
installer->set_allow_silent_install(
is_gallery_download
);
[
all
...]
Completed in 58 milliseconds