HomeSort by relevance Sort by last modified time
    Searched refs:PersistentObjectStore (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
persistent_object_store_test.py 6 from persistent_object_store import PersistentObjectStore
10 '''Tests for PersistentObjectStore. These are all a bit contrived because
16 object_store = PersistentObjectStore('test')
20 another_object_store = PersistentObjectStore('test')
34 object_store = PersistentObjectStore('test')
35 another_object_store = PersistentObjectStore('another')
object_store_creator.py 9 from persistent_object_store import PersistentObjectStore
79 chain = (MemcacheObjectStore(namespace), PersistentObjectStore(namespace))
persistent_object_store.py 23 class PersistentObjectStore(ObjectStore):

Completed in 84 milliseconds