OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnForcedClose
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/browser/indexed_db/
mock_indexed_db_database_callbacks.cc
16
void MockIndexedDBDatabaseCallbacks::
OnForcedClose
() {
indexed_db_connection.cc
29
callbacks_->
OnForcedClose
();
indexed_db_database_callbacks.h
23
virtual void
OnForcedClose
();
mock_indexed_db_database_callbacks.h
18
virtual void
OnForcedClose
() OVERRIDE;
indexed_db_database_callbacks.cc
23
void IndexedDBDatabaseCallbacks::
OnForcedClose
() {
indexed_db_internals_ui.h
63
void
OnForcedClose
(const base::FilePath& partition_path,
indexed_db_internals_ui.cc
250
base::Bind(&IndexedDBInternalsUI::
OnForcedClose
,
257
void IndexedDBInternalsUI::
OnForcedClose
(const base::FilePath& partition_path,
261
"indexeddb.
onForcedClose
",
/external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h
224
void
OnForcedClose
(int32 ipc_thread_id, int32 ipc_database_id);
indexed_db_dispatcher.cc
151
OnForcedClose
)
694
void IndexedDBDispatcher::
OnForcedClose
(int32 ipc_thread_id,
701
callbacks->
onForcedClose
();
Completed in 704 milliseconds