Home
last modified time | relevance | path

Searched refs:kDriveV2FileTrashUrlFormat (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/drive/
H A Ddrive_api_url_generator.cc32 const char kDriveV2FileTrashUrlFormat[] = "drive/v2/files/%s/trash"; variable
195 kDriveV2FileTrashUrlFormat, net::EscapePath(file_id).c_str())); in GetFilesTrashUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/drive/
H A Ddrive_api_url_generator.cc33 const char kDriveV2FileTrashUrlFormat[] = "drive/v2/files/%s/trash"; variable
196 kDriveV2FileTrashUrlFormat, net::EscapePath(file_id).c_str())); in GetFilesTrashUrl()