OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectionOpened
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc
168
base::Bind(&IndexedDBContextImpl::
ConnectionOpened
,
176
base::Bind(&IndexedDBContextImpl::
ConnectionOpened
,
251
//
ConnectionOpened
() is usually called by the dispatcher.
252
context->
ConnectionOpened
(kTestOrigin, callbacks->connection());
indexed_db_context_impl.h
67
void
ConnectionOpened
(const GURL& origin_url, IndexedDBConnection* db);
indexed_db_context_impl.cc
382
void IndexedDBContextImpl::
ConnectionOpened
(const GURL& origin_url,
indexed_db_dispatcher_host.cc
125
Context()->
ConnectionOpened
(origin_url, connection);
[
all
...]
Completed in 37 milliseconds