OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadDatabase
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/history/
download_database.h
21
class
DownloadDatabase
{
24
DownloadDatabase
();
25
virtual ~
DownloadDatabase
();
66
DISALLOW_COPY_AND_ASSIGN(
DownloadDatabase
);
download_database.cc
57
DownloadDatabase
::
DownloadDatabase
() {
60
DownloadDatabase
::~
DownloadDatabase
() {
63
bool
DownloadDatabase
::InitDownloadTable() {
79
bool
DownloadDatabase
::DropDownloadTable() {
83
void
DownloadDatabase
::QueryDownloads(
109
bool
DownloadDatabase
::UpdateDownload(int64 received_bytes,
125
bool
DownloadDatabase
::UpdateDownloadPath(const FilePath& path,
138
bool
DownloadDatabase
::CleanUpInProgressEntries()
[
all
...]
history_database.h
34
class HistoryDatabase : public
DownloadDatabase
,
Completed in 1341 milliseconds