Home | History | Annotate | Download | only in drive_backend

Lines Matching refs:folder_id

68     std::string* folder_id) {
70 GDataErrorCode error = AddFolder(root_folder_id, title, folder_id);
76 root_folder_id, *folder_id,
80 if (error != google_apis::HTTP_NO_CONTENT && folder_id)
88 std::string* folder_id) {
97 if (error == google_apis::HTTP_CREATED && folder_id)
98 *folder_id = folder->file_id();
235 const std::string& folder_id,
240 folder_id,
250 const std::string& folder_id,
256 title, folder_id,