OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjectStoreNamesKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h
346
class
ObjectStoreNamesKey
{
351
static bool Decode(base::StringPiece* slice,
ObjectStoreNamesKey
* result);
355
int Compare(const
ObjectStoreNamesKey
& other);
indexed_db_leveldb_coding.cc
123
// => object store id [
ObjectStoreNamesKey
]
1064
return Compare<
ObjectStoreNamesKey
>(
[
all
...]
indexed_db_leveldb_coding_unittest.cc
933
keys.push_back(
ObjectStoreNamesKey
::Encode(1, ASCIIToUTF16("")));
934
keys.push_back(
ObjectStoreNamesKey
::Encode(1, ASCIIToUTF16("a")));
[
all
...]
indexed_db_backing_store.cc
[
all
...]
Completed in 44 milliseconds