OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDownloadManagerDelegate
(Results
1 - 23
of
23
) sorted by null
/external/chromium_org/chrome/browser/download/
download_service.h
30
ChromeDownloadManagerDelegate*
GetDownloadManagerDelegate
();
download_service.cc
33
ChromeDownloadManagerDelegate* DownloadService::
GetDownloadManagerDelegate
() {
81
GetDownloadManagerDelegate
();
download_item_model.cc
647
download_service->
GetDownloadManagerDelegate
();
download_browsertest.cc
[
all
...]
/external/chromium_org/content/public/test/
test_browser_context.h
32
virtual DownloadManagerDelegate*
GetDownloadManagerDelegate
() OVERRIDE;
test_browser_context.cc
68
DownloadManagerDelegate* TestBrowserContext::
GetDownloadManagerDelegate
() {
/external/chromium_org/content/shell/browser/
shell_browser_context.h
35
virtual DownloadManagerDelegate*
GetDownloadManagerDelegate
() OVERRIDE;
shell_browser_context.cc
121
DownloadManagerDelegate* ShellBrowserContext::
GetDownloadManagerDelegate
() {
/external/chromium_org/content/public/browser/
browser_context.h
152
virtual DownloadManagerDelegate*
GetDownloadManagerDelegate
() = 0;
/external/chromium_org/android_webview/browser/
aw_browser_context.h
104
GetDownloadManagerDelegate
() OVERRIDE;
aw_browser_context.cc
209
AwBrowserContext::
GetDownloadManagerDelegate
() {
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h
36
GetDownloadManagerDelegate
() OVERRIDE;
fake_profile.cc
29
FakeProfile::
GetDownloadManagerDelegate
() {
/external/chromium_org/content/browser/download/
drag_download_file_browsertest.cc
69
->
GetDownloadManagerDelegate
());
download_browsertest.cc
541
TestShellDownloadManagerDelegate*
GetDownloadManagerDelegate
(
860
GetDownloadManagerDelegate
(download_manager)->SetDelayedOpen(true);
901
GetDownloadManagerDelegate
(download_manager)->GetDelayedCallbacks(
[
all
...]
download_manager_impl_unittest.cc
419
MOCK_METHOD0(
GetDownloadManagerDelegate
, DownloadManagerDelegate*());
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h
89
GetDownloadManagerDelegate
() OVERRIDE;
off_the_record_profile_impl.cc
255
DownloadManagerDelegate* OffTheRecordProfileImpl::
GetDownloadManagerDelegate
() {
257
GetDownloadManagerDelegate
();
profile_impl.h
66
GetDownloadManagerDelegate
() OVERRIDE;
profile_impl.cc
[
all
...]
/external/chromium_org/chrome/test/base/
testing_profile.h
213
GetDownloadManagerDelegate
() OVERRIDE;
testing_profile.cc
686
DownloadManagerDelegate* TestingProfile::
GetDownloadManagerDelegate
() {
/external/chromium_org/content/browser/
browser_context.cc
130
download_manager->SetDelegate(context->
GetDownloadManagerDelegate
());
Completed in 517 milliseconds