APIUtil 119 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc const APIUtil::EnsureUniquenessCallback& callback, APIUtil 120 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc APIUtil::EnsureUniquenessStatus status, APIUtil 125 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void UploadResultAdapter(const APIUtil::ResourceEntryCallback& callback, APIUtil 158 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc APIUtil::APIUtil(Profile* profile, APIUtil 188 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc scoped_ptr<APIUtil> APIUtil::CreateForTesting( APIUtil 192 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc return make_scoped_ptr(new APIUtil( APIUtil 199 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc APIUtil::APIUtil(const base::FilePath& temp_dir_path, APIUtil 213 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc APIUtil::~APIUtil() { APIUtil 219 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::AddObserver(APIUtilObserver* observer) { APIUtil 224 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::RemoveObserver(APIUtilObserver* observer) { APIUtil 229 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::GetDriveRootResourceId(const GDataErrorCallback& callback) { APIUtil 235 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetDriveRootResourceId, AsWeakPtr(), callback)); APIUtil 238 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetDriveRootResourceId( APIUtil 257 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::GetDriveDirectoryForSyncRoot(const ResourceIdCallback& callback) { APIUtil 262 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetDriveRootResourceIdForGetSyncRoot, APIUtil 271 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetDirectory, APIUtil 278 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetDriveRootResourceIdForGetSyncRoot( APIUtil 290 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::GetDriveDirectoryForOrigin( APIUtil 300 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetDirectory, APIUtil 307 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetDirectory(const std::string& parent_resource_id, APIUtil 339 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidCreateDirectory, APIUtil 358 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidCreateDirectory(const std::string& parent_resource_id, APIUtil 378 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidEnsureUniquenessForCreateDirectory, APIUtil 383 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidEnsureUniquenessForCreateDirectory( APIUtil 416 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::GetLargestChangeStamp(const ChangeStampCallback& callback) { APIUtil 421 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetLargestChangeStamp, AsWeakPtr(), callback)); APIUtil 424 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::GetResourceEntry(const std::string& resource_id, APIUtil 431 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetResourceEntry, AsWeakPtr(), callback)); APIUtil 434 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetLargestChangeStamp( APIUtil 453 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::SearchByTitle(const std::string& title, APIUtil 464 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetResourceList, AsWeakPtr(), callback)); APIUtil 467 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::ListFiles(const std::string& directory_resource_id, APIUtil 476 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::ListChanges(int64 start_changestamp, APIUtil 483 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetResourceList, AsWeakPtr(), callback)); APIUtil 486 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::ContinueListing(const GURL& next_link, APIUtil 493 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetResourceList, AsWeakPtr(), callback)); APIUtil 496 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DownloadFile(const std::string& resource_id, APIUtil 508 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetTemporaryFileForDownload, APIUtil 513 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::UploadNewFile(const std::string& directory_resource_id, APIUtil 524 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidUploadNewFile, APIUtil 539 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::UploadExistingFile(const std::string& resource_id, APIUtil 547 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetResourceEntry, APIUtil 549 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::UploadExistingFileInternal, APIUtil 556 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::CreateDirectory(const std::string& parent_resource_id, APIUtil 568 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidCreateDirectory, APIUtil 575 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DeleteFile(const std::string& resource_id, APIUtil 585 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetResourceEntry, APIUtil 587 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DeleteFileInternal, APIUtil 597 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidDeleteFile, AsWeakPtr(), callback)); APIUtil 601 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::EnsureSyncRootIsNotInMyDrive( APIUtil 607 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetDriveRootResourceIdForEnsureSyncRoot, APIUtil 619 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetDriveRootResourceIdForEnsureSyncRoot( APIUtil 639 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc std::string APIUtil::GetSyncRootDirectoryName() { APIUtil 645 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc std::string APIUtil::OriginToDirectoryTitle(const GURL& origin) { APIUtil 651 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc GURL APIUtil::DirectoryTitleToOrigin(const std::string& title) { APIUtil 655 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::OnReadyToSendRequests() { APIUtil 664 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::OnConnectionTypeChanged( APIUtil 678 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetResourceList( APIUtil 695 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetResourceEntry( APIUtil 718 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidGetTemporaryFileForDownload( APIUtil 733 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidGetResourceEntry, APIUtil 735 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DownloadFileInternal, APIUtil 742 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DownloadFileInternal( APIUtil 773 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidDownloadFile, APIUtil 782 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidDownloadFile(scoped_ptr<google_apis::ResourceEntry> entry, APIUtil 798 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidUploadNewFile(const std::string& parent_resource_id, APIUtil 815 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidEnsureUniquenessForCreateFile, APIUtil 821 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidEnsureUniquenessForCreateFile( APIUtil 866 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::UploadExistingFileInternal( APIUtil 894 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidUploadExistingFile, AsWeakPtr(), upload_key); APIUtil 904 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc bool APIUtil::IsAuthenticated() const { APIUtil 908 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidUploadExistingFile( APIUtil 926 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DeleteFileInternal(const std::string& remote_file_md5, APIUtil 951 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidDeleteFile, AsWeakPtr(), callback)); APIUtil 954 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidDeleteFile(const GDataErrorCallback& callback, APIUtil 965 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::EnsureTitleUniqueness(const std::string& parent_resource_id, APIUtil 972 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidListEntriesToEnsureUniqueness, APIUtil 981 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidListEntriesToEnsureUniqueness( APIUtil 1051 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DeleteEntriesForEnsuringTitleUniqueness( APIUtil 1070 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc base::Bind(&APIUtil::DidDeleteEntriesForEnsuringTitleUniqueness, APIUtil 1076 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::DidDeleteEntriesForEnsuringTitleUniqueness( APIUtil 1093 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc APIUtil::UploadKey APIUtil::RegisterUploadCallback( APIUtil 1101 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc APIUtil::UploadFileCallback APIUtil::GetAndUnregisterUploadCallback( APIUtil 1112 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc void APIUtil::CancelAllUploads(google_apis::GDataErrorCode error) { APIUtil 1125 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc std::string APIUtil::GetRootResourceId() const { APIUtil 31 chrome/browser/sync_file_system/drive_backend_v1/api_util.h class APIUtil : public APIUtilInterface, APIUtil 35 chrome/browser/sync_file_system/drive_backend_v1/api_util.h public base::SupportsWeakPtr<APIUtil> { APIUtil 48 chrome/browser/sync_file_system/drive_backend_v1/api_util.h APIUtil(Profile* profile, const base::FilePath& temp_dir_path); APIUtil 49 chrome/browser/sync_file_system/drive_backend_v1/api_util.h virtual ~APIUtil(); APIUtil 54 chrome/browser/sync_file_system/drive_backend_v1/api_util.h static scoped_ptr<APIUtil> CreateForTesting( APIUtil 115 chrome/browser/sync_file_system/drive_backend_v1/api_util.h APIUtil(const base::FilePath& temp_dir_path, APIUtil 259 chrome/browser/sync_file_system/drive_backend_v1/api_util.h DISALLOW_COPY_AND_ASSIGN(APIUtil); APIUtil 67 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc APIUtil::GetSyncRootDirectoryName())); APIUtil 70 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc api_util_ = APIUtil::CreateForTesting( APIUtil 85 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc APIUtil::GetSyncRootDirectoryName(), APIUtil 140 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc APIUtil* api_util() { return api_util_.get(); } APIUtil 173 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc scoped_ptr<APIUtil> api_util_; APIUtil 257 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc APIUtil::GetSyncRootDirectoryName(), APIUtil 275 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc APIUtil::GetSyncRootDirectoryName(), APIUtil 390 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc api_util_.reset(new drive_backend::APIUtil(profile_, temporary_file_dir_)); APIUtil 66 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc using drive_backend::APIUtil; APIUtil 200 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc APIUtil::GetSyncRootDirectoryName())); APIUtil 202 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc api_util_ = APIUtil::CreateForTesting( APIUtil 218 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc APIUtil::GetSyncRootDirectoryName(), APIUtil 444 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc scoped_ptr<APIUtil> api_util_; APIUtil 50 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc using drive_backend::APIUtil; APIUtil 85 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc APIUtil::GetSyncRootDirectoryName())); APIUtil 97 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc scoped_ptr<APIUtil> api_util(APIUtil::CreateForTesting( APIUtil 410 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc APIUtil::GetSyncRootDirectoryName(), APIUtil 453 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc APIUtil::GetSyncRootDirectoryName(), APIUtil 501 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc APIUtil::GetSyncRootDirectoryName(), APIUtil 26 chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h class APIUtil; APIUtil 30 chrome/browser/sync_file_system/drive_backend_v1/remote_sync_delegate.h class APIUtil;