OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateDownloadFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/download/
download_file_manager.cc
72
void DownloadFileManager::
CreateDownloadFile
(DownloadCreateInfo* info,
180
NewRunnableMethod(this, &DownloadFileManager::
CreateDownloadFile
,
download_file_unittest.cc
57
virtual void
CreateDownloadFile
(scoped_ptr<DownloadFile>* file, int offset) {
130
CreateDownloadFile
(&download_file_, 0);
/external/chromium_org/content/browser/download/
download_file_unittest.cc
119
virtual bool
CreateDownloadFile
(int offset, bool calculate_hash) {
341
ASSERT_TRUE(
CreateDownloadFile
(0, true));
436
ASSERT_TRUE(
CreateDownloadFile
(0, true));
458
ASSERT_TRUE(
CreateDownloadFile
(0, true));
492
ASSERT_TRUE(
CreateDownloadFile
(0, true));
510
ASSERT_TRUE(
CreateDownloadFile
(0, true));
537
ASSERT_TRUE(
CreateDownloadFile
(0, true));
553
ASSERT_TRUE(
CreateDownloadFile
(0, true));
586
CreateDownloadFile
(0, true);
Completed in 31 milliseconds