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

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system_unittest.cc 43 google_apis::test_util::TestGetContentCallback get_content_callback; local
54 get_content_callback.callback(),
64 // The download should be happened so the |get_content_callback|
66 std::string content = get_content_callback.GetConcatenatedData();
72 get_content_callback.mutable_data()->clear();
80 get_content_callback.callback(),
91 EXPECT_TRUE(get_content_callback.data().empty());
105 google_apis::test_util::TestGetContentCallback get_content_callback; local
113 get_content_callback.callback(),
fake_file_system.cc 145 const google_apis::GetContentCallback& get_content_callback,
153 initialized_callback, get_content_callback,
242 const google_apis::GetContentCallback& get_content_callback,
267 get_content_callback,
273 const google_apis::GetContentCallback& get_content_callback,
308 get_content_callback,
fake_file_system.h 99 const google_apis::GetContentCallback& get_content_callback,
148 const google_apis::GetContentCallback& get_content_callback,
154 const google_apis::GetContentCallback& get_content_callback,
drive_file_stream_reader.cc 255 const google_apis::GetContentCallback& get_content_callback,
267 get_content_callback,
276 const google_apis::GetContentCallback& get_content_callback,
287 google_apis::CreateRelayCallback(get_content_callback),
dummy_file_system.h 67 const google_apis::GetContentCallback& get_content_callback,
sync_client_unittest.cc 48 const google_apis::GetContentCallback& get_content_callback,
61 get_content_callback,
file_system_interface.h 342 // In case of 2), the given FilePath is empty, and |get_content_callback| is
347 // |initialized_callback|, |get_content_callback| and |completion_callback|
352 const google_apis::GetContentCallback& get_content_callback,
file_system.h 131 const google_apis::GetContentCallback& get_content_callback,
job_scheduler.h 162 const google_apis::GetContentCallback& get_content_callback);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 58 // During the downloading |get_content_callback| will be called periodically
61 // |initialized_callback| and |get_content_callback| can be null if not
68 const google_apis::GetContentCallback& get_content_callback,
77 const google_apis::GetContentCallback& get_content_callback,
download_operation.cc 211 const google_apis::GetContentCallback get_content_callback,
214 get_content_callback_(get_content_callback),
250 const google_apis::GetContentCallback& get_content_callback() const { function in class:drive::file_system::DownloadOperation::DownloadCallback
285 const google_apis::GetContentCallback& get_content_callback,
291 initialized_callback, get_content_callback, completion_callback);
320 const google_apis::GetContentCallback& get_content_callback,
326 initialized_callback, get_content_callback, completion_callback);
427 callback.get_content_callback());
download_operation_unittest.cc 287 google_apis::test_util::TestGetContentCallback get_content_callback; local
296 get_content_callback.callback(),
309 get_content_callback.GetConcatenatedData().size());
324 google_apis::test_util::TestGetContentCallback get_content_callback; local
333 get_content_callback.callback(),
345 EXPECT_TRUE(get_content_callback.data().empty());
  /external/chromium_org/chrome/browser/drive/
drive_service_interface.h 267 // If |get_content_callback| is not empty,
269 // turn invoke |get_content_callback| on the calling thread.
274 // |get_content_callback| and |progress_callback| may be null.
279 const google_apis::GetContentCallback& get_content_callback,
drive_api_service.h 115 const google_apis::GetContentCallback& get_content_callback,
dummy_drive_service.cc 105 const GetContentCallback& get_content_callback,
dummy_drive_service.h 71 const google_apis::GetContentCallback& get_content_callback,
gdata_wapi_service.h 111 const google_apis::GetContentCallback& get_content_callback,
gdata_wapi_service.cc 357 const GetContentCallback& get_content_callback,
361 // get_content_callback and progress_callback may be null.
367 get_content_callback,
fake_drive_service.h 146 const google_apis::GetContentCallback& get_content_callback,
  /external/chromium_org/chrome/browser/google_apis/
base_requests.h 450 // get_content_callback:
467 const GetContentCallback& get_content_callback,
base_requests.cc 622 const GetContentCallback& get_content_callback,
628 get_content_callback_(get_content_callback),
634 // get_content_callback may be null.
drive_api_requests.cc 642 const GetContentCallback& get_content_callback,
647 get_content_callback,
gdata_wapi_requests.cc 720 const GetContentCallback& get_content_callback,
727 get_content_callback,
drive_api_requests.h 542 const GetContentCallback& get_content_callback,
gdata_wapi_requests.h 505 const GetContentCallback& get_content_callback,

Completed in 522 milliseconds

1 2