Searched refs:database_location (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.h836 // Initialize the sync manager. |database_location| specifies the path of
849 bool Init(const FilePath& database_location,
H A Dsyncapi.cc1198 bool Init(const FilePath& database_location,
1589 bool SyncManager::Init(const FilePath& database_location, argument
1603 return data_->Init(database_location,
1697 const FilePath& database_location,
1719 share_.dir_manager.reset(new DirectoryManager(database_location));
1696 Init( const FilePath& database_location, const std::string& sync_server_and_path, int port, bool use_ssl, HttpPostProviderFactory* post_factory, ModelSafeWorkerRegistrar* model_safe_worker_registrar, const char* user_agent, const SyncCredentials& credentials, sync_notifier::SyncNotifier* sync_notifier, const std::string& restored_key_for_bootstrapping, bool setup_for_test_mode) argument

Completed in 59 milliseconds