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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 45 const std::set<int64>& scope() const { return object_store_ids_; }
96 const std::set<int64> object_store_ids_; member in class:content::IndexedDBTransaction
indexed_db_transaction.cc 60 object_store_ids_(object_store_ids),

Completed in 320 milliseconds