HomeSort by relevance Sort by last modified time
    Searched refs:GDataErrorCode (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/chromium_org/google_apis/drive/
drive_common_callbacks.h 21 typedef base::Callback<void(GDataErrorCode error,
26 typedef base::Callback<void(GDataErrorCode error,
31 typedef base::Callback<void(GDataErrorCode error,
36 typedef base::Callback<void(GDataErrorCode error,
40 typedef base::Callback<void(GDataErrorCode error,
45 typedef base::Callback<void(GDataErrorCode error,
gdata_errorcode.h 13 enum GDataErrorCode {
41 // Returns a string representation of GDataErrorCode.
42 std::string GDataErrorCodeToString(GDataErrorCode error);
auth_service_interface.h 18 typedef base::Callback<void(GDataErrorCode error,
base_requests.h 41 GDataErrorCode error,
76 virtual void OnAuthFailed(GDataErrorCode code) = 0;
185 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) = 0;
190 // Returns an appropriate GDataErrorCode based on the HTTP response code and
192 GDataErrorCode GetErrorCode();
208 virtual void OnAuthFailed(GDataErrorCode code) OVERRIDE;
215 GDataErrorCode error_code_;
229 typedef base::Callback<void(GDataErrorCode error)> EntryActionCallback;
244 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE;
255 typedef base::Callback<void(GDataErrorCode error
    [all...]
gdata_errorcode.cc 12 std::string GDataErrorCodeToString(GDataErrorCode error) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
fake_drive_service_helper.h 29 google_apis::GDataErrorCode AddOrphanedFolder(
32 google_apis::GDataErrorCode AddFolder(
36 google_apis::GDataErrorCode AddFile(
41 google_apis::GDataErrorCode UpdateFile(
44 google_apis::GDataErrorCode DeleteResource(
46 google_apis::GDataErrorCode TrashResource(
48 google_apis::GDataErrorCode UpdateModificationTime(
51 google_apis::GDataErrorCode RenameResource(
54 google_apis::GDataErrorCode AddResourceToDirectory(
57 google_apis::GDataErrorCode RemoveResourceFromDirectory
    [all...]
fake_drive_service_helper.cc 25 using google_apis::GDataErrorCode;
33 void UploadResultCallback(GDataErrorCode* error_out,
35 GDataErrorCode error,
44 void DownloadResultCallback(GDataErrorCode* error_out,
45 GDataErrorCode error,
66 GDataErrorCode FakeDriveServiceHelper::AddOrphanedFolder(
70 GDataErrorCode error = AddFolder(root_folder_id, title, folder_id);
85 GDataErrorCode FakeDriveServiceHelper::AddFolder(
89 GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
102 GDataErrorCode FakeDriveServiceHelper::AddFile
    [all...]
sync_engine_initializer.h 87 google_apis::GDataErrorCode error,
91 google_apis::GDataErrorCode error,
95 google_apis::GDataErrorCode error,
99 google_apis::GDataErrorCode error);
103 google_apis::GDataErrorCode error,
conflict_resolver.h 53 google_apis::GDataErrorCode error);
59 google_apis::GDataErrorCode error);
65 google_apis::GDataErrorCode error,
local_to_remote_syncer.h 68 google_apis::GDataErrorCode error);
74 google_apis::GDataErrorCode error,
84 google_apis::GDataErrorCode error,
89 google_apis::GDataErrorCode error,
98 google_apis::GDataErrorCode error);
fake_drive_uploader.cc 20 using google_apis::GDataErrorCode;
28 void DidAddFileOrDirectoryForMakingConflict(GDataErrorCode error,
36 GDataErrorCode error,
50 GDataErrorCode error,
folder_creator.h 47 google_apis::GDataErrorCode error,
51 google_apis::GDataErrorCode error,
remote_to_local_syncer.h 110 google_apis::GDataErrorCode error,
161 google_apis::GDataErrorCode error,
180 google_apis::GDataErrorCode error,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.h 43 typedef base::Callback<void(google_apis::GDataErrorCode,
123 google_apis::GDataErrorCode error,
128 google_apis::GDataErrorCode error);
133 google_apis::GDataErrorCode error,
139 google_apis::GDataErrorCode error,
144 google_apis::GDataErrorCode error,
154 google_apis::GDataErrorCode error,
159 google_apis::GDataErrorCode error);
162 google_apis::GDataErrorCode error,
166 google_apis::GDataErrorCode error
    [all...]
api_util_interface.h 48 typedef base::Callback<void(google_apis::GDataErrorCode error)>
50 typedef base::Callback<void(google_apis::GDataErrorCode error,
56 typedef base::Callback<void(google_apis::GDataErrorCode error,
60 void(google_apis::GDataErrorCode error, const std::string& resource_id)>
62 typedef base::Callback<void(google_apis::GDataErrorCode error,
64 typedef base::Callback<void(google_apis::GDataErrorCode error,
67 typedef base::Callback<void(google_apis::GDataErrorCode error,
133 // and invokes |callback| with GDataErrorCode::HTTP_NOT_MODIFIED immediately.
153 // GDataErrorCode::HTTP_CONFLICT immediately.
181 // GDataErrorCode::HTTP_CONFLICT is invoked immediately
    [all...]
fake_api_util_unittest.cc 21 void DidDownloadFile(google_apis::GDataErrorCode* error_out,
23 google_apis::GDataErrorCode error,
32 void DidGetChangeList(google_apis::GDataErrorCode* error_out,
34 google_apis::GDataErrorCode error,
40 void DidDeleteFile(google_apis::GDataErrorCode* error_out,
41 google_apis::GDataErrorCode error) {
97 google_apis::GDataErrorCode error;
131 google_apis::GDataErrorCode error = google_apis::HTTP_NOT_FOUND;
local_sync_delegate.h 51 google_apis::GDataErrorCode error,
57 google_apis::GDataErrorCode error,
62 google_apis::GDataErrorCode error,
67 google_apis::GDataErrorCode error);
74 google_apis::GDataErrorCode error);
81 const google_apis::GDataErrorCode error,
103 google_apis::GDataErrorCode error,
116 google_apis::GDataErrorCode error);
drive_file_sync_service.h 170 google_apis::GDataErrorCode gdata_error);
209 google_apis::GDataErrorCode error);
214 google_apis::GDataErrorCode error,
221 google_apis::GDataErrorCode error,
264 google_apis::GDataErrorCode error);
280 google_apis::GDataErrorCode error,
290 google_apis::GDataErrorCode error,
300 google_apis::GDataErrorCode error,
353 google_apis::GDataErrorCode last_gdata_error_;
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
remove_performer.h 74 google_apis::GDataErrorCode status);
87 google_apis::GDataErrorCode status,
94 google_apis::GDataErrorCode status);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 244 base::Callback<void(google_apis::GDataErrorCode)> abort_callback;
271 bool OnJobDone(JobID job_id, google_apis::GDataErrorCode error);
277 google_apis::GDataErrorCode error,
284 google_apis::GDataErrorCode error,
291 google_apis::GDataErrorCode error,
298 google_apis::GDataErrorCode error,
305 google_apis::GDataErrorCode error,
312 google_apis::GDataErrorCode error,
318 google_apis::GDataErrorCode error);
324 google_apis::GDataErrorCode error
    [all...]
file_errors.h 46 FileError GDataToFileError(google_apis::GDataErrorCode status);
file_task_executor.h 40 google_apis::GDataErrorCode error,
job_scheduler_unittest.cc 35 google_apis::GDataErrorCode error_in,
195 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
208 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
222 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
236 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
251 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
269 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
299 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
329 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR;
358 google_apis::GDataErrorCode error = google_apis::GDATA_OTHER_ERROR
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 69 typedef base::Callback<void(google_apis::GDataErrorCode)> UninstallCallback;
109 void UpdateAfterGetAppList(google_apis::GDataErrorCode gdata_error,
115 google_apis::GDataErrorCode error);
fake_drive_service_unittest.cc 31 using google_apis::GDataErrorCode;
60 GDataErrorCode error = GDATA_OTHER_ERROR;
78 GDataErrorCode error = GDATA_OTHER_ERROR;
103 GDataErrorCode error;
118 GDataErrorCode error = GDATA_OTHER_ERROR;
135 GDataErrorCode error = GDATA_OTHER_ERROR;
148 GDataErrorCode error = GDATA_OTHER_ERROR;
165 GDataErrorCode error = GDATA_OTHER_ERROR;
184 GDataErrorCode error = GDATA_OTHER_ERROR;
198 GDataErrorCode error = GDATA_OTHER_ERROR
    [all...]

Completed in 529 milliseconds

1 2 3 4 5