HomeSort by relevance Sort by last modified time
    Searched full:sync_root (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer_unittest.cc 76 const google_apis::FileResource& sync_root,
99 sync_root,
126 scoped_ptr<google_apis::FileResource> sync_root(
129 for (size_t i = 0; i < sync_root->parents().size(); ++i) {
132 sync_root->parents()[i]->file_id(),
133 sync_root->file_id(),
139 return sync_root.Pass();
216 scoped_ptr<google_apis::FileResource> sync_root(
219 CreateRemoteFolder(sync_root->file_id(), "app-root 1"));
221 CreateRemoteFolder(sync_root->file_id(), "app-root 2"))
    [all...]
metadata_database_unittest.cc 249 FileMetadata sync_root; local
250 sync_root.set_file_id(kSyncRootFolderID);
251 FileDetails* details = sync_root.mutable_details();
254 return sync_root;
281 FileTracker CreateSyncRootTracker(const FileMetadata& sync_root) {
285 sync_root_tracker.set_file_id(sync_root.file_id());
289 *sync_root_tracker.mutable_synced_details() = sync_root.details();
309 TrackedFile sync_root; local
310 sync_root.metadata = CreateSyncRootMetadata();
311 sync_root.tracker = CreateSyncRootTracker(sync_root.metadata)
    [all...]
remote_to_local_syncer_unittest.cc 216 const std::string sync_root = CreateSyncRoot(); local
217 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
251 const std::string sync_root = CreateSyncRoot(); local
252 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
289 const std::string sync_root = CreateSyncRoot(); local
290 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
332 const std::string sync_root = CreateSyncRoot(); local
333 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
353 const std::string sync_root = CreateSyncRoot(); local
354 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host())
379 const std::string sync_root = CreateSyncRoot(); local
399 const std::string sync_root = CreateSyncRoot(); local
420 const std::string sync_root = CreateSyncRoot(); local
444 const std::string sync_root = CreateSyncRoot(); local
    [all...]
local_to_remote_syncer_unittest.cc 237 const std::string sync_root = CreateSyncRoot(); local
238 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
265 const std::string sync_root = CreateSyncRoot(); local
266 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
296 const std::string sync_root = CreateSyncRoot(); local
297 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
328 const std::string sync_root = CreateSyncRoot(); local
329 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
350 const std::string sync_root = CreateSyncRoot(); local
351 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host())
373 const std::string sync_root = CreateSyncRoot(); local
396 const std::string sync_root = CreateSyncRoot(); local
433 const std::string sync_root = CreateSyncRoot(); local
467 const std::string sync_root = CreateSyncRoot(); local
498 const std::string sync_root = CreateSyncRoot(); local
    [all...]
conflict_resolver_unittest.cc 229 const std::string sync_root = CreateSyncRoot(); local
230 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
240 const std::string sync_root = CreateSyncRoot(); local
241 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
266 const std::string sync_root = CreateSyncRoot(); local
267 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
292 const std::string sync_root = CreateSyncRoot(); local
293 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
318 const std::string sync_root = CreateSyncRoot(); local
319 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host())
345 const std::string sync_root = CreateSyncRoot(); local
    [all...]
register_app_task.cc 56 int64 sync_root = metadata_database()->GetSyncRootTrackerID(); local
59 sync_root, app_id_, &trackers)) {

Completed in 875 milliseconds