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

  /external/chromium_org/chrome/common/extensions/docs/server2/
caching_rietveld_patcher.py 68 self._list_object_store = create_object_store('list')
88 patched_files = self._list_object_store.Get(version).Get()
93 self._list_object_store.Set(version, patched_files)
compiled_file_system.py 146 self._list_object_store = list_object_store
238 cache_entry = self._list_object_store.Get(path).Get()
245 self._list_object_store.Set(path, _CacheEntry(cache_data, version))
258 cache_entry = self._list_object_store.Get(path).Get()
compiled_file_system_test.py 58 self.assertEqual(expected_list, fs._list_object_store.namespace)

Completed in 191 milliseconds