HomeSort by relevance Sort by last modified time
    Searched refs:get_content_callback_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/google_apis/drive/
base_requests.h 111 const GetContentCallback get_content_callback_; member in class:google_apis::ResponseWriter
482 const GetContentCallback get_content_callback_; member in class:google_apis::DownloadFileRequestBase
base_requests.cc 115 : get_content_callback_(get_content_callback),
142 if (!get_content_callback_.is_null()) {
143 get_content_callback_.Run(
697 get_content_callback_(get_content_callback),
718 *get_content_callback = get_content_callback_;
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 269 get_content_callback_(get_content_callback),
312 return get_content_callback_;
327 const google_apis::GetContentCallback get_content_callback_; member in class:drive::file_system::DownloadOperation::DownloadParams

Completed in 255 milliseconds