OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:download_to_file
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/webkit/child/
resource_loader_bridge.cc
22
download_to_file
(false),
resource_loader_bridge.h
94
bool
download_to_file
;
member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
154
// only called if RequestInfo::
download_to_file
was set to true, and in
weburlloader_impl.cc
495
request_info.
download_to_file
= request.downloadToFile();
/external/chromium/webkit/glue/
resource_loader_bridge.cc
58
download_to_file
(false),
resource_loader_bridge.h
246
bool
download_to_file
;
member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
302
// only called if RequestInfo::
download_to_file
was set to true, and in
weburlloader_impl.cc
444
request_info.
download_to_file
= request.downloadToFile();
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.h
28
DOWNLOAD_TO_FILE
= 0,
94
// Open() or OpenStream(). If DownloadMode is
DOWNLOAD_TO_FILE
,
154
// This class loads and opens the file in three steps for
DOWNLOAD_TO_FILE
:
file_downloader.cc
449
return mode_ ==
DOWNLOAD_TO_FILE
;
plugin.cc
[
all
...]
/external/chromium_org/content/common/
resource_messages.h
171
IPC_STRUCT_MEMBER(bool,
download_to_file
)
256
// file. This is only called in the '
download_to_file
' case and replaces
/external/chromium_org/content/browser/loader/
resource_handler.h
99
// to indicate progress of '
download_to_file
' requests. OnReadCompleted
resource_dispatcher_host_impl.h
192
// the
download_to_file
capability. Used to grant access to the
419
// the
download_to_file
mechanism. We avoid deleting them until
resource_dispatcher_host_impl.cc
[
all
...]
resource_dispatcher_host_unittest.cc
104
request.
download_to_file
= false;
[
all
...]
/external/chromium_org/content/child/
resource_dispatcher.cc
123
request_.
download_to_file
= request_info.
download_to_file
;
158
if (request_.
download_to_file
) {
Completed in 705 milliseconds