OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChromeDownloadManagerDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.h
49
class
ChromeDownloadManagerDelegate
54
explicit
ChromeDownloadManagerDelegate
(Profile* profile);
55
virtual ~
ChromeDownloadManagerDelegate
();
142
friend class base::RefCountedThreadSafe<
ChromeDownloadManagerDelegate
>;
185
base::WeakPtrFactory<
ChromeDownloadManagerDelegate
> weak_ptr_factory_;
187
DISALLOW_COPY_AND_ASSIGN(
ChromeDownloadManagerDelegate
);
chrome_download_manager_delegate.cc
211
ChromeDownloadManagerDelegate
::
ChromeDownloadManagerDelegate
(Profile* profile)
218
ChromeDownloadManagerDelegate
::~
ChromeDownloadManagerDelegate
() {
223
void
ChromeDownloadManagerDelegate
::SetDownloadManager(DownloadManager* dm) {
227
void
ChromeDownloadManagerDelegate
::Shutdown() {
234
ChromeDownloadManagerDelegate
::GetDownloadIdReceiverCallback() {
235
return base::Bind(&
ChromeDownloadManagerDelegate
::SetNextId,
239
void
ChromeDownloadManagerDelegate
::SetNextId(uint32 next_id) {
253
void
ChromeDownloadManagerDelegate
::GetNextId
[
all
...]
Completed in 27 milliseconds