Searched refs:ConnectionOpened (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_unittest.cc138 idb_context_->ConnectionOpened(origin_url_, connection_.get());
281 // ConnectionOpened() is usually called by the dispatcher.
282 context->ConnectionOpened(kTestOrigin, callbacks->connection());
H A Dindexed_db_context_impl.h76 void ConnectionOpened(const GURL& origin_url, IndexedDBConnection* db);
H A Dindexed_db_context_impl.cc381 void IndexedDBContextImpl::ConnectionOpened(const GURL& origin_url, function in class:content::IndexedDBContextImpl
H A Dindexed_db_dispatcher_host.cc168 Context()->ConnectionOpened(origin_url, connection);

Completed in 3452 milliseconds