OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/download/
download_file.cc
16
DownloadFile
::
DownloadFile
(const DownloadCreateInfo* info,
31
DownloadFile
::~
DownloadFile
() {
35
void
DownloadFile
::CancelDownloadRequest(ResourceDispatcherHost* rdh) {
45
DownloadManager*
DownloadFile
::GetDownloadManager() {
50
std::string
DownloadFile
::DebugString() const {
download_file.h
23
// cancelled, the
DownloadFile
is destroyed.
24
class
DownloadFile
: public BaseFile {
26
DownloadFile
(const DownloadCreateInfo* info,
28
virtual ~
DownloadFile
();
52
DISALLOW_COPY_AND_ASSIGN(
DownloadFile
);
/external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc
488
ImageBurnDownloader::GetInstance()->
DownloadFile
(*image_download_url_,
675
downloader->
DownloadFile
(config_file_url_, config_file_path_, tab_contents);
739
void ImageBurnDownloader::
DownloadFile
(const GURL& url,
Completed in 46 milliseconds