Searched refs:CompiledFileSystem (Results 1 – 14 of 14) sorted by relevance
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| D | compiled_file_system.py | 57 class CompiledFileSystem(object): class 89 CompiledFileSystem, 92 return CompiledFileSystem(file_system, 105 CompiledFileSystem, 116 CompiledFileSystem, 126 CompiledFileSystem) 135 CompiledFileSystem,
|
| D | server_instance.py | 10 from compiled_file_system import CompiledFileSystem 114 CompiledFileSystem.Factory(object_store_creator), 153 CompiledFileSystem.Factory(object_store_creator), 168 CompiledFileSystem.Factory(object_store_creator),
|
| D | chained_compiled_file_system.py | 5 from compiled_file_system import CompiledFileSystem 27 class Factory(CompiledFileSystem.Factory): 35 tuple(CompiledFileSystem.Factory(self._object_store).Create(
|
| D | api_categorizer_test.py | 8 from compiled_file_system import CompiledFileSystem 62 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()))
|
| D | directory_zipper_test.py | 10 from compiled_file_system import CompiledFileSystem 31 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
|
| D | instance_servlet.py | 6 from compiled_file_system import CompiledFileSystem 48 CompiledFileSystem.Factory(object_store_creator),
|
| D | chained_compiled_file_system_test.py | 9 from compiled_file_system import CompiledFileSystem 35 self._base_compiled_fs = CompiledFileSystem.Factory(
|
| D | compiled_file_system_test.py | 9 from compiled_file_system import CompiledFileSystem 47 CompiledFileSystem.Factory( 161 compiled_fs = CompiledFileSystem.Factory(
|
| D | redirector_test.py | 9 from compiled_file_system import CompiledFileSystem 46 CompiledFileSystem.Factory(ObjectStoreCreator.ForTest()),
|
| D | api_models_test.py | 10 from compiled_file_system import CompiledFileSystem 59 compiled_fs_factory = CompiledFileSystem.Factory(object_store_creator)
|
| D | content_providers_test.py | 9 from compiled_file_system import CompiledFileSystem 113 CompiledFileSystem.Factory(object_store_creator),
|
| D | content_provider_test.py | 11 from compiled_file_system import CompiledFileSystem 86 CompiledFileSystem.Factory(object_store_creator),
|
| D | cron_servlet.py | 12 from compiled_file_system import CompiledFileSystem 290 CompiledFileSystem.Factory(object_store_creator),
|
| D | availability_finder_test.py | 12 from compiled_file_system import CompiledFileSystem 40 CompiledFileSystem.Factory(test_object_store),
|