OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnDownloadCompleted
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/
plugin_download_helper.cc
70
OnDownloadCompleted
(request);
75
OnDownloadCompleted
(request);
84
OnDownloadCompleted
(request);
87
OnDownloadCompleted
(request);
99
OnDownloadCompleted
(request);
122
OnDownloadCompleted
(request);
126
OnDownloadCompleted
(request);
132
void PluginDownloadUrlHelper::
OnDownloadCompleted
(net::URLRequest* request) {
167
delegate_->
OnDownloadCompleted
(download_file_path_, success);
plugin_download_helper.h
30
virtual void
OnDownloadCompleted
(const FilePath& download_path,
50
void
OnDownloadCompleted
(net::URLRequest* request);
/external/chromium/chrome/browser/download/
drag_download_util.h
49
virtual void
OnDownloadCompleted
(const FilePath& file_path);
drag_download_util.cc
101
void PromiseFileFinalizer::
OnDownloadCompleted
(const FilePath& file_path) {
drag_download_file.cc
141
observer_->
OnDownloadCompleted
(file_path_);
/external/chromium_org/ui/base/dragdrop/
download_file_interface.h
31
virtual void
OnDownloadCompleted
(const base::FilePath& file_path) = 0;
os_exchange_data_provider_win.h
52
virtual void
OnDownloadCompleted
(const base::FilePath& file_path);
os_exchange_data_provider_win.cc
657
void DataObjectImpl::
OnDownloadCompleted
(const base::FilePath& file_path) {
[
all
...]
/external/chromium_org/content/browser/download/
drag_download_util.h
53
virtual void
OnDownloadCompleted
(const base::FilePath& file_path) OVERRIDE;
drag_download_file_browsertest.cc
39
MOCK_METHOD1(
OnDownloadCompleted
, void(const base::FilePath& file_path));
104
ON_CALL(*observer.get(),
OnDownloadCompleted
(_))
124
EXPECT_CALL(*observer.get(),
OnDownloadCompleted
(_))
drag_download_util.cc
101
void PromiseFileFinalizer::
OnDownloadCompleted
(
drag_download_file.cc
223
observer_->
OnDownloadCompleted
(file_path_);
Completed in 41 milliseconds