OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewKey
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/value_store/
value_store_util.h
17
scoped_ptr<std::string>
NewKey
(const std::string& key);
value_store_util.cc
9
scoped_ptr<std::string>
NewKey
(const std::string& key) {
leveldb_value_store.cc
154
Error::Create(CORRUPTION, kInvalidJson, util::
NewKey
(key)));
309
return ToValueStoreError(s, util::
NewKey
(key));
313
return Error::Create(CORRUPTION, kInvalidJson, util::
NewKey
(key));
/external/chromium_org/chrome/browser/extensions/api/storage/
settings_storage_quota_enforcer.cc
150
QuotaExceededError(QUOTA_BYTES, util::
NewKey
(key)));
154
QuotaExceededError(QUOTA_BYTES_PER_ITEM, util::
NewKey
(key)));
157
return MakeWriteResult(QuotaExceededError(MAX_ITEMS, util::
NewKey
(key)));
181
QuotaExceededError(QUOTA_BYTES_PER_ITEM, util::
NewKey
(it.key())));
policy_value_store.cc
143
return MakeWriteResult(ReadOnlyError(util::
NewKey
(key)));
152
return MakeWriteResult(ReadOnlyError(util::
NewKey
(key)));
Completed in 2636 milliseconds