OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectStoreMetaDataKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc
856
ObjectStoreMetaDataKey
meta_data_key;
857
bool ok =
ObjectStoreMetaDataKey
::Decode(&slice, &meta_data_key);
875
ObjectStoreMetaDataKey
::Encode(database_id, 1, 0);
877
ObjectStoreMetaDataKey
::EncodeMaxKey(database_id);
885
ObjectStoreMetaDataKey
meta_data_key;
886
bool ok =
ObjectStoreMetaDataKey
::Decode(&slice, &meta_data_key);
888
if (meta_data_key.MetaDataType() !=
ObjectStoreMetaDataKey
::NAME) {
910
ObjectStoreMetaDataKey
::KEY_PATH)) {
926
ObjectStoreMetaDataKey
::AUTO_INCREMENT)) {
941
ObjectStoreMetaDataKey
::EVICTABLE))
[
all
...]
indexed_db_leveldb_coding_unittest.cc
837
ObjectStoreMetaDataKey
::Encode(1, 1,
ObjectStoreMetaDataKey
::NAME));
839
ObjectStoreMetaDataKey
::Encode(1, 1,
ObjectStoreMetaDataKey
::KEY_PATH));
840
keys.push_back(
ObjectStoreMetaDataKey
::Encode(
841
1, 1,
ObjectStoreMetaDataKey
::AUTO_INCREMENT));
843
ObjectStoreMetaDataKey
::Encode(1, 1,
ObjectStoreMetaDataKey
::EVICTABLE));
844
keys.push_back(
ObjectStoreMetaDataKey
::Encode(
845
1, 1,
ObjectStoreMetaDataKey
::LAST_VERSION))
[
all
...]
indexed_db_leveldb_coding.h
222
class
ObjectStoreMetaDataKey
{
235
ObjectStoreMetaDataKey
();
236
static bool Decode(base::StringPiece* slice,
ObjectStoreMetaDataKey
* result);
245
int Compare(const
ObjectStoreMetaDataKey
& other);
indexed_db_leveldb_coding.cc
64
// Object store metadata: [
ObjectStoreMetaDataKey
]
996
return Compare<
ObjectStoreMetaDataKey
>(
[
all
...]
Completed in 29 milliseconds