Home
last modified time | relevance | path

Searched refs:get_content_callback (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/
Dfake_file_system_unittest.cc39 google_apis::test_util::TestGetContentCallback get_content_callback; in TEST_F() local
50 get_content_callback.callback(), in TEST_F()
62 std::string content = get_content_callback.GetConcatenatedData(); in TEST_F()
68 get_content_callback.mutable_data()->clear(); in TEST_F()
76 get_content_callback.callback(), in TEST_F()
87 EXPECT_TRUE(get_content_callback.data().empty()); in TEST_F()
101 google_apis::test_util::TestGetContentCallback get_content_callback; in TEST_F() local
107 get_content_callback.callback(), in TEST_F()
Dfake_file_system.cc131 const google_apis::GetContentCallback& get_content_callback, in GetFileContent() argument
139 initialized_callback, get_content_callback, in GetFileContent()
236 const google_apis::GetContentCallback& get_content_callback, in GetFileContentAfterGetResourceEntry() argument
261 get_content_callback, in GetFileContentAfterGetResourceEntry()
267 const google_apis::GetContentCallback& get_content_callback, in GetFileContentAfterGetFileResource() argument
308 get_content_callback, in GetFileContentAfterGetFileResource()
Dfake_file_system.h92 const google_apis::GetContentCallback& get_content_callback,
140 const google_apis::GetContentCallback& get_content_callback,
146 const google_apis::GetContentCallback& get_content_callback,
Ddummy_file_system.cc12 const google_apis::GetContentCallback& get_content_callback, in GetFileContent() argument
Ddrive_file_stream_reader.cc289 const google_apis::GetContentCallback& get_content_callback, in GetFileContentOnUIThread() argument
302 get_content_callback, in GetFileContentOnUIThread()
311 const google_apis::GetContentCallback& get_content_callback, in GetFileContent() argument
323 google_apis::CreateRelayCallback(get_content_callback), in GetFileContent()
Ddummy_file_system.h64 const google_apis::GetContentCallback& get_content_callback,
Dfile_system_interface.h342 const google_apis::GetContentCallback& get_content_callback,
Dsync_client_unittest.cc56 const google_apis::GetContentCallback& get_content_callback, in DownloadFile() argument
76 get_content_callback, in DownloadFile()
Dfile_system.cc585 const google_apis::GetContentCallback& get_content_callback, in GetFileContent() argument
589 DCHECK(!get_content_callback.is_null()); in GetFileContent()
596 get_content_callback, in GetFileContent()
Djob_scheduler.h178 const google_apis::GetContentCallback& get_content_callback);
Dfile_system.h132 const google_apis::GetContentCallback& get_content_callback,
/external/chromium_org/google_apis/drive/
Dbase_requests.cc114 const GetContentCallback& get_content_callback) in ResponseWriter() argument
115 : get_content_callback_(get_content_callback), in ResponseWriter()
229 GetContentCallback get_content_callback; in Start() local
230 GetOutputFilePath(&output_file_path, &get_content_callback); in Start()
231 if (!get_content_callback.is_null()) in Start()
232 get_content_callback = CreateRelayCallback(get_content_callback); in Start()
235 get_content_callback); in Start()
311 GetContentCallback* get_content_callback) { in GetOutputFilePath() argument
691 const GetContentCallback& get_content_callback, in DownloadFileRequestBase() argument
697 get_content_callback_(get_content_callback), in DownloadFileRequestBase()
[all …]
Dbase_requests.h91 const GetContentCallback& get_content_callback);
169 GetContentCallback* get_content_callback);
461 const GetContentCallback& get_content_callback,
472 GetContentCallback* get_content_callback) OVERRIDE;
Ddrive_api_requests.cc725 const GetContentCallback& get_content_callback, in DownloadFileRequest() argument
730 get_content_callback, in DownloadFileRequest()
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
Ddownload_operation.cc265 const google_apis::GetContentCallback get_content_callback, in DownloadParams() argument
269 get_content_callback_(get_content_callback), in DownloadParams()
311 const google_apis::GetContentCallback& get_content_callback() const { in get_content_callback() function in drive::file_system::DownloadOperation::DownloadParams
361 const google_apis::GetContentCallback& get_content_callback, in EnsureFileDownloadedByLocalId() argument
375 initialized_callback, get_content_callback, completion_callback, in EnsureFileDownloadedByLocalId()
402 const google_apis::GetContentCallback& get_content_callback, in EnsureFileDownloadedByPath() argument
416 initialized_callback, get_content_callback, completion_callback, in EnsureFileDownloadedByPath()
479 params_ptr->get_content_callback()); in EnsureFileDownloadedAfterCheckPreCondition()
Ddownload_operation.h69 const google_apis::GetContentCallback& get_content_callback,
78 const google_apis::GetContentCallback& get_content_callback,
Ddownload_operation_unittest.cc284 google_apis::test_util::TestGetContentCallback get_content_callback; in TEST_F() local
291 get_content_callback.callback(), in TEST_F()
304 get_content_callback.GetConcatenatedData().size()); in TEST_F()
317 google_apis::test_util::TestGetContentCallback get_content_callback; in TEST_F() local
324 get_content_callback.callback(), in TEST_F()
336 EXPECT_TRUE(get_content_callback.data().empty()); in TEST_F()
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Ddrive_service_wrapper.cc47 const google_apis::GetContentCallback& get_content_callback, in DownloadFile() argument
53 get_content_callback, in DownloadFile()
Ddrive_service_wrapper.h38 const google_apis::GetContentCallback& get_content_callback,
Ddrive_service_on_worker.cc74 const google_apis::GetContentCallback& get_content_callback, in DownloadFile() argument
88 worker_task_runner_.get(), FROM_HERE, get_content_callback), in DownloadFile()
Ddrive_service_on_worker.h50 const google_apis::GetContentCallback& get_content_callback,
/external/chromium_org/chrome/browser/drive/
Ddummy_drive_service.cc111 const GetContentCallback& get_content_callback, in DownloadFile() argument
Ddummy_drive_service.h75 const google_apis::GetContentCallback& get_content_callback,
Ddrive_service_interface.h340 const google_apis::GetContentCallback& get_content_callback,
Ddrive_api_service.h119 const google_apis::GetContentCallback& get_content_callback,

12