OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DriveApiUrlGenerator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/drive/
drive_api_url_generator.h
16
class
DriveApiUrlGenerator
{
20
DriveApiUrlGenerator
(const GURL& base_url, const GURL& base_download_url);
21
~
DriveApiUrlGenerator
();
drive_api_url_generator.cc
39
DriveApiUrlGenerator
::
DriveApiUrlGenerator
(const GURL& base_url,
46
DriveApiUrlGenerator
::~
DriveApiUrlGenerator
() {
50
const char
DriveApiUrlGenerator
::kBaseUrlForProduction[] =
52
const char
DriveApiUrlGenerator
::kBaseDownloadUrlForProduction[] =
55
GURL
DriveApiUrlGenerator
::GetAboutGetUrl() const {
59
GURL
DriveApiUrlGenerator
::GetAppsListUrl() const {
63
GURL
DriveApiUrlGenerator
::GetFilesGetUrl(const std::string& file_id) const {
67
GURL
DriveApiUrlGenerator
::GetFilesInsertUrl() const
[
all
...]
Completed in 24 milliseconds