/external/chromium_org/chrome/browser/chromeos/drive/ |
D | fake_file_system_unittest.cc | 39 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()
|
D | fake_file_system.cc | 131 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()
|
D | fake_file_system.h | 92 const google_apis::GetContentCallback& get_content_callback, 140 const google_apis::GetContentCallback& get_content_callback, 146 const google_apis::GetContentCallback& get_content_callback,
|
D | dummy_file_system.cc | 12 const google_apis::GetContentCallback& get_content_callback, in GetFileContent() argument
|
D | drive_file_stream_reader.cc | 289 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()
|
D | dummy_file_system.h | 64 const google_apis::GetContentCallback& get_content_callback,
|
D | file_system_interface.h | 342 const google_apis::GetContentCallback& get_content_callback,
|
D | sync_client_unittest.cc | 56 const google_apis::GetContentCallback& get_content_callback, in DownloadFile() argument 76 get_content_callback, in DownloadFile()
|
D | file_system.cc | 585 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()
|
D | job_scheduler.h | 178 const google_apis::GetContentCallback& get_content_callback);
|
D | file_system.h | 132 const google_apis::GetContentCallback& get_content_callback,
|
/external/chromium_org/google_apis/drive/ |
D | base_requests.cc | 114 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 …]
|
D | base_requests.h | 91 const GetContentCallback& get_content_callback); 169 GetContentCallback* get_content_callback); 461 const GetContentCallback& get_content_callback, 472 GetContentCallback* get_content_callback) OVERRIDE;
|
D | drive_api_requests.cc | 725 const GetContentCallback& get_content_callback, in DownloadFileRequest() argument 730 get_content_callback, in DownloadFileRequest()
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | download_operation.cc | 265 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()
|
D | download_operation.h | 69 const google_apis::GetContentCallback& get_content_callback, 78 const google_apis::GetContentCallback& get_content_callback,
|
D | download_operation_unittest.cc | 284 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/ |
D | drive_service_wrapper.cc | 47 const google_apis::GetContentCallback& get_content_callback, in DownloadFile() argument 53 get_content_callback, in DownloadFile()
|
D | drive_service_wrapper.h | 38 const google_apis::GetContentCallback& get_content_callback,
|
D | drive_service_on_worker.cc | 74 const google_apis::GetContentCallback& get_content_callback, in DownloadFile() argument 88 worker_task_runner_.get(), FROM_HERE, get_content_callback), in DownloadFile()
|
D | drive_service_on_worker.h | 50 const google_apis::GetContentCallback& get_content_callback,
|
/external/chromium_org/chrome/browser/drive/ |
D | dummy_drive_service.cc | 111 const GetContentCallback& get_content_callback, in DownloadFile() argument
|
D | dummy_drive_service.h | 75 const google_apis::GetContentCallback& get_content_callback,
|
D | drive_service_interface.h | 340 const google_apis::GetContentCallback& get_content_callback,
|
D | drive_api_service.h | 119 const google_apis::GetContentCallback& get_content_callback,
|