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

  /external/chromium_org/google_apis/drive/
drive_api_url_generator.cc 48 DriveApiUrlGenerator::DriveApiUrlGenerator(const GURL& base_url,
55 DriveApiUrlGenerator::~DriveApiUrlGenerator() {
59 const char DriveApiUrlGenerator::kBaseUrlForProduction[] =
61 const char DriveApiUrlGenerator::kBaseDownloadUrlForProduction[] =
64 GURL DriveApiUrlGenerator::GetAboutGetUrl() const {
68 GURL DriveApiUrlGenerator::GetAppsListUrl(bool use_internal_endpoint) const {
73 GURL DriveApiUrlGenerator::GetAppsDeleteUrl(const std::string& app_id) const {
78 GURL DriveApiUrlGenerator::GetFilesGetUrl(const std::string& file_id) const
    [all...]
drive_api_requests.h 77 const DriveApiUrlGenerator& url_generator,
90 const DriveApiUrlGenerator url_generator_;
103 const DriveApiUrlGenerator& url_generator,
121 const DriveApiUrlGenerator url_generator_;
138 const DriveApiUrlGenerator& url_generator,
176 const DriveApiUrlGenerator url_generator_;
195 const DriveApiUrlGenerator& url_generator,
247 const DriveApiUrlGenerator url_generator_;
270 const DriveApiUrlGenerator& url_generator,
300 const DriveApiUrlGenerator url_generator_
    [all...]
drive_api_url_generator.h 16 class DriveApiUrlGenerator {
20 DriveApiUrlGenerator(const GURL& base_url, const GURL& base_download_url);
21 ~DriveApiUrlGenerator();
drive_api_requests.cc 150 const DriveApiUrlGenerator& url_generator,
169 const DriveApiUrlGenerator& url_generator,
192 const DriveApiUrlGenerator& url_generator,
251 const DriveApiUrlGenerator& url_generator,
321 const DriveApiUrlGenerator& url_generator,
376 const DriveApiUrlGenerator& url_generator,
418 const DriveApiUrlGenerator& url_generator,
446 const DriveApiUrlGenerator& url_generator,
469 const DriveApiUrlGenerator& url_generator,
488 const DriveApiUrlGenerator& url_generator
    [all...]
drive_api_url_generator_unittest.cc 17 GURL(DriveApiUrlGenerator::kBaseUrlForProduction),
18 GURL(DriveApiUrlGenerator::kBaseDownloadUrlForProduction)),
25 DriveApiUrlGenerator url_generator_;
26 DriveApiUrlGenerator test_url_generator_;
drive_api_requests_unittest.cc 105 url_generator_.reset(new DriveApiUrlGenerator(
117 scoped_ptr<DriveApiUrlGenerator> url_generator_;
    [all...]
  /external/chromium_org/chrome/browser/apps/drive/
drive_service_bridge.cc 84 GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
85 GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 200 google_apis::DriveApiUrlGenerator url_generator_;
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 244 GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
245 GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.cc 271 GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
272 GURL(google_apis::DriveApiUrlGenerator::
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.cc 176 GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
177 GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
    [all...]

Completed in 3550 milliseconds