OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auto_open
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/download/
download_util.h
270
bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool
auto_open
);
download_util.cc
882
bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool
auto_open
) {
886
return !(
auto_open
&& info->has_user_gesture);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py
687
auto_open
= 1
variable in class:HTTPConnection
790
if self.
auto_open
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py
687
auto_open
= 1
variable in class:HTTPConnection
790
if self.
auto_open
:
[
all
...]
Completed in 512 milliseconds