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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.h 58 RecordIdentifier* record) OVERRIDE;
66 const RecordIdentifier&) OVERRIDE;
83 RecordIdentifier* found_record_identifier,
103 const RecordIdentifier&)
indexed_db_backing_store.h 66 class CONTENT_EXPORT RecordIdentifier {
68 RecordIdentifier(const std::string& primary_key, int64 version);
69 RecordIdentifier();
70 ~RecordIdentifier();
84 DISALLOW_COPY_AND_ASSIGN(RecordIdentifier);
270 virtual const RecordIdentifier& record_identifier() const;
293 IndexedDBBackingStore::RecordIdentifier record_identifier_;
396 RecordIdentifier* record) WARN_UNUSED_RESULT;
405 const RecordIdentifier& record) WARN_UNUSED_RESULT;
427 RecordIdentifier* found_record_identifier
    [all...]
indexed_db_fake_backing_store.cc 87 RecordIdentifier* record) {
101 const RecordIdentifier&) {
124 RecordIdentifier* found_record_identifier,
153 const RecordIdentifier&) {
indexed_db_index_writer.h 39 void WriteIndexKeys(const IndexedDBBackingStore::RecordIdentifier& record,
indexed_db_index_writer.cc 68 const IndexedDBBackingStore::RecordIdentifier& record_identifier,
indexed_db_backing_store_unittest.cc 381 IndexedDBBackingStore::RecordIdentifier record;
413 IndexedDBBackingStore::RecordIdentifier record;
498 IndexedDBBackingStore::RecordIdentifier record;
588 IndexedDBBackingStore::RecordIdentifier record;
647 IndexedDBBackingStore::RecordIdentifier record;
726 IndexedDBBackingStore::RecordIdentifier record;
815 IndexedDBBackingStore::RecordIdentifier record
    [all...]
indexed_db_backing_store.cc 741 IndexedDBBackingStore::RecordIdentifier::RecordIdentifier(
747 IndexedDBBackingStore::RecordIdentifier::RecordIdentifier()
749 IndexedDBBackingStore::RecordIdentifier::~RecordIdentifier() {}
    [all...]
indexed_db_database.cc 793 IndexedDBBackingStore::RecordIdentifier record_identifier;
    [all...]

Completed in 70 milliseconds