OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:api_util
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
fake_api_util_unittest.cc
49
FakeAPIUtil
api_util
;
local
61
api_util
.PushRemoteChange(kParentResourceId,
68
api_util
.PushRemoteChange(kParentResourceId,
75
api_util
.PushRemoteChange(kParentResourceId,
82
api_util
.PushRemoteChange(kParentResourceId,
89
api_util
.PushRemoteChange(kParentResourceId,
99
api_util
.DownloadFile(kResourceId1,
107
api_util
.ListChanges(0, base::Bind(&DidGetChangeList, &error, &change_list));
121
FakeAPIUtil
api_util
;
local
123
api_util
.PushRemoteChange("parent_id"
[
all
...]
local_sync_delegate.cc
10
#include "chrome/browser/sync_file_system/drive_backend_v1/
api_util
.h"
129
api_util
()->UploadNewFile(
165
api_util
()->CreateDirectory(
208
api_util
()->UploadExistingFile(
265
api_util
()->DeleteFile(
324
api_util
()->DeleteFile(
463
api_util
()->GetResourceEntry(
581
APIUtilInterface* LocalSyncDelegate::
api_util
() {
function in class:sync_file_system::drive_backend::LocalSyncDelegate
remote_sync_delegate.cc
196
api_util
()->DownloadFile(
260
api_util
()->GetResourceEntry(
476
APIUtilInterface* RemoteSyncDelegate::
api_util
() {
function in class:sync_file_system::drive_backend::RemoteSyncDelegate
api_util_unittest.cc
5
#include "chrome/browser/sync_file_system/drive_backend_v1/
api_util
.h"
147
APIUtil*
api_util
() { return api_util_.get(); }
function in class:sync_file_system::drive_backend::APIUtilTest
247
api_util
()->GetDriveDirectoryForSyncRoot(
259
api_util
()->GetDriveDirectoryForSyncRoot(
277
api_util
()->GetDriveDirectoryForSyncRoot(
296
api_util
()->GetDriveDirectoryForOrigin(
310
api_util
()->GetDriveDirectoryForOrigin(
330
api_util
()->GetDriveDirectoryForOrigin(
350
api_util
()->GetLargestChangeStamp(
373
api_util
()->ListFiles
[
all
...]
Completed in 146 milliseconds