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

  /external/chromium_org/google_apis/drive/
drive_api_requests.h 169 virtual bool GetContentData(std::string* upload_content_type,
240 virtual bool GetContentData(std::string* upload_content_type,
293 virtual bool GetContentData(std::string* upload_content_type,
609 virtual bool GetContentData(std::string* upload_content_type,
691 virtual bool GetContentData(std::string* upload_content_type,
749 virtual bool GetContentData(std::string* upload_content_type,
882 virtual bool GetContentData(std::string* upload_content_type,
drive_api_requests.cc 207 bool FilesInsertRequest::GetContentData(std::string* upload_content_type,
279 bool FilesPatchRequest::GetContentData(std::string* upload_content_type,
341 bool FilesCopyRequest::GetContentData(std::string* upload_content_type,
591 bool ChildrenInsertRequest::GetContentData(std::string* upload_content_type,
655 bool InitiateUploadNewFileRequest::GetContentData(
722 bool InitiateUploadExistingFileRequest::GetContentData(
861 bool PermissionsInsertRequest::GetContentData(std::string* upload_content_type,
base_requests.cc 255 if (GetContentData(&upload_content_type, &upload_content)) {
295 bool UrlFetchRequestBase::GetContentData(std::string* upload_content_type,
base_requests.h 159 virtual bool GetContentData(std::string* upload_content_type,
166 // Note that this and GetContentData() cannot be used together.

Completed in 237 milliseconds