HomeSort by relevance Sort by last modified time
    Searched defs:ConnectionSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.h 139 typedef std::set<IndexedDBConnection*> ConnectionSet;
140 std::map<GURL, ConnectionSet> connections_;
indexed_db_database.h 315 typedef list_set<IndexedDBConnection*> ConnectionSet;
316 ConnectionSet connections_;

Completed in 206 milliseconds