Searched refs:google_apis (Results 26 - 50 of 263) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.cc12 const google_apis::GetContentCallback& get_content_callback,
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 Dfile_task_executor_unittest.cc14 #include "google_apis/drive/drive_api_parser.h"
15 #include "google_apis/drive/test_util.h"
50 google_apis::GDataErrorCode result = google_apis::GDATA_OTHER_ERROR;
51 scoped_ptr<google_apis::FileResource> file;
59 google_apis::test_util::CreateCopyResultCallback(&result, &file));
61 if (result != google_apis::HTTP_CREATED)
65 google_apis::GDataErrorCode result = google_apis::GDATA_OTHER_ERROR;
66 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 Dfake_file_system_unittest.cc13 #include "google_apis/drive/test_util.h"
39 google_apis::test_util::TestGetContentCallback get_content_callback;
48 google_apis::test_util::CreateCopyResultCallback(
51 google_apis::test_util::CreateCopyResultCallback(&completion_error));
74 google_apis::test_util::CreateCopyResultCallback(
77 google_apis::test_util::CreateCopyResultCallback(&completion_error));
101 google_apis::test_util::TestGetContentCallback get_content_callback;
105 google_apis::test_util::CreateCopyResultCallback(
108 google_apis::test_util::CreateCopyResultCallback(&completion_error));
120 google_apis
[all...]
/external/chromium_org/google_apis/drive/
H A Drequest_util.cc5 #include "google_apis/drive/request_util.h"
9 namespace google_apis { namespace
26 } // namespace google_apis
H A Dtask_util.cc5 #include "google_apis/drive/task_util.h"
9 namespace google_apis { namespace
17 } // namespace google_apis
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_uploader_on_worker.h35 virtual google_apis::CancelCallback UploadNewFile(
42 const google_apis::ProgressCallback& progress_callback) OVERRIDE;
44 virtual google_apis::CancelCallback UploadExistingFile(
50 const google_apis::ProgressCallback& progress_callback) OVERRIDE;
53 virtual google_apis::CancelCallback ResumeUploadFile(
58 const google_apis::ProgressCallback& progress_callback) OVERRIDE;
H A Dfolder_creator.h14 #include "google_apis/drive/gdata_errorcode.h"
20 namespace google_apis { namespace
47 google_apis::GDataErrorCode error,
48 scoped_ptr<google_apis::FileResource> entry);
50 ScopedVector<google_apis::FileResource> candidates,
51 google_apis::GDataErrorCode error,
52 scoped_ptr<google_apis::FileList> file_list);
H A Dfolder_creator.cc11 #include "google_apis/drive/drive_api_parser.h"
12 #include "google_apis/drive/gdata_wapi_parser.h"
19 namespace google_apis { namespace
52 google_apis::GDataErrorCode error,
53 scoped_ptr<google_apis::FileResource> entry) {
64 base::Passed(ScopedVector<google_apis::FileResource>())));
69 ScopedVector<google_apis::FileResource> candidates,
70 google_apis::GDataErrorCode error,
71 scoped_ptr<google_apis::FileList> file_list) {
99 const google_apis
[all...]
H A Dsync_engine_initializer_unittest.cc22 #include "google_apis/drive/drive_api_parser.h"
23 #include "google_apis/drive/gdata_wapi_parser.h"
40 scoped_ptr<google_apis::FileResource> resource;
106 const google_apis::FileResource& sync_root,
107 const google_apis::FileResource** app_roots,
117 ScopedVector<google_apis::FileResource> app_root_list;
120 const_cast<google_apis::FileResource*>(app_roots[i]));
130 scoped_ptr<google_apis::FileResource> CreateRemoteFolder(
133 google_apis::GDataErrorCode error = google_apis
[all...]
H A Dfake_drive_uploader.cc12 #include "google_apis/drive/drive_api_parser.h"
17 using google_apis::CancelCallback;
18 using google_apis::FileResource;
19 using google_apis::FileResourceCallback;
20 using google_apis::GDataErrorCode;
21 using google_apis::ProgressCallback;
30 ASSERT_EQ(google_apis::HTTP_CREATED, error);
38 ASSERT_EQ(google_apis::HTTP_CREATED, error);
43 google_apis::HTTP_SUCCESS,
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer_unittest.cc14 #include "google_apis/drive/drive_api_parser.h"
15 #include "google_apis/drive/test_util.h"
36 google_apis::test_util::CreateCopyResultCallback(&error));
47 google_apis::test_util::CreateCopyResultCallback(&error));
52 google_apis::GDataErrorCode gdata_error = google_apis::GDATA_OTHER_ERROR;
53 scoped_ptr<google_apis::FileResource> gdata_entry;
56 google_apis::test_util::CreateCopyResultCallback(&gdata_error,
59 ASSERT_EQ(google_apis::HTTP_SUCCESS, gdata_error);
66 google_apis
[all...]
H A Dentry_update_performer_unittest.cc19 #include "google_apis/drive/drive_api_parser.h"
20 #include "google_apis/drive/test_util.h"
43 !google_apis::test_util::WriteStringToFile(path, content))
55 google_apis::test_util::CreateCopyResultCallback(&error));
94 google_apis::test_util::CreateCopyResultCallback(&error));
103 google_apis::test_util::CreateCopyResultCallback(&error));
108 google_apis::GDataErrorCode gdata_error = google_apis::GDATA_OTHER_ERROR;
109 scoped_ptr<google_apis::FileResource> gdata_entry;
112 google_apis
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_util_unittest.cc9 #include "google_apis/drive/drive_api_parser.h"
10 #include "google_apis/drive/gdata_wapi_parser.h"
11 #include "google_apis/drive/test_util.h"
83 google_apis::FileResource file_resource;
91 google_apis::ParentReference parent;
96 scoped_ptr<google_apis::ResourceEntry> entry(
100 if (entry->links()[i]->type() == google_apis::Link::LINK_PARENT)
108 google_apis::FileResource file_resource_all_fields;
109 google_apis::FileResource file_resource_zero_fields;
110 google_apis
[all...]
H A Ddrive_app_registry.h17 #include "google_apis/drive/gdata_errorcode.h"
20 namespace google_apis { namespace
22 } // namespace google_apis
69 typedef base::Callback<void(google_apis::GDataErrorCode)> UninstallCallback;
101 void UpdateFromAppList(const google_apis::AppList& app_list);
109 void UpdateAfterGetAppList(google_apis::GDataErrorCode gdata_error,
110 scoped_ptr<google_apis::AppList> app_list);
115 google_apis::GDataErrorCode error);
H A Ddummy_drive_service.cc9 using google_apis::AboutResourceCallback;
10 using google_apis::AppListCallback;
11 using google_apis::AuthStatusCallback;
12 using google_apis::AuthorizeAppCallback;
13 using google_apis::CancelCallback;
14 using google_apis::ChangeListCallback;
15 using google_apis::DownloadActionCallback;
16 using google_apis::EntryActionCallback;
17 using google_apis::FileListCallback;
18 using google_apis
[all...]
/external/chromium_org/google_apis/
H A Dgoogle_apis.target.darwin-arm64.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.darwin-mips.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.darwin-mips64.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.darwin-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.darwin-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_apis.target.linux-arm64.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-mips.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-mips64.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...]

Completed in 482 milliseconds

1234567891011