Home
last modified time | relevance | path

Searched defs:api_util (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
Dfake_api_util_unittest.cc49 FakeAPIUtil api_util; in TEST() local
121 FakeAPIUtil api_util; in TEST() local
Dremote_sync_delegate.cc475 APIUtilInterface* RemoteSyncDelegate::api_util() { in api_util() function in sync_file_system::drive_backend::RemoteSyncDelegate
Dlocal_sync_delegate.cc581 APIUtilInterface* LocalSyncDelegate::api_util() { in api_util() function in sync_file_system::drive_backend::LocalSyncDelegate
Ddrive_file_sync_service.cc99 scoped_ptr<drive_backend::APIUtilInterface> api_util, in CreateForTesting()
337 scoped_ptr<drive_backend::APIUtilInterface> api_util, in InitializeForTesting()
Ddrive_file_sync_service_sync_unittest.cc97 scoped_ptr<APIUtil> api_util(APIUtil::CreateForTesting( in SetUp() local
Dapi_util_unittest.cc141 APIUtil* api_util() { return api_util_.get(); } in api_util() function in sync_file_system::drive_backend::APIUtilTest