Searched refs:TestObjectStore (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_object_store_test.py6 from test_object_store import TestObjectStore namespace
11 store = TestObjectStore('namespace')
16 store = TestObjectStore('namespace')
28 store = TestObjectStore('namespace')
H A Dobject_store_creator.py8 from test_object_store import TestObjectStore namespace
24 # on Create(). Useful with TestObjectStore, for example.
41 store_type=TestObjectStore,
H A Dobject_store_creator_test.py9 from test_object_store import TestObjectStore namespace
18 store_type=TestObjectStore,
H A Dreference_resolver_test.py11 from test_object_store import TestObjectStore namespace
282 TestObjectStore('apps/test'))
285 TestObjectStore('extensions/test'))
H A Dserver_instance.py22 from test_object_store import TestObjectStore namespace
124 store_type=TestObjectStore)
H A Dtest_object_store.py8 class TestObjectStore(ObjectStore): class in inherits:ObjectStore
H A Dcache_chain_object_store_test.py7 from test_object_store import TestObjectStore namespace
12 self._first = TestObjectStore('first', init={
15 self._second = TestObjectStore('second', init={
19 self._third = TestObjectStore('third', init={
H A Dcompiled_file_system_test.py16 from test_object_store import TestObjectStore namespace
49 store_type=TestObjectStore,
H A Dcaching_file_system_test.py17 from test_object_store import TestObjectStore namespace
40 return TestObjectStore(namespace, init=db)

Completed in 1122 milliseconds