Searched refs:google_apis (Results 1 - 25 of 263) sorted by path

1234567891011

/external/chromium_org/
H A DGypAndroid.darwin-arm.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-arm.mk
H A DGypAndroid.darwin-arm64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-arm64.mk
H A DGypAndroid.darwin-mips.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-mips.mk
H A DGypAndroid.darwin-mips64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-mips64.mk
H A DGypAndroid.darwin-x86.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-x86.mk
H A DGypAndroid.darwin-x86_64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.darwin-x86_64.mk
H A DGypAndroid.linux-arm.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.linux-arm.mk
H A DGypAndroid.linux-arm64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.linux-arm64.mk
H A DGypAndroid.linux-mips.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.linux-mips.mk
H A DGypAndroid.linux-mips64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.linux-mips64.mk
H A DGypAndroid.linux-x86.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.linux-x86.mk
H A DGypAndroid.linux-x86_64.mk91 include $(LOCAL_PATH)/google_apis/google_apis.target.linux-x86_64.mk
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider.cc32 void IgnoreUninstallResult(google_apis::GDataErrorCode) {
H A Ddrive_service_bridge.cc84 GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction),
85 GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction),
86 GURL(google_apis::GDataWapiUrlGenerator::kBaseUrlForProduction),
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader.cc21 #include "google_apis/drive/drive_api_parser.h"
66 google_apis::GDataErrorCode status,
67 scoped_ptr<google_apis::FileList> file_list) {
129 google_apis::GDataErrorCode status,
130 scoped_ptr<google_apis::ChangeList> change_list) {
219 const google_apis::AboutResourceCallback& callback) {
234 google_apis::HTTP_NO_CONTENT,
235 base::Passed(scoped_ptr<google_apis::AboutResource>(
236 new google_apis::AboutResource(*cached_about_resource_)))));
243 const google_apis
[all...]
H A Dchange_list_loader.h17 #include "google_apis/drive/drive_common_callbacks.h"
18 #include "google_apis/drive/gdata_errorcode.h"
28 namespace google_apis { namespace
31 } // namespace google_apis
84 const google_apis::AboutResource* cached_about_resource() const {
93 void GetAboutResource(const google_apis::AboutResourceCallback& callback);
98 void UpdateAboutResource(const google_apis::AboutResourceCallback& callback);
107 google_apis::GDataErrorCode status,
108 scoped_ptr<google_apis::AboutResource> about_resource);
111 scoped_ptr<google_apis
[all...]
H A Dchange_list_loader_unittest.cc23 #include "google_apis/drive/drive_api_parser.h"
24 #include "google_apis/drive/test_util.h"
116 scoped_ptr<google_apis::FileResource> AddNewFile(const std::string& title) {
117 google_apis::GDataErrorCode error = google_apis::GDATA_FILE_ERROR;
118 scoped_ptr<google_apis::FileResource> entry;
125 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
127 EXPECT_EQ(google_apis::HTTP_CREATED, error);
147 google_apis::GDataErrorCode error[6] = {};
148 scoped_ptr<google_apis
[all...]
H A Dchange_list_processor.cc15 #include "google_apis/drive/drive_api_parser.h"
76 ChangeList::ChangeList(const google_apis::ChangeList& change_list)
79 const ScopedVector<google_apis::ChangeResource>& items = change_list.items();
95 ChangeList::ChangeList(const google_apis::FileList& file_list)
98 const ScopedVector<google_apis::FileResource>& items = file_list.items();
124 scoped_ptr<google_apis::AboutResource> about_resource,
199 scoped_ptr<google_apis::AboutResource> about_resource) {
H A Dchange_list_processor.h19 namespace google_apis { namespace
23 } // google_apis
73 explicit ChangeList(const google_apis::ChangeList& change_list);
74 explicit ChangeList(const google_apis::FileList& file_list);
115 FileError Apply(scoped_ptr<google_apis::AboutResource> about_resource,
145 scoped_ptr<google_apis::AboutResource> about_resource);
H A Dchange_list_processor_unittest.cc18 #include "google_apis/drive/drive_api_parser.h"
19 #include "google_apis/drive/test_util.h"
121 scoped_ptr<google_apis::AboutResource> about_resource(
122 new google_apis::AboutResource);
136 scoped_ptr<google_apis::AboutResource> about_resource(
137 new google_apis::AboutResource);
H A Ddebug_info_collector.cc10 #include "google_apis/drive/task_util.h"
115 google_apis::CreateRelayCallback(iteration_callback)),
H A Ddirectory_loader.cc20 #include "google_apis/drive/drive_api_parser.h"
34 const google_apis::AboutResource& about_resource,
124 google_apis::GDataErrorCode status,
125 scoped_ptr<google_apis::FileList> file_list) {
338 google_apis::GDataErrorCode status,
339 scoped_ptr<google_apis::AboutResource> about_resource) {
351 google_apis::AboutResource* about_resource_ptr = about_resource.get();
372 scoped_ptr<google_apis::AboutResource> about_resource,
494 const google_apis::AboutResource* about_resource =
H A Ddirectory_loader.h20 #include "google_apis/drive/drive_common_callbacks.h"
21 #include "google_apis/drive/gdata_errorcode.h"
27 namespace google_apis { namespace
29 } // namespace google_apis
87 google_apis::GDataErrorCode status,
88 scoped_ptr<google_apis::AboutResource> about_resource);
90 scoped_ptr<google_apis::AboutResource> about_resource,
H A Ddirectory_loader_unittest.cc23 #include "google_apis/drive/drive_api_parser.h"
24 #include "google_apis/drive/test_util.h"
112 scoped_ptr<google_apis::FileResource> AddNewFile(const std::string& title) {
113 google_apis::GDataErrorCode error = google_apis::GDATA_FILE_ERROR;
114 scoped_ptr<google_apis::FileResource> entry;
121 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
123 EXPECT_EQ(google_apis::HTTP_CREATED, error);
151 google_apis::test_util::CreateCopyResultCallback(&error));
181 google_apis
[all...]
H A Ddownload_handler_unittest.cc15 #include "google_apis/drive/test_util.h"
87 google_apis::test_util::CreateCopyResultCallback(&substituted_path));
107 google_apis::test_util::CreateCopyResultCallback(&substituted_path));
129 google_apis::test_util::CreateCopyResultCallback(&substituted_path));
148 google_apis::test_util::CreateCopyResultCallback(&substituted_path));
181 google_apis::test_util::CreateCopyResultCallback(&file_exists));
193 google_apis::test_util::CreateCopyResultCallback(&file_exists));

Completed in 1278 milliseconds

1234567891011