HomeSort by relevance Sort by last modified time
    Searched defs:google_apis (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 13 #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,
move_operation.h 15 #include "google_apis/drive/gdata_errorcode.h"
22 namespace google_apis { namespace
24 } // namespace google_apis
search_operation.h 14 #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);
touch_operation.h 13 #include "google_apis/drive/gdata_errorcode.h"
21 namespace google_apis { namespace
23 } // namespace google_apis
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_revert_performer.h 15 #include "google_apis/drive/gdata_errorcode.h"
21 namespace google_apis { namespace
23 } // namespace google_apis
67 google_apis::GDataErrorCode status,
68 scoped_ptr<google_apis::FileResource> entry);
entry_update_performer.h 13 #include "google_apis/drive/gdata_errorcode.h"
20 namespace google_apis { namespace
22 } // namespace google_apis
76 google_apis::GDataErrorCode status,
77 scoped_ptr<google_apis::FileResource> entry);
remove_performer.h 13 #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);
  /external/chromium_org/chrome/browser/drive/
drive_api_service.h 14 #include "google_apis/drive/auth_service_interface.h"
15 #include "google_apis/drive/auth_service_observer.h"
16 #include "google_apis/drive/drive_api_url_generator.h"
17 #include "google_apis/drive/gdata_wapi_url_generator.h"
27 namespace google_apis { namespace
41 public google_apis::AuthServiceObserver {
72 const google_apis::AuthStatusCallback& callback) OVERRIDE;
77 virtual google_apis::CancelCallback GetAllFileList(
78 const google_apis::FileListCallback& callback) OVERRIDE;
79 virtual google_apis::CancelCallback GetFileListInDirectory
    [all...]
drive_api_util.h 12 #include "google_apis/drive/drive_common_callbacks.h"
13 #include "google_apis/drive/drive_entry_kinds.h"
14 #include "google_apis/drive/gdata_errorcode.h"
23 namespace google_apis { namespace
33 } // namespace google_apis
87 void ParseShareUrlAndRun(const google_apis::GetShareUrlCallback& callback,
88 google_apis::GDataErrorCode error,
92 scoped_ptr<google_apis::FileResource>
93 ConvertResourceEntryToFileResource(const google_apis::ResourceEntry& entry);
96 google_apis::DriveEntryKind GetKind
    [all...]
drive_uploader.h 15 #include "google_apis/drive/gdata_errorcode.h"
24 namespace google_apis { namespace
36 google_apis::GDataErrorCode error,
38 scoped_ptr<google_apis::FileResource> resource_entry)>
72 virtual google_apis::CancelCallback UploadNewFile(
79 const google_apis::ProgressCallback& progress_callback) = 0;
92 virtual google_apis::CancelCallback UploadExistingFile(
98 const google_apis::ProgressCallback& progress_callback) = 0;
106 virtual google_apis::CancelCallback ResumeUploadFile(
111 const google_apis::ProgressCallback& progress_callback) = 0
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
conflict_resolver.h 16 #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);
folder_creator.h 14 #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);
register_app_task.h 14 #include "google_apis/drive/gdata_errorcode.h"
20 namespace google_apis { namespace
uninstall_app_task.h 15 #include "google_apis/drive/gdata_errorcode.h"
21 namespace google_apis { namespace
47 google_apis::GDataErrorCode error);
folder_creator.cc 11 #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::FileResource* oldest = NULL
    [all...]
sync_engine_initializer.h 16 #include "google_apis/drive/drive_common_callbacks.h"
17 #include "google_apis/drive/gdata_errorcode.h"
23 namespace google_apis { namespace
87 google_apis::GDataErrorCode error,
88 scoped_ptr<google_apis::AboutResource> about_resource);
91 google_apis::GDataErrorCode error,
92 scoped_ptr<google_apis::FileList> file_list);
95 google_apis::GDataErrorCode error,
96 scoped_ptr<google_apis::FileResource> entry);
99 google_apis::GDataErrorCode error)
    [all...]
  /external/chromium_org/google_apis/drive/
auth_service.h 14 #include "google_apis/drive/auth_service_interface.h"
15 #include "google_apis/gaia/oauth2_token_service.h"
21 namespace google_apis { namespace
82 } // namespace google_apis
gdata_wapi_url_generator.cc 5 #include "google_apis/drive/gdata_wapi_url_generator.h"
14 namespace google_apis { namespace
69 } // namespace google_apis
request_sender.h 17 #include "google_apis/drive/gdata_errorcode.h"
27 namespace google_apis { namespace
109 } // namespace google_apis
time_util_unittest.cc 5 #include "google_apis/drive/time_util.h"
12 namespace google_apis { namespace
96 } // namespace google_apis
base_requests_server_unittest.cc 5 #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
drive_api_parser_unittest.cc 5 #include "google_apis/drive/drive_api_parser.h"
9 #include "google_apis/drive/gdata_wapi_parser.h"
10 #include "google_apis/drive/test_util.h"
11 #include "google_apis/drive/time_util.h"
14 namespace google_apis { namespace
272 } // namespace google_apis
drive_api_url_generator_unittest.cc 5 #include "google_apis/drive/drive_api_url_generator.h"
7 #include "google_apis/drive/test_util.h"
11 namespace google_apis { namespace
444 } // namespace google_apis
  /external/chromium_org/chrome/browser/chromeos/drive/
directory_loader.h 20 #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,