OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetMulti
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
object_store.py
33
self.
SetMulti
({ key: value })
35
def
SetMulti
(self, items):
cache_chain_object_store.py
55
object_store.
SetMulti
(updates)
79
def
SetMulti
(self, mapping):
82
object_store.
SetMulti
(mapping)
memcache_object_store.py
21
def
SetMulti
(self, mapping):
persistent_object_store.py
29
def
SetMulti
(self, mapping):
test_object_store.py
35
def
SetMulti
(self, mapping):
caching_file_system.py
29
self._object_store.
SetMulti
(dict(
caching_rietveld_patcher.py
42
self._object_store.
SetMulti
(_ToObjectStoreValue(uncached_value,
github_file_system.py
90
password_store.
SetMulti
({'username': USERNAME, 'password': PASSWORD})
Completed in 507 milliseconds