Searched refs:google_apis (Results 51 - 75 of 263) sorted by relevance

1234567891011

/external/chromium_org/google_apis/
H A Dgoogle_apis.target.linux-x86.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-x86_64.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_api_keys.h57 namespace google_apis { namespace
97 } // namespace google_apis
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc14 #include "google_apis/drive/auth_service.h"
15 #include "google_apis/drive/drive_api_parser.h"
16 #include "google_apis/drive/drive_api_requests.h"
17 #include "google_apis/drive/gdata_errorcode.h"
18 #include "google_apis/drive/gdata_wapi_parser.h"
19 #include "google_apis/drive/gdata_wapi_requests.h"
20 #include "google_apis/drive/request_sender.h"
21 #include "google_apis/google_api_keys.h"
25 using google_apis::AboutResourceCallback;
26 using google_apis
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_unittest.cc32 #include "google_apis/drive/drive_api_parser.h"
33 #include "google_apis/drive/test_util.h"
153 google_apis::test_util::CreateCopyResultCallback(&error));
165 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
179 google_apis::test_util::CreateCopyResultCallback(&error));
331 google_apis::test_util::CreateCopyResultCallback(&error));
339 google_apis::GDataErrorCode status = google_apis::GDATA_OTHER_ERROR;
340 scoped_ptr<google_apis::FileResource> server_entry;
343 google_apis
[all...]
H A Djob_scheduler.cc15 #include "google_apis/drive/drive_api_parser.h"
53 struct CreateErrorRunCallbackHelper<void(google_apis::GDataErrorCode, P1)> {
55 const base::Callback<void(google_apis::GDataErrorCode, P1)>& callback,
56 google_apis::GDataErrorCode error) {
64 base::Callback<void(google_apis::GDataErrorCode)>
77 google_apis::ProgressCallback progress_callback;
81 google_apis::CancelCallback RunUploadNewFile(
101 google_apis::ProgressCallback progress_callback;
105 google_apis::CancelCallback RunUploadExistingFile(
122 google_apis
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlist_changes_task.h12 #include "google_apis/drive/gdata_errorcode.h"
18 namespace google_apis { namespace
39 google_apis::GDataErrorCode error,
40 scoped_ptr<google_apis::ChangeList> change_list);
49 ScopedVector<google_apis::ChangeResource> change_list_;
H A Dconflict_resolver.h16 #include "google_apis/drive/gdata_errorcode.h"
22 namespace google_apis { namespace
53 google_apis::GDataErrorCode error);
59 google_apis::GDataErrorCode error);
65 google_apis::GDataErrorCode error,
66 scoped_ptr<google_apis::FileResource> entry);
H A Dsync_engine_initializer.cc18 #include "google_apis/drive/drive_api_parser.h"
19 #include "google_apis/drive/gdata_wapi_parser.h"
29 bool HasNoParents(const google_apis::FileResource& entry) {
33 bool HasFolderAsParent(const google_apis::FileResource& entry,
42 bool LessOnCreationTime(const google_apis::FileResource& left,
43 const google_apis::FileResource& right) {
48 google_apis::GDataErrorCode error,
49 scoped_ptr<google_apis::ResourceList> resources)>
125 google_apis::GDataErrorCode error,
126 scoped_ptr<google_apis
[all...]
H A Dlocal_to_remote_syncer_unittest.cc32 #include "google_apis/drive/drive_api_parser.h"
33 #include "google_apis/drive/gdata_errorcode.h"
136 EXPECT_EQ(google_apis::HTTP_CREATED,
145 EXPECT_EQ(google_apis::HTTP_CREATED,
155 EXPECT_EQ(google_apis::HTTP_SUCCESS,
162 EXPECT_EQ(google_apis::HTTP_NO_CONTENT,
215 ScopedVector<google_apis::ResourceEntry>
218 ScopedVector<google_apis::ResourceEntry> entries;
219 EXPECT_EQ(google_apis::HTTP_SUCCESS,
227 ScopedVector<google_apis
[all...]
H A Dlocal_to_remote_syncer.h17 #include "google_apis/drive/gdata_errorcode.h"
24 namespace google_apis { namespace
76 google_apis::GDataErrorCode error);
80 google_apis::GDataErrorCode error,
82 scoped_ptr<google_apis::FileResource>);
87 google_apis::GDataErrorCode error,
88 scoped_ptr<google_apis::FileResource> entry);
92 google_apis::GDataErrorCode error,
94 scoped_ptr<google_apis::FileResource> entry);
101 google_apis
[all...]
H A Ddrive_uploader_wrapper.cc30 google_apis::ProgressCallback());
48 google_apis::ProgressCallback());
H A Duninstall_app_task.h15 #include "google_apis/drive/gdata_errorcode.h"
21 namespace google_apis { namespace
47 google_apis::GDataErrorCode error);
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_url_util.cc8 #include "google_apis/google_api_keys.h"
25 return net::AppendQueryParameter(url, kApiKeyName, google_apis::GetAPIKey());
/external/chromium_org/google_apis/drive/
H A Dtime_util.h16 namespace google_apis { namespace
33 } // namespace google_apis
H A Ddummy_auth_service.cc5 #include "google_apis/drive/dummy_auth_service.h"
7 namespace google_apis { namespace
43 } // namespace google_apis
H A Dgdata_errorcode.cc5 #include "google_apis/drive/gdata_errorcode.h"
10 namespace google_apis { namespace
93 } // namespace google_apis
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_directory_operation_unittest.cc9 #include "google_apis/drive/test_util.h"
49 google_apis::test_util::CreateCopyResultCallback(&error));
75 google_apis::test_util::CreateCopyResultCallback(&error));
84 google_apis::test_util::CreateCopyResultCallback(&error));
94 google_apis::test_util::CreateCopyResultCallback(&error));
102 google_apis::test_util::CreateCopyResultCallback(&error));
111 google_apis::test_util::CreateCopyResultCallback(&error));
120 google_apis::test_util::CreateCopyResultCallback(&error));
H A Dsearch_operation_unittest.cc12 #include "google_apis/drive/drive_api_parser.h"
13 #include "google_apis/drive/test_util.h"
38 google_apis::test_util::CreateCopyResultCallback(
56 google_apis::GDataErrorCode status = google_apis::GDATA_OTHER_ERROR;
57 scoped_ptr<google_apis::FileResource> server_entry;
62 google_apis::test_util::CreateCopyResultCallback(&status, &server_entry));
64 ASSERT_EQ(google_apis::HTTP_CREATED, status);
78 google_apis::test_util::CreateCopyResultCallback(
99 google_apis
[all...]
H A Dcreate_file_operation_unittest.cc10 #include "google_apis/drive/test_util.h"
29 google_apis::test_util::CreateCopyResultCallback(&error));
67 google_apis::test_util::CreateCopyResultCallback(&error));
76 google_apis::test_util::CreateCopyResultCallback(&error));
85 google_apis::test_util::CreateCopyResultCallback(&error));
94 google_apis::test_util::CreateCopyResultCallback(&error));
103 google_apis::test_util::CreateCopyResultCallback(&error));
123 google_apis::test_util::CreateCopyResultCallback(&error));
137 google_apis::test_util::CreateCopyResultCallback(&error));
150 google_apis
[all...]
H A Ddownload_operation_unittest.cc17 #include "google_apis/drive/test_util.h"
55 google_apis::GetContentCallback(),
56 google_apis::test_util::CreateCopyResultCallback(
84 google_apis::GetContentCallback(),
85 google_apis::test_util::CreateCopyResultCallback(
110 google_apis::GetContentCallback(),
111 google_apis::test_util::CreateCopyResultCallback(
129 google_apis::GetContentCallback(),
130 google_apis::test_util::CreateCopyResultCallback(
175 google_apis
[all...]
H A Ddownload_operation.h13 #include "google_apis/drive/gdata_errorcode.h"
20 namespace google_apis { namespace
22 } // namespace google_apis
69 const google_apis::GetContentCallback& get_content_callback,
78 const google_apis::GetContentCallback& get_content_callback,
99 google_apis::GDataErrorCode gdata_error,
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer.h13 #include "google_apis/drive/gdata_errorcode.h"
19 namespace google_apis { namespace
74 google_apis::GDataErrorCode status);
87 google_apis::GDataErrorCode status,
88 scoped_ptr<google_apis::FileResource> file_resource);
94 google_apis::GDataErrorCode status);
H A Dentry_revert_performer_unittest.cc15 #include "google_apis/drive/test_util.h"
54 google_apis::test_util::CreateCopyResultCallback(&error));
63 google_apis::test_util::CreateCopyResultCallback(&error));
97 google_apis::test_util::CreateCopyResultCallback(&error));
106 google_apis::test_util::CreateCopyResultCallback(&error));
126 google_apis::GDataErrorCode gdata_error = google_apis::GDATA_OTHER_ERROR;
129 google_apis::test_util::CreateCopyResultCallback(&gdata_error));
131 EXPECT_EQ(google_apis::HTTP_SUCCESS, gdata_error);
138 google_apis
[all...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dexternal_filesystem_apitest.cc28 #include "google_apis/drive/drive_api_parser.h"
29 #include "google_apis/drive/test_util.h"
30 #include "google_apis/drive/time_util.h"
104 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
108 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
112 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
116 if (!google_apis::test_util::WriteStringToFile(test_file, kTestFileContent))
120 if (!google_apis::test_util::WriteStringToFile(test_file, ""))
126 scoped_ptr<google_apis::FileResource> UpdateDriveEntryTime(
132 if (!google_apis
[all...]

Completed in 4083 milliseconds

1234567891011