Searched refs:google_apis (Results 76 - 100 of 263) sorted by relevance

1234567891011

/external/chromium_org/google_apis/drive/
H A Dgdata_errorcode.h10 namespace google_apis { namespace
44 } // namespace google_apis
H A Dgdata_wapi_url_generator.h14 namespace google_apis { namespace
57 } // namespace google_apis
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation_unittest.cc17 #include "google_apis/drive/drive_api_parser.h"
18 #include "google_apis/drive/test_util.h"
56 google_apis::test_util::WriteStringToFile(local_src_path, "hello"));
67 google_apis::test_util::CreateCopyResultCallback(&error));
89 google_apis::test_util::WriteStringToFile(local_src_path, "hello"));
99 google_apis::test_util::CreateCopyResultCallback(&error));
136 google_apis::test_util::CreateCopyResultCallback(&error));
169 google_apis::test_util::CreateCopyResultCallback(&error));
189 google_apis::GDataErrorCode gdata_error = google_apis
[all...]
H A Dsearch_operation.h14 #include "google_apis/drive/gdata_errorcode.h"
20 namespace google_apis { namespace
22 } // namespace google_apis
59 google_apis::GDataErrorCode gdata_error,
60 scoped_ptr<google_apis::FileList> file_list);
H A Dremove_operation_unittest.cc11 #include "google_apis/drive/test_util.h"
35 google_apis::test_util::CreateCopyResultCallback(&error));
51 google_apis::test_util::CreateCopyResultCallback(&error));
68 google_apis::test_util::CreateCopyResultCallback(&error));
98 google_apis::test_util::CreateCopyResultCallback(&error));
109 google_apis::test_util::CreateCopyResultCallback(&error));
122 google_apis::test_util::CreateCopyResultCallback(&error));
H A Dtruncate_operation_unittest.cc45 google_apis::test_util::CreateCopyResultCallback(&error));
57 google_apis::test_util::CreateCopyResultCallback(&error));
80 google_apis::test_util::CreateCopyResultCallback(&error));
93 google_apis::test_util::CreateCopyResultCallback(&error));
108 google_apis::test_util::CreateCopyResultCallback(&error));
120 google_apis::test_util::CreateCopyResultCallback(&error));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.h16 #include "google_apis/drive/gdata_errorcode.h"
18 namespace google_apis { namespace
23 } // namespace google_apis
92 const google_apis::GetContentCallback& get_content_callback,
124 google_apis::drive::PermissionRole role,
140 const google_apis::GetContentCallback& get_content_callback,
146 const google_apis::GetContentCallback& get_content_callback,
148 google_apis::GDataErrorCode gdata_error,
149 scoped_ptr<google_apis::FileResource> gdata_entry);
152 google_apis
[all...]
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 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 Dsync_client_unittest.cc30 #include "google_apis/drive/drive_api_parser.h"
31 #include "google_apis/drive/test_util.h"
52 virtual google_apis::CancelCallback DownloadFile(
55 const google_apis::DownloadActionCallback& download_action_callback,
56 const google_apis::GetContentCallback& get_content_callback,
57 const google_apis::ProgressCallback& progress_callback) OVERRIDE {
63 google_apis::GDATA_CANCELLED,
65 return google_apis::CancelCallback();
69 google_apis::GDATA_OTHER_ERROR,
71 return 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));
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 Dfile_errors.h10 #include "google_apis/drive/gdata_errorcode.h"
46 FileError GDataToFileError(google_apis::GDataErrorCode status);
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.h15 #include "google_apis/drive/gdata_errorcode.h"
21 namespace google_apis { namespace
23 } // namespace google_apis
68 google_apis::GDataErrorCode status,
69 scoped_ptr<google_apis::FileResource> entry);
H A Dentry_update_performer.h13 #include "google_apis/drive/gdata_errorcode.h"
20 namespace google_apis { namespace
22 } // namespace google_apis
77 google_apis::GDataErrorCode status,
78 scoped_ptr<google_apis::FileResource> entry);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver_unittest.cc31 #include "google_apis/drive/drive_api_parser.h"
32 #include "google_apis/drive/gdata_errorcode.h"
130 EXPECT_EQ(google_apis::HTTP_CREATED,
139 EXPECT_EQ(google_apis::HTTP_CREATED,
149 EXPECT_EQ(google_apis::HTTP_SUCCESS,
161 google_apis::GDataErrorCode AddFileToFolder(
164 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
173 scoped_ptr<google_apis::FileResource> entry;
174 EXPECT_EQ(google_apis
[all...]
H A Ddrive_backend_sync_unittest.cc34 #include "google_apis/drive/drive_api_parser.h"
324 scoped_ptr<google_apis::AboutResource> about_resource;
325 EXPECT_EQ(google_apis::HTTP_SUCCESS,
407 google_apis::GDataErrorCode error =
410 EXPECT_EQ(google_apis::HTTP_NOT_FOUND, error);
414 EXPECT_EQ(google_apis::HTTP_SUCCESS, error);
416 ScopedVector<google_apis::ResourceEntry> remote_entries;
417 EXPECT_EQ(google_apis::HTTP_SUCCESS,
420 std::map<std::string, const google_apis::ResourceEntry*> app_root_by_title;
421 for (ScopedVector<google_apis
[all...]
H A Dlist_changes_task_unittest.cc22 #include "google_apis/drive/drive_api_parser.h"
105 ASSERT_EQ(google_apis::HTTP_SUCCESS,
109 ASSERT_EQ(google_apis::HTTP_SUCCESS,
115 ASSERT_EQ(google_apis::HTTP_CREATED,
120 ASSERT_EQ(google_apis::HTTP_SUCCESS,
124 ASSERT_EQ(google_apis::HTTP_SUCCESS,
130 ASSERT_EQ(google_apis::HTTP_SUCCESS,
134 ASSERT_EQ(google_apis::HTTP_NO_CONTENT,
156 ASSERT_EQ(google_apis::HTTP_CREATED,
159 ASSERT_EQ(google_apis
[all...]
H A Dremote_to_local_syncer.h20 #include "google_apis/drive/gdata_errorcode.h"
27 namespace google_apis { namespace
119 google_apis::GDataErrorCode error,
120 scoped_ptr<google_apis::FileResource> entry);
168 google_apis::GDataErrorCode error,
169 scoped_ptr<google_apis::FileList> file_list);
184 google_apis::GDataErrorCode error,
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest_chromeos.cc15 #include "google_apis/drive/drive_api_parser.h"
16 #include "google_apis/drive/test_util.h"
54 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
92 scoped_ptr<google_apis::FileResource> entry;
93 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
96 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
98 return error == google_apis::HTTP_CREATED && entry;
103 scoped_ptr<google_apis::FileResource> entry;
104 google_apis
[all...]
/external/chromium_org/google_apis/
H A Dgoogle_apis.target.darwin-arm.mk26 google_apis/gaia/account_tracker.cc \
27 google_apis/gaia/gaia_auth_consumer.cc \
28 google_apis/gaia/gaia_auth_fetcher.cc \
29 google_apis/gaia/gaia_auth_util.cc \
30 google_apis/gaia/gaia_constants.cc \
31 google_apis/gaia/gaia_oauth_client.cc \
32 google_apis/gaia/gaia_switches.cc \
33 google_apis/gaia/gaia_urls.cc \
34 google_apis/gaia/google_service_auth_error.cc \
35 google_apis/gai
[all...]
H A Dgoogle_apis.target.linux-arm.mk26 google_apis/gaia/account_tracker.cc \
27 google_apis/gaia/gaia_auth_consumer.cc \
28 google_apis/gaia/gaia_auth_fetcher.cc \
29 google_apis/gaia/gaia_auth_util.cc \
30 google_apis/gaia/gaia_constants.cc \
31 google_apis/gaia/gaia_oauth_client.cc \
32 google_apis/gaia/gaia_switches.cc \
33 google_apis/gaia/gaia_urls.cc \
34 google_apis/gaia/google_service_auth_error.cc \
35 google_apis/gai
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry_unittest.cc14 #include "google_apis/drive/drive_api_parser.h"
15 #include "google_apis/drive/gdata_wapi_parser.h"
16 #include "google_apis/drive/test_util.h"
123 google_apis::test_util::LoadJSONFile("drive/applist.json");
124 scoped_ptr<google_apis::AppList> app_list(
125 google_apis::AppList::CreateFrom(*app_info_value));
203 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
206 google_apis::test_util::CreateCopyResultCallback(&error));
208 EXPECT_EQ(error, google_apis
[all...]
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.cc12 #include "google_apis/google_api_keys.h"
69 google_apis::GetOAuth2ClientID(google_apis::CLIENT_REMOTING);
71 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_REMOTING);
118 host_client_id = google_apis::GetOAuth2ClientID(
119 google_apis::CLIENT_REMOTING_HOST);
149 google_apis::GetOAuth2ClientID(
150 google_apis::CLIENT_REMOTING_HOST);
152 google_apis
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_misc.h13 #include "google_apis/drive/gdata_errorcode.h"
15 namespace google_apis { namespace
133 scoped_ptr<google_apis::AuthServiceInterface> auth_service_;
135 void OnAccessTokenFetched(google_apis::GDataErrorCode code,

Completed in 1938 milliseconds

1234567891011