OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateDownload
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/history/
download_database.h
44
bool
CreateDownload
(const DownloadRow& info);
history_unittest.cc
203
return db_->
CreateDownload
(download);
794
EXPECT_FALSE(db_->
CreateDownload
(download));
797
EXPECT_TRUE(db_->
CreateDownload
(download));
[
all
...]
download_database.cc
544
bool DownloadDatabase::
CreateDownload
(const DownloadRow& info) {
history_backend.h
276
bool
CreateDownload
(const history::DownloadRow& history_info);
[
all
...]
history_service.h
404
// Implemented by the caller of '
CreateDownload
' below, and is called when the
411
// that calls
CreateDownload
().
412
void
CreateDownload
(
[
all
...]
history_service.cc
729
void HistoryService::
CreateDownload
(
736
base::Bind(&HistoryBackend::
CreateDownload
, history_backend_.get(),
[
all
...]
history_backend.cc
[
all
...]
/external/chromium_org/chrome/browser/download/
download_history.h
39
virtual void
CreateDownload
(
download_history.cc
182
void DownloadHistory::HistoryAdapter::
CreateDownload
(
185
history_->
CreateDownload
(info, callback);
316
history_->
CreateDownload
(*data->info(), base::Bind(
download_history_unittest.cc
92
virtual void
CreateDownload
(
97
// Must not call
CreateDownload
() again before FinishCreateDownload()!
532
// DownloadManager::
CreateDownload
() being called for the restored download.
557
// DownloadManager::
CreateDownload
() calls are expected.
729
// DownloadHistory call
CreateDownload
.
752
// Instruct
CreateDownload
() to not callback to DownloadHistory immediately,
813
// Test what happens when HistoryService/
CreateDownload
::
CreateDownload
() fails.
849
// Instruct
CreateDownload
() to not callback to DownloadHistory immediately,
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
last_download_finder_unittest.cc
77
history_service->
CreateDownload
(
161
history_service->
CreateDownload
(
Completed in 364 milliseconds