OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:download_file_path
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/webkit/common/
resource_response_info.h
74
base::FilePath
download_file_path
;
member in struct:webkit_glue::ResourceResponseInfo
/external/chromium_org/content/browser/loader/
sync_resource_handler.cc
90
result_.
download_file_path
= response->head.
download_file_path
;
redirect_to_file_resource_handler.cc
82
response->head.
download_file_path
= deletable_file_->path();
/external/chromium/webkit/glue/
resource_loader_bridge.h
174
FilePath
download_file_path
;
member in struct:webkit_glue::ResourceResponseInfo
245
// path to that file will be provided in ResponseInfo::
download_file_path
.
weburlloader_impl.cc
199
response->setDownloadFilePath(FilePathToWebString(info.
download_file_path
));
/external/chromium_org/content/common/
resource_messages.h
112
IPC_STRUCT_TRAITS_MEMBER(
download_file_path
)
/external/chromium_org/content/child/
resource_dispatcher.cc
264
response->
download_file_path
= result.
download_file_path
;
/external/chromium_org/webkit/child/
weburlloader_impl.cc
721
response->setDownloadFilePath(info.
download_file_path
.AsUTF16Unsafe());
Completed in 536 milliseconds