Searched refs:google_apis (Results 126 - 150 of 263) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dasync_file_util.cc15 #include "google_apis/drive/task_util.h"
22 namespace google_apis { namespace
25 // Partial specialization of helper template from google_apis/drive/task_util.h
26 // to enable google_apis::CreateRelayCallback to work with CreateOrOpenCallback.
38 } // namespace google_apis
60 base::Bind(&google_apis::RunTaskWithTaskRunner,
77 base::Bind(&google_apis::RunTaskWithTaskRunner,
150 google_apis::CreateRelayCallback(
172 google_apis::CreateRelayCallback(
195 google_apis
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dmove_operation.h15 #include "google_apis/drive/gdata_errorcode.h"
22 namespace google_apis { namespace
24 } // namespace google_apis
H A Dsearch_operation.cc21 #include "google_apis/drive/drive_api_parser.h"
36 scoped_ptr<google_apis::FileList> file_list,
41 const ScopedVector<google_apis::FileResource>& entries = file_list->items();
121 google_apis::GDataErrorCode gdata_error,
122 scoped_ptr<google_apis::FileList> file_list) {
H A Dtouch_operation.h13 #include "google_apis/drive/gdata_errorcode.h"
21 namespace google_apis { namespace
23 } // namespace google_apis
H A Dtouch_operation_unittest.cc14 #include "google_apis/drive/test_util.h"
40 google_apis::test_util::CreateCopyResultCallback(&error));
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.cc16 #include "google_apis/drive/drive_api_parser.h"
26 google_apis::GDataErrorCode status,
27 scoped_ptr<google_apis::FileResource> file_resource,
147 google_apis::GDataErrorCode status,
148 scoped_ptr<google_apis::FileResource> entry) {
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.h23 namespace google_apis { namespace
177 void OnAccessTokenFetched(google_apis::GDataErrorCode code,
235 void OnTokenFetched(google_apis::GDataErrorCode code,
240 scoped_ptr<google_apis::AuthService> auth_service_;
/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils_unittest.cc13 #include "google_apis/drive/test_util.h"
21 google_apis::test_util::LoadJSONFile("chromeos/net/proxy_config.json");
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_test_util.h10 #include "google_apis/drive/gdata_errorcode.h"
12 namespace google_apis { namespace
H A Duninstall_app_task.cc18 #include "google_apis/drive/drive_api_parser.h"
19 #include "google_apis/drive/gdata_wapi_parser.h"
80 google_apis::GDataErrorCode error) {
83 error != google_apis::HTTP_NOT_FOUND) {
H A Dlist_changes_task.cc22 #include "google_apis/drive/drive_api_parser.h"
23 #include "google_apis/drive/gdata_wapi_parser.h"
61 google_apis::GDataErrorCode error,
62 scoped_ptr<google_apis::ChangeList> change_list) {
78 std::vector<google_apis::ChangeResource*> changes;
H A Ddrive_backend_util.h16 #include "google_apis/drive/gdata_errorcode.h"
19 namespace google_apis { namespace
48 google_apis::GDataErrorCode error);
/external/chromium_org/google_apis/drive/
H A Ddrive_common_callbacks.h11 #include "google_apis/drive/base_requests.h"
13 namespace google_apis { namespace
55 } // namespace google_apis
H A Ddummy_auth_service.h9 #include "google_apis/drive/auth_service_interface.h"
11 namespace google_apis { namespace
41 } // namespace google_apis
H A Dgdata_wapi_requests.h10 #include "google_apis/drive/base_requests.h"
11 #include "google_apis/drive/gdata_wapi_url_generator.h"
13 namespace google_apis { namespace
57 } // namespace google_apis
/external/chromium_org/google_apis/gaia/
H A Dgaia_urls.cc5 #include "google_apis/gaia/gaia_urls.h"
9 #include "google_apis/gaia/gaia_switches.h"
10 #include "google_apis/google_api_keys.h"
87 google_apis::GetOAuth2ClientID(google_apis::CLIENT_MAIN);
89 google_apis::GetOAuth2ClientSecret(google_apis::CLIENT_MAIN);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwrite_on_cache_file_unittest.cc11 #include "google_apis/drive/test_util.h"
73 google_apis::test_util::CreateCopyResultCallback(&error, &path));
95 google_apis::test_util::CreateCopyResultCallback(&error, &path));
H A Dfile_system.h17 #include "google_apis/drive/gdata_errorcode.h"
25 namespace google_apis { namespace
28 } // namespace google_apis
132 const google_apis::GetContentCallback& get_content_callback,
157 google_apis::drive::PermissionRole role,
211 google_apis::GDataErrorCode status,
212 scoped_ptr<google_apis::AboutResource> about_resource);
232 google_apis::GDataErrorCode status,
237 google_apis::drive::PermissionRole role,
H A Dsearch_metadata_unittest.cc171 google_apis::test_util::CreateCopyResultCallback(
188 google_apis::test_util::CreateCopyResultCallback(
210 google_apis::test_util::CreateCopyResultCallback(
229 google_apis::test_util::CreateCopyResultCallback(
255 google_apis::test_util::CreateCopyResultCallback(
274 google_apis::test_util::CreateCopyResultCallback(
292 google_apis::test_util::CreateCopyResultCallback(
312 google_apis::test_util::CreateCopyResultCallback(
329 google_apis::test_util::CreateCopyResultCallback(
348 google_apis
[all...]
H A Dlocal_file_reader_unittest.cc17 #include "google_apis/drive/test_util.h"
73 ASSERT_TRUE(google_apis::test_util::CreateFileOfSpecifiedSize(
89 ASSERT_TRUE(google_apis::test_util::CreateFileOfSpecifiedSize(
H A Dfile_task_executor.h15 #include "google_apis/drive/gdata_errorcode.h"
57 google_apis::GDataErrorCode error,
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_api.cc13 #include "google_apis/google_api_keys.h"
126 google_apis::GetOAuth2ClientID(google_apis::CLIENT_CLOUD_PRINT)));
/external/chromium_org/components/copresence/rpc/
H A Dhttp_post.cc11 #include "google_apis/google_api_keys.h"
43 DCHECK(google_apis::HasKeysConfigured());
44 api_key = google_apis::GetAPIKey();
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc35 #include "google_apis/drive/auth_service.h"
36 #include "google_apis/drive/drive_api_parser.h"
37 #include "google_apis/drive/gdata_errorcode.h"
38 #include "google_apis/drive/time_util.h"
89 google_apis::util::FormatTimeAsStringLocaltime(last_modified));
150 google_apis::util::FormatTimeAsString(last_modified).c_str());
152 google_apis::util::FormatTimeAsString(last_accessed).c_str());
154 google_apis::util::FormatTimeAsString(creation_time).c_str());
276 google_apis::GDataErrorCode status,
277 scoped_ptr<google_apis
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dping_manager_unittest.cc10 #include "google_apis/google_api_keys.h"
26 std::string key = google_apis::GetAPIKey();

Completed in 4782 milliseconds

1234567891011