HomeSort by relevance Sort by last modified time
    Searched full:get_content_callback (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system_unittest.cc 39 google_apis::test_util::TestGetContentCallback get_content_callback; local
50 get_content_callback.callback(),
60 // The download should be happened so the |get_content_callback|
62 std::string content = get_content_callback.GetConcatenatedData();
68 get_content_callback.mutable_data()->clear();
76 get_content_callback.callback(),
87 EXPECT_TRUE(get_content_callback.data().empty());
101 google_apis::test_util::TestGetContentCallback get_content_callback; local
107 get_content_callback.callback(),
dummy_file_system.cc 12 const google_apis::GetContentCallback& get_content_callback,
fake_file_system.cc 131 const google_apis::GetContentCallback& get_content_callback,
139 initialized_callback, get_content_callback,
236 const google_apis::GetContentCallback& get_content_callback,
261 get_content_callback,
267 const google_apis::GetContentCallback& get_content_callback,
308 get_content_callback,
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,
drive_file_stream_reader.cc 289 const google_apis::GetContentCallback& get_content_callback,
302 get_content_callback,
311 const google_apis::GetContentCallback& get_content_callback,
323 google_apis::CreateRelayCallback(get_content_callback),
dummy_file_system.h 64 const google_apis::GetContentCallback& get_content_callback,
sync_client_unittest.cc 56 const google_apis::GetContentCallback& get_content_callback,
76 get_content_callback,
file_system.h 132 const google_apis::GetContentCallback& get_content_callback,
file_system.cc 585 const google_apis::GetContentCallback& get_content_callback,
589 DCHECK(!get_content_callback.is_null());
596 get_content_callback,
    [all...]
file_system_interface.h 332 // In case of 2), the given FilePath is empty, and |get_content_callback| is
337 // |initialized_callback|, |get_content_callback| and |completion_callback|
342 const google_apis::GetContentCallback& get_content_callback,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 59 // During the downloading |get_content_callback| will be called periodically
62 // |initialized_callback| and |get_content_callback| can be null if not
69 const google_apis::GetContentCallback& get_content_callback,
78 const google_apis::GetContentCallback& get_content_callback,
download_operation.cc 265 const google_apis::GetContentCallback get_content_callback,
269 get_content_callback_(get_content_callback),
311 const google_apis::GetContentCallback& get_content_callback() const { function in class:drive::file_system::DownloadOperation::DownloadParams
361 const google_apis::GetContentCallback& get_content_callback,
375 initialized_callback, get_content_callback, completion_callback,
402 const google_apis::GetContentCallback& get_content_callback,
416 initialized_callback, get_content_callback, completion_callback,
479 params_ptr->get_content_callback());
download_operation_unittest.cc 284 google_apis::test_util::TestGetContentCallback get_content_callback; local
291 get_content_callback.callback(),
304 get_content_callback.GetConcatenatedData().size());
317 google_apis::test_util::TestGetContentCallback get_content_callback; local
324 get_content_callback.callback(),
336 EXPECT_TRUE(get_content_callback.data().empty());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_service_wrapper.cc 47 const google_apis::GetContentCallback& get_content_callback,
53 get_content_callback,
drive_service_wrapper.h 38 const google_apis::GetContentCallback& get_content_callback,
drive_service_on_worker.cc 74 const google_apis::GetContentCallback& get_content_callback,
88 worker_task_runner_.get(), FROM_HERE, get_content_callback),
drive_service_on_worker.h 50 const google_apis::GetContentCallback& get_content_callback,
  /external/chromium_org/google_apis/drive/
base_requests.cc 114 const GetContentCallback& get_content_callback)
115 : get_content_callback_(get_content_callback),
229 GetContentCallback get_content_callback; local
230 GetOutputFilePath(&output_file_path, &get_content_callback);
231 if (!get_content_callback.is_null())
232 get_content_callback = CreateRelayCallback(get_content_callback);
235 get_content_callback);
311 GetContentCallback* get_content_callback) {
691 const GetContentCallback& get_content_callback,
    [all...]
base_requests.h 91 const GetContentCallback& get_content_callback);
166 // Sets |get_content_callback|, which is called when some part of the response
169 GetContentCallback* get_content_callback);
444 // get_content_callback:
461 const GetContentCallback& get_content_callback,
472 GetContentCallback* get_content_callback) OVERRIDE;
drive_api_requests.cc 725 const GetContentCallback& get_content_callback,
730 get_content_callback,
  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 328 // If |get_content_callback| is not empty,
330 // turn invoke |get_content_callback| on the calling thread.
335 // |get_content_callback| and |progress_callback| may be null.
340 const google_apis::GetContentCallback& get_content_callback,
dummy_drive_service.cc 111 const GetContentCallback& get_content_callback,
dummy_drive_service.h 75 const google_apis::GetContentCallback& get_content_callback,
drive_api_service.h 119 const google_apis::GetContentCallback& get_content_callback,
drive_api_service.cc 415 const GetContentCallback& get_content_callback,
419 // get_content_callback may be null.
427 get_content_callback,

Completed in 348 milliseconds

1 2