HomeSort by relevance Sort by last modified time
    Searched refs:ContextDestroyed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory_unittest.cc 332 factory()->ContextDestroyed();
360 factory()->ContextDestroyed();
384 factory()->ContextDestroyed();
indexed_db_factory.h 70 void ContextDestroyed();
indexed_db_factory.cc 139 void IndexedDBFactory::ContextDestroyed() {
272 // NULL after ContextDestroyed() called, and in some unit tests.
279 // NULL after ContextDestroyed() called, and in some unit tests.
indexed_db_context_impl.cc 445 FROM_HERE, base::Bind(&IndexedDBFactory::ContextDestroyed, factory_));

Completed in 4470 milliseconds