Home
last modified time | relevance | path

Searched refs:indexed_db (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/
H A DBUILD.gn34 "indexed_db/leveldb/leveldb_factory.h",
35 "indexed_db/leveldb/leveldb_state.cc",
36 "indexed_db/leveldb/leveldb_state.h",
39 "indexed_db/scopes/leveldb_scope.cc",
40 "indexed_db/scopes/leveldb_scope.h",
42 "indexed_db/scopes/leveldb_scopes.cc",
43 "indexed_db/scopes/leveldb_scopes.h",
50 "indexed_db/scopes/scope_lock.cc",
51 "indexed_db/scopes/scope_lock.h",
56 "indexed_db/scopes/varint_coding.cc",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/storage/
H A DBUILD.gn32 "indexed_db/leveldb/leveldb_factory.h",
33 "indexed_db/leveldb/leveldb_state.cc",
34 "indexed_db/leveldb/leveldb_state.h",
37 "indexed_db/scopes/leveldb_scope.cc",
38 "indexed_db/scopes/leveldb_scope.h",
40 "indexed_db/scopes/leveldb_scopes.cc",
41 "indexed_db/scopes/leveldb_scopes.h",
48 "indexed_db/scopes/scope_lock.cc",
49 "indexed_db/scopes/scope_lock.h",
54 "indexed_db/scopes/varint_coding.cc",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_reporting.h18 namespace indexed_db {
112 ::content::indexed_db::ReportInternalError( \
113 type, ::content::indexed_db::location); \
130 ::content::indexed_db::ReportInternalError( \
131 type, ::content::indexed_db::location); \
H A Dindexed_db_metadata_coding.cc32 using indexed_db::CheckIndexAndMetaDataKey;
34 using indexed_db::GetInt;
35 using indexed_db::GetVarInt;
36 using indexed_db::GetString;
37 using indexed_db::InternalInconsistencyStatus;
38 using indexed_db::InvalidDBKeyStatus;
39 using indexed_db::PutBool;
40 using indexed_db::PutIDBKeyPath;
41 using indexed_db::PutInt;
42 using indexed_db::PutString;
[all …]
H A Dindexed_db_factory_impl.cc118 path_base.Append(indexed_db::GetLevelDBFileName(origin)); in CreateDatabaseDirectories()
120 path_base.Append(indexed_db::GetBlobStoreFileName(origin)); in CreateDatabaseDirectories()
121 if (indexed_db::IsPathTooLong(leveldb_path)) { in CreateDatabaseDirectories()
134 leveldb::Status s = indexed_db::GetInt(db, SchemaVersionKey::Encode(), in AreSchemasKnown()
144 if (db_schema_version > indexed_db::kLatestKnownSchemaVersion) { in AreSchemasKnown()
481 path_base.Append(indexed_db::GetLevelDBFileName(saved_origin)); in HandleBackingStoreCorruption()
673 indexed_db::kBackingStoreActionUmaName, in GetOrOpenOriginFactory()
674 indexed_db::IndexedDBAction::kBackingStoreOpenAttempt); in GetOrOpenOriginFactory()
861 indexed_db::ReadCorruptionInfo(data_directory, origin); in OpenAndVerifyIndexedDBBackingStore()
936 indexed_db:: in OpenAndVerifyIndexedDBBackingStore()
[all …]
H A Dindexed_db_cursor.h27 indexed_db::CursorType cursor_type,
51 return (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) ? nullptr in Value()
80 indexed_db::CursorType cursor_type_;
H A Dindexed_db_leveldb_operations.cc30 namespace indexed_db { namespace
107 path_base.Append(indexed_db::ComputeCorruptionFileName(origin)); in ReadCorruptionInfo()
260 Status s = indexed_db::GetInt(db, max_object_store_id_key, in GetMaxObjectStoreId()
302 return indexed_db::InternalInconsistencyStatus(); in SetMaxObjectStoreId()
304 return indexed_db::PutInt(transaction, max_object_store_id_key, in SetMaxObjectStoreId()
405 Status s = indexed_db::GetInt(transaction, MaxDatabaseIdKey::Encode(), in GetNewDatabaseId()
417 s = indexed_db::PutInt(transaction, MaxDatabaseIdKey::Encode(), database_id); in GetNewDatabaseId()
553 indexed_db::GetInt(db, earliest_sweep_time_key, &time_micros, &found); in GetEarliestSweepTime()
577 return indexed_db::PutInt(txn, earliest_sweep_time_key, time_micros); in SetEarliestSweepTime()
H A Dindexed_db_class_factory.cc58 options.comparator = indexed_db::GetDefaultLevelDBComparator(); in GetLevelDBOptions()
68 indexed_db::ReportLevelDBError, "WebCore.IndexedDB.LevelDBReadErrors"); in GetLevelDBOptions()
70 indexed_db::ReportLevelDBError, "WebCore.IndexedDB.LevelDBWriteErrors"); in GetLevelDBOptions()
H A Dindexed_db_reporting.cc17 namespace indexed_db { namespace
100 indexed_db::kLatestKnownSchemaVersion, in ReportSchemaVersion()
101 indexed_db::kLatestKnownSchemaVersion + 1, in ReportSchemaVersion()
H A Ddatabase_impl.cc215 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE, in Get()
256 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE, in GetAll()
364 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE; in OpenCursor()
H A Dindexed_db_backing_store.cc80 using indexed_db::GetInt;
81 using indexed_db::GetString;
82 using indexed_db::GetVarInt;
85 using indexed_db::IOErrorStatus;
86 using indexed_db::PutBool;
87 using indexed_db::PutIDBKeyPath;
88 using indexed_db::PutInt;
89 using indexed_db::PutString;
90 using indexed_db::PutVarInt;
91 using indexed_db::ReportOpenStatus;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A DBUILD.gn900 "indexed_db/cursor_impl.cc",
901 "indexed_db/cursor_impl.h",
902 "indexed_db/database_impl.cc",
903 "indexed_db/database_impl.h",
906 "indexed_db/indexed_db.h",
928 "indexed_db/indexed_db_cursor.h",
981 "indexed_db/indexed_db_value.cc",
982 "indexed_db/indexed_db_value.h",
983 "indexed_db/list_set.h",
986 "indexed_db/transaction_impl.cc",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A DBUILD.gn975 "indexed_db/cursor_impl.cc",
976 "indexed_db/cursor_impl.h",
977 "indexed_db/database_impl.cc",
978 "indexed_db/database_impl.h",
981 "indexed_db/indexed_db.h",
1000 "indexed_db/indexed_db_cursor.h",
1053 "indexed_db/indexed_db_value.cc",
1054 "indexed_db/indexed_db_value.h",
1055 "indexed_db/list_set.h",
1058 "indexed_db/transaction_impl.cc",
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/test/fuzzer/
H A DBUILD.gn242 "../../browser/indexed_db/indexed_db_leveldb_coding_encodeidbkey_fuzzer.cc",
245 seed_corpus = "../../browser/indexed_db/fuzzer_corpus/indexed_db_key"
249 sources = [ "../../browser/indexed_db/indexed_db_leveldb_coding_encodeidbkeypath_fuzzer.cc" ]
251 seed_corpus = "../../browser/indexed_db/fuzzer_corpus/indexed_db_key_path"
256 "../../browser/indexed_db/indexed_db_leveldb_coding_decodeidbkey_fuzzer.cc",
259 seed_corpus = "../../browser/indexed_db/fuzzer_corpus/encoded_indexed_db_key"
263 sources = [ "../../browser/indexed_db/indexed_db_leveldb_coding_decodeidbkeypath_fuzzer.cc" ]
266 "../../browser/indexed_db/fuzzer_corpus/encoded_indexed_db_key_path"
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_metadata_coding.cc32 using indexed_db::CheckIndexAndMetaDataKey;
34 using indexed_db::GetInt;
35 using indexed_db::GetVarInt;
36 using indexed_db::GetString;
37 using indexed_db::InternalInconsistencyStatus;
38 using indexed_db::InvalidDBKeyStatus;
39 using indexed_db::PutBool;
40 using indexed_db::PutIDBKeyPath;
41 using indexed_db::PutInt;
42 using indexed_db::PutString;
[all …]
H A Dindexed_db_reporting.h18 namespace indexed_db {
113 ::content::indexed_db::ReportInternalError( \
114 type, ::content::indexed_db::location); \
H A Dindexed_db_factory_impl.cc120 path_base.Append(indexed_db::GetLevelDBFileName(origin)); in CreateDatabaseDirectories()
122 path_base.Append(indexed_db::GetBlobStoreFileName(origin)); in CreateDatabaseDirectories()
123 if (indexed_db::IsPathTooLong(filesystem, leveldb_path)) { in CreateDatabaseDirectories()
136 leveldb::Status s = indexed_db::GetInt(db, SchemaVersionKey::Encode(), in AreSchemasKnown()
146 if (db_schema_version > indexed_db::kLatestKnownSchemaVersion) { in AreSchemasKnown()
486 path_base.Append(indexed_db::GetLevelDBFileName(saved_origin)); in HandleBackingStoreCorruption()
678 indexed_db::kBackingStoreActionUmaName, in GetOrOpenOriginFactory()
679 indexed_db::IndexedDBAction::kBackingStoreOpenAttempt); in GetOrOpenOriginFactory()
872 std::string corruption_message = indexed_db::ReadCorruptionInfo( in OpenAndVerifyIndexedDBBackingStore()
947 indexed_db:: in OpenAndVerifyIndexedDBBackingStore()
[all …]
H A Dindexed_db_cursor.h27 indexed_db::CursorType cursor_type,
51 return (cursor_type_ == indexed_db::CURSOR_KEY_ONLY) ? nullptr in Value()
80 indexed_db::CursorType cursor_type_;
H A Dindexed_db_leveldb_operations.cc29 namespace indexed_db { namespace
109 path_base.Append(indexed_db::ComputeCorruptionFileName(origin)); in ReadCorruptionInfo()
270 Status s = indexed_db::GetInt(db, max_object_store_id_key, in GetMaxObjectStoreId()
312 return indexed_db::InternalInconsistencyStatus(); in SetMaxObjectStoreId()
314 return indexed_db::PutInt(transaction, max_object_store_id_key, in SetMaxObjectStoreId()
415 Status s = indexed_db::GetInt(transaction, MaxDatabaseIdKey::Encode(), in GetNewDatabaseId()
427 s = indexed_db::PutInt(transaction, MaxDatabaseIdKey::Encode(), database_id); in GetNewDatabaseId()
568 indexed_db::GetInt(db, earliest_sweep_time_key, &time_micros, &found); in GetEarliestSweepTime()
592 return indexed_db::PutInt(txn, earliest_sweep_time_key, time_micros); in SetEarliestSweepTime()
H A Dindexed_db_class_factory.cc58 options.comparator = indexed_db::GetDefaultLevelDBComparator(); in GetLevelDBOptions()
68 indexed_db::ReportLevelDBError, "WebCore.IndexedDB.LevelDBReadErrors"); in GetLevelDBOptions()
70 indexed_db::ReportLevelDBError, "WebCore.IndexedDB.LevelDBWriteErrors"); in GetLevelDBOptions()
H A Dindexed_db_reporting.cc17 namespace indexed_db { namespace
100 indexed_db::kLatestKnownSchemaVersion, in ReportSchemaVersion()
101 indexed_db::kLatestKnownSchemaVersion + 1, in ReportSchemaVersion()
H A Ddatabase_impl.cc215 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE, in Get()
271 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE, in GetAll()
379 key_only ? indexed_db::CURSOR_KEY_ONLY : indexed_db::CURSOR_KEY_AND_VALUE; in OpenCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/fuzzer/
H A DBUILD.gn250 "../../browser/indexed_db/indexed_db_leveldb_coding_encodeidbkey_fuzzer.cc",
253 seed_corpus = "../../browser/indexed_db/fuzzer_corpus/indexed_db_key"
257 sources = [ "../../browser/indexed_db/indexed_db_leveldb_coding_encodeidbkeypath_fuzzer.cc" ]
259 seed_corpus = "../../browser/indexed_db/fuzzer_corpus/indexed_db_key_path"
264 "../../browser/indexed_db/indexed_db_leveldb_coding_decodeidbkey_fuzzer.cc",
267 seed_corpus = "../../browser/indexed_db/fuzzer_corpus/encoded_indexed_db_key"
271 sources = [ "../../browser/indexed_db/indexed_db_leveldb_coding_decodeidbkeypath_fuzzer.cc" ]
274 "../../browser/indexed_db/fuzzer_corpus/encoded_indexed_db_key_path"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_request.h224 void SetCursorDetails(indexed_db::CursorType, mojom::IDBCursorDirection);
396 indexed_db::CursorType cursor_type_ = indexed_db::kCursorKeyAndValue;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_request.h225 void SetCursorDetails(indexed_db::CursorType, mojom::IDBCursorDirection);
401 indexed_db::CursorType cursor_type_ = indexed_db::kCursorKeyAndValue;

123456789