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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory.cc 316 if (!was_open && database->ConnectionCount() > 0)
indexed_db_database.cc     [all...]
indexed_db_database.h 174 size_t ConnectionCount() const;
177 // Number of pending upgrades (0 or 1). Also included in ConnectionCount().
179 // Number of running upgrades (0 or 1). Also included in ConnectionCount().
indexed_db_context_impl.cc 208 db->ConnectionCount() - db->PendingUpgradeCount() -

Completed in 368 milliseconds