OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadManagerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/download/
download_manager_impl.h
34
class CONTENT_EXPORT
DownloadManagerImpl
: public DownloadManager,
40
// for the lifetime of
DownloadManagerImpl
(until Shutdown() is called).
41
DownloadManagerImpl
(net::NetLog* net_log, BrowserContext* browser_context);
42
virtual ~
DownloadManagerImpl
();
189
base::WeakPtrFactory<
DownloadManagerImpl
> weak_factory_;
191
DISALLOW_COPY_AND_ASSIGN(
DownloadManagerImpl
);
download_manager_impl.cc
227
DownloadManagerImpl
::
DownloadManagerImpl
(
241
DownloadManagerImpl
::~
DownloadManagerImpl
() {
245
DownloadItemImpl*
DownloadManagerImpl
::CreateActiveItem(
257
void
DownloadManagerImpl
::GetNextId(const DownloadIdCallback& callback) {
267
void
DownloadManagerImpl
::DetermineDownloadTarget(
284
bool
DownloadManagerImpl
::ShouldCompleteDownload(
295
bool
DownloadManagerImpl
::ShouldOpenFileBasedOnExtension(
303
bool
DownloadManagerImpl
::ShouldOpenDownload
[
all
...]
Completed in 25 milliseconds