Home | History | Annotate | Download | only in database

Lines Matching refs:origin_identifier

71   OriginInfo(const std::string& origin_identifier, int64 total_size);
93 virtual void OnDatabaseSizeChanged(const std::string& origin_identifier,
97 const std::string& origin_identifier,
110 void DatabaseOpened(const std::string& origin_identifier,
115 void DatabaseModified(const std::string& origin_identifier,
117 void DatabaseClosed(const std::string& origin_identifier,
119 void HandleSqliteError(const std::string& origin_identifier,
131 base::FilePath GetFullDBFilePath(const std::string& origin_identifier,
144 bool IsDatabaseScheduledForDeletion(const std::string& origin_identifier,
150 int DeleteDatabase(const std::string& origin_identifier,
167 virtual int DeleteDataForOrigin(const std::string& origin_identifier,
198 void SetOriginIdentifier(const std::string& origin_identifier) {
199 origin_identifier_ = origin_identifier;
224 bool DeleteClosedDatabase(const std::string& origin_identifier,
230 bool DeleteOrigin(const std::string& origin_identifier, bool force);
231 void DeleteDatabaseIfNeeded(const std::string& origin_identifier,
236 void InsertOrUpdateDatabaseDetails(const std::string& origin_identifier,
243 const std::string& origin_identifier,
246 const std::string& origin_identifier) {
247 return MaybeGetCachedOriginInfo(origin_identifier, true);
250 int64 GetDBFileSize(const std::string& origin_identifier,
252 int64 SeedOpenDatabaseInfo(const std::string& origin_identifier,
255 int64 UpdateOpenDatabaseInfoAndNotify(const std::string& origin_identifier,
258 int64 UpdateOpenDatabaseSizeAndNotify(const std::string& origin_identifier,
261 origin_identifier, database_name, NULL);
265 void ScheduleDatabaseForDeletion(const std::string& origin_identifier,
273 base::string16 GetOriginDirectory(const std::string& origin_identifier);