HomeSort by relevance Sort by last modified time
    Searched refs:sync_root_folder_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_file_sync_service_sync_unittest.cc 282 std::string sync_root_folder_id; local
284 fake_drive_helper_->GetSyncRootFolderID(&sync_root_folder_id);
285 if (sync_root_folder_id.empty()) {
295 sync_root_folder_id, &remote_entries));
320 std::string sync_root_folder_id; local
322 fake_drive_helper_->GetSyncRootFolderID(&sync_root_folder_id));
323 ASSERT_FALSE(sync_root_folder_id.empty());
328 sync_root_folder_id, origin.host(), &origin_folder));
448 std::string sync_root_folder_id; local
452 &sync_root_folder_id));
491 std::string sync_root_folder_id; local
539 std::string sync_root_folder_id; local
    [all...]
fake_drive_service_helper.h 46 std::string* sync_root_folder_id);
fake_drive_service_helper.cc 174 std::string* sync_root_folder_id) {
189 *sync_root_folder_id = entry.resource_id();

Completed in 172 milliseconds