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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.h 68 virtual void ContextDestroyed() = 0;
mock_indexed_db_factory.h 47 MOCK_METHOD0(ContextDestroyed, void());
indexed_db_factory_impl.h 54 virtual void ContextDestroyed() OVERRIDE;
indexed_db_factory_unittest.cc 335 factory()->ContextDestroyed();
363 factory()->ContextDestroyed();
387 factory()->ContextDestroyed();
indexed_db_factory_impl.cc 141 void IndexedDBFactoryImpl::ContextDestroyed() {
289 // NULL after ContextDestroyed() called, and in some unit tests.
296 // NULL after ContextDestroyed() called, and in some unit tests.
indexed_db_context_impl.cc 446 FROM_HERE, base::Bind(&IndexedDBFactory::ContextDestroyed, factory_));

Completed in 63 milliseconds