Searched refs:google_apis (Results 176 - 200 of 263) sorted by relevance

1234567891011

/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.cc16 #include "google_apis/google_api_keys.h"
45 // The google_apis functions check the command-line arguments to make sure no
57 env, google_apis::GetAPIKey().c_str()).Release();
62 env, google_apis::GetOAuth2ClientID(
63 google_apis::CLIENT_REMOTING).c_str()).Release();
68 env, google_apis::GetOAuth2ClientSecret(
69 google_apis::CLIENT_REMOTING).c_str()).Release();
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc21 #include "google_apis/drive/gdata_errorcode.h"
218 google_apis::GDataErrorCode gdata_error,
265 const google_apis::GetContentCallback get_content_callback,
311 const google_apis::GetContentCallback& get_content_callback() const {
327 const google_apis::GetContentCallback get_content_callback_;
361 const google_apis::GetContentCallback& get_content_callback,
402 const google_apis::GetContentCallback& get_content_callback,
490 google_apis::GDataErrorCode gdata_error,
H A Dtruncate_operation.cc99 google_apis::GetContentCallback(),
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service_unittest.cc19 #include "google_apis/drive/drive_api_parser.h"
20 #include "google_apis/drive/test_util.h"
23 using google_apis::AboutResource;
24 using google_apis::AppList;
25 using google_apis::ChangeList;
26 using google_apis::ChangeResource;
27 using google_apis::FileList;
28 using google_apis::FileResource;
29 using google_apis::GDATA_NO_CONNECTION;
30 using google_apis
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache_unittest.cc22 #include "google_apis/drive/test_util.h"
176 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
230 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
274 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
324 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
405 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
421 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(cache_file_path,
478 EXPECT_TRUE(google_apis::test_util::WriteStringToFile(src_file_path,
505 ASSERT_TRUE(google_apis::test_util::WriteStringToFile(
509 ASSERT_TRUE(google_apis
[all...]
H A Dfile_system.cc36 #include "google_apis/drive/drive_api_parser.h"
233 // Adapter for using FileOperationCallback as google_apis::EntryActionCallback.
236 google_apis::GDataErrorCode error) {
570 google_apis::GetContentCallback(),
585 const google_apis::GetContentCallback& get_content_callback,
672 google_apis::GDataErrorCode status,
673 scoped_ptr<google_apis::AboutResource> about_resource) {
742 google_apis::GDataErrorCode status,
926 google_apis::drive::PermissionRole role,
950 google_apis
[all...]
H A Dfile_system_interface.h15 #include "google_apis/drive/base_requests.h"
16 #include "google_apis/drive/drive_api_requests.h"
342 const google_apis::GetContentCallback& get_content_callback,
419 google_apis::drive::PermissionRole role,
H A Dfile_write_watcher.cc16 #include "google_apis/drive/task_util.h"
108 google_apis::CreateRelayCallback(on_start_callback),
109 google_apis::CreateRelayCallback(on_write_callback)));
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)),
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc28 #include "google_apis/drive/auth_service.h"
848 google_apis::GDataErrorCode code,
915 google_apis::drive::PermissionRole role =
916 google_apis::drive::PERMISSION_ROLE_READER;
922 role = google_apis::drive::PERMISSION_ROLE_WRITER;
925 role = google_apis::drive::PERMISSION_ROLE_COMMENTER;
928 role = google_apis::drive::PERMISSION_ROLE_READER;
999 google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction +
1011 new google_apis::AuthService(oauth2_token_service,
1020 google_apis
[all...]
H A Dprivate_api_misc.cc40 #include "google_apis/drive/auth_service.h"
331 auth_service_.reset(new google_apis::AuthService(
345 google_apis::GDataErrorCode code,
349 if (code == google_apis::HTTP_SUCCESS) {
360 google_apis::GDataErrorCodeToString(code).c_str());
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dremote_to_local_syncer.cc27 #include "google_apis/drive/drive_api_parser.h"
28 #include "google_apis/drive/gdata_wapi_parser.h"
403 google_apis::GDataErrorCode error,
404 scoped_ptr<google_apis::FileResource> entry) {
409 error != google_apis::HTTP_NOT_FOUND) {
414 if (error == google_apis::HTTP_NOT_FOUND) {
654 google_apis::GDataErrorCode error,
655 scoped_ptr<google_apis::FileList> file_list) {
669 for (ScopedVector<google_apis::FileResource>::const_iterator itr =
792 google_apis
[all...]
H A Dremote_to_local_syncer_unittest.cc30 #include "google_apis/drive/gdata_errorcode.h"
137 EXPECT_EQ(google_apis::HTTP_CREATED,
146 EXPECT_EQ(google_apis::HTTP_CREATED,
156 EXPECT_EQ(google_apis::HTTP_SUCCESS,
163 EXPECT_EQ(google_apis::HTTP_NO_CONTENT,
H A Dmetadata_database.cc35 #include "google_apis/drive/drive_api_parser.h"
87 const google_apis::FileResource& file_resource,
90 for (std::vector<google_apis::ParentReference>::const_iterator itr =
115 const google_apis::FileResource& resource) {
132 const google_apis::ChangeResource& change) {
615 const google_apis::FileResource& sync_root_folder,
616 const ScopedVector<google_apis::FileResource>& app_root_folders) {
878 ScopedVector<google_apis::ChangeResource> changes) {
882 const google_apis::ChangeResource& change = *changes[i];
898 const google_apis
[all...]
/external/chromium_org/google_apis/
H A Dgoogle_api_keys_unittest.cc13 #include "google_apis/google_api_keys.h"
16 #include "google_apis/gaia/gaia_switches.h"
102 EnvironmentCache env_cache_[3 + 2 * google_apis::CLIENT_NUM_ITEMS];
133 #include "google_apis/google_api_keys.cc"
138 namespace testcase = official_build::google_apis;
230 #include "google_apis/google_api_keys.cc"
235 namespace testcase = default_keys::google_apis;
296 #include "google_apis/google_api_keys.cc"
301 namespace testcase = override_some_keys::google_apis;
369 #include "google_apis/google_api_key
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_update_performer.cc20 #include "google_apis/drive/drive_api_parser.h"
121 scoped_ptr<google_apis::FileResource> file_resource,
361 google_apis::GDataErrorCode status,
362 scoped_ptr<google_apis::FileResource> entry) {
366 if (status == google_apis::HTTP_FORBIDDEN) {
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_watcher.cc9 #include "google_apis/drive/task_util.h"
94 google_apis::CreateRelayCallback(file_watcher_callback)),
H A Dsnapshot_manager.cc13 #include "google_apis/drive/task_util.h"
81 google_apis::CreateRelayCallback(callback)));
189 google_apis::CreateRelayCallback(
/external/chromium_org/chrome/browser/extensions/api/system_private/
H A Dsystem_private_api.cc14 #include "google_apis/google_api_keys.h"
138 SetResult(new base::StringValue(google_apis::GetAPIKey()));
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_requester.cc14 #include "google_apis/google_api_keys.h"
106 google_apis::GetOAuth2ClientID(google_apis::CLIENT_CLOUD_PRINT);
108 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_CLOUD_PRINT);
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_script.cc18 #include "google_apis/google_api_keys.h"
128 google_apis::GetAPIKey().c_str());
/external/chromium_org/google_apis/drive/
H A Dbase_requests_server_unittest.cc5 #include "google_apis/drive/base_requests.h"
13 #include "google_apis/drive/dummy_auth_service.h"
14 #include "google_apis/drive/request_sender.h"
15 #include "google_apis/drive/task_util.h"
16 #include "google_apis/drive/test_util.h"
23 namespace google_apis { namespace
131 } // namespace google_apis
H A Dbase_requests_unittest.cc5 #include "google_apis/drive/base_requests.h"
12 #include "google_apis/drive/dummy_auth_service.h"
13 #include "google_apis/drive/request_sender.h"
14 #include "google_apis/drive/test_util.h"
21 namespace google_apis { namespace
139 } // namespace google_apis
H A Dtest_util.cc5 #include "google_apis/drive/test_util.h"
18 #include "google_apis/drive/drive_api_parser.h"
19 #include "google_apis/drive/gdata_wapi_parser.h"
20 #include "google_apis/drive/gdata_wapi_requests.h"
25 namespace google_apis { namespace
178 void TestGetContentCallback::OnGetContent(google_apis::GDataErrorCode error,
184 } // namespace google_apis

Completed in 4625 milliseconds

1234567891011