Home
last modified time | relevance | path

Searched refs:DeleteIndexedDBFile (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
Dbrowsing_data_indexed_db_helper.h73 virtual void DeleteIndexedDBFile(const FilePath& file_path) = 0;
108 virtual void DeleteIndexedDBFile(const FilePath& file_path) {} in DeleteIndexedDBFile() function
Dmock_browsing_data_indexed_db_helper.h41 virtual void DeleteIndexedDBFile(const FilePath& file_path);
Dmock_browsing_data_indexed_db_helper.cc27 void MockBrowsingDataIndexedDBHelper::DeleteIndexedDBFile( in DeleteIndexedDBFile() function in MockBrowsingDataIndexedDBHelper
Dbrowsing_data_indexed_db_helper.cc31 virtual void DeleteIndexedDBFile(const FilePath& file_path);
90 void BrowsingDataIndexedDBHelperImpl::DeleteIndexedDBFile( in DeleteIndexedDBFile() function in __anon979511040111::BrowsingDataIndexedDBHelperImpl
Dcookies_tree_model.cc239 GetModel()->indexed_db_helper_->DeleteIndexedDBFile( in DeleteStoredObjects()