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

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.cc 12 const google_apis::GetContentCallback& get_content_callback,
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(),
fake_file_system.cc 131 const google_apis::GetContentCallback& get_content_callback,
139 initialized_callback, get_content_callback,
237 const google_apis::GetContentCallback& get_content_callback,
262 get_content_callback,
268 const google_apis::GetContentCallback& get_content_callback,
304 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,
file_system_interface.h 331 // In case of 2), the given FilePath is empty, and |get_content_callback| is
336 // |initialized_callback|, |get_content_callback| and |completion_callback|
341 const google_apis::GetContentCallback& get_content_callback,
sync_client_unittest.cc 55 const google_apis::GetContentCallback& get_content_callback,
75 get_content_callback,
file_system.h 133 const google_apis::GetContentCallback& get_content_callback,
job_scheduler.h 183 const google_apis::GetContentCallback& get_content_callback);
file_system.cc 589 const google_apis::GetContentCallback& get_content_callback,
593 DCHECK(!get_content_callback.is_null());
600 get_content_callback,
    [all...]
  /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 267 const google_apis::GetContentCallback get_content_callback,
271 get_content_callback_(get_content_callback),
313 const google_apis::GetContentCallback& get_content_callback() const { function in class:drive::file_system::DownloadOperation::DownloadParams
363 const google_apis::GetContentCallback& get_content_callback,
377 initialized_callback, get_content_callback, completion_callback,
404 const google_apis::GetContentCallback& get_content_callback,
418 initialized_callback, get_content_callback, completion_callback,
481 params_ptr->get_content_callback());
download_operation_unittest.cc 281 google_apis::test_util::TestGetContentCallback get_content_callback; local
288 get_content_callback.callback(),
301 get_content_callback.GetConcatenatedData().size());
315 google_apis::test_util::TestGetContentCallback get_content_callback; local
322 get_content_callback.callback(),
334 EXPECT_TRUE(get_content_callback.data().empty());
  /external/chromium_org/google_apis/drive/
base_requests.cc 112 const GetContentCallback& get_content_callback)
113 : get_content_callback_(get_content_callback),
227 GetContentCallback get_content_callback; local
228 GetOutputFilePath(&output_file_path, &get_content_callback);
229 if (!get_content_callback.is_null())
230 get_content_callback = CreateRelayCallback(get_content_callback);
233 get_content_callback);
309 GetContentCallback* get_content_callback) {
745 const GetContentCallback& get_content_callback,
    [all...]
base_requests.h 99 const GetContentCallback& get_content_callback);
174 // Sets |get_content_callback|, which is called when some part of the response
177 GetContentCallback* get_content_callback);
491 // get_content_callback:
508 const GetContentCallback& get_content_callback,
519 GetContentCallback* get_content_callback) OVERRIDE;
  /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 78 const google_apis::GetContentCallback& get_content_callback,
95 get_content_callback),
drive_service_on_worker.h 50 const google_apis::GetContentCallback& get_content_callback,
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 120 const google_apis::GetContentCallback& get_content_callback,
drive_service_interface.h 345 // If |get_content_callback| is not empty,
347 // turn invoke |get_content_callback| on the calling thread.
352 // |get_content_callback| and |progress_callback| may be null.
357 const google_apis::GetContentCallback& get_content_callback,
dummy_drive_service.cc 116 const GetContentCallback& get_content_callback,
dummy_drive_service.h 76 const google_apis::GetContentCallback& get_content_callback,
fake_drive_service.h 174 const google_apis::GetContentCallback& get_content_callback,

Completed in 272 milliseconds

1 2