Searched refs:CompiledFileSystem (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dexample_zipper_test.py11 from compiled_file_system import CompiledFileSystem namespace
23 CompiledFileSystem.Factory(self._file_system, object_store_creator),
H A Dmanifest_data_source_test.py9 from compiled_file_system import CompiledFileSystem namespace
121 CompiledFileSystem.Factory(file_system, ObjectStoreCreator.ForTest()),
H A Dchained_compiled_file_system_test.py9 from compiled_file_system import CompiledFileSystem namespace
35 self._base_factory = CompiledFileSystem.Factory(base_file_system,
38 self._patched_factory = CompiledFileSystem.Factory(self._file_system,
H A Dapi_list_data_source_test.py8 from compiled_file_system import CompiledFileSystem namespace
56 CompiledFileSystem.Factory(
H A Dchained_compiled_file_system.py5 from compiled_file_system import CompiledFileSystem namespace
9 ''' A CompiledFileSystem implementation that fetches data from a chain of
24 class Factory(CompiledFileSystem.Factory):
H A Dinstance_servlet.py7 from compiled_file_system import CompiledFileSystem namespace
43 compiled_host_fs_factory = CompiledFileSystem.Factory(
H A Dsidenav_data_source_test.py11 from compiled_file_system import CompiledFileSystem namespace
19 self._compiled_fs_factory = CompiledFileSystem.Factory(
H A Dserver_instance.py9 from compiled_file_system import CompiledFileSystem namespace
78 CompiledFileSystem.Factory(extension_samples_fs, object_store_creator),
80 CompiledFileSystem.Factory(self.app_samples_file_system,
139 CompiledFileSystem.Factory(file_system,
157 CompiledFileSystem.Factory(trunk_file_system, object_store_creator),
H A Dtemplate_data_source_test.py12 from compiled_file_system import CompiledFileSystem namespace
87 compiled_fs_factory = CompiledFileSystem.Factory(
105 compiled_fs_factory = CompiledFileSystem.Factory(
116 compiled_fs_factory = CompiledFileSystem.Factory(
129 compiled_fs_factory = CompiledFileSystem.Factory(
H A Dcompiled_file_system.py10 class CompiledFileSystem(object): class in inherits:object
14 """A class to build a CompiledFileSystem backed by |file_system|.
21 """Create a CompiledFileSystem that populates the cache by calling
34 CompiledFileSystem, category='/'.join(full_name + [my_category]))
35 return CompiledFileSystem(self._file_system,
H A Dpatch_servlet.py14 from compiled_file_system import CompiledFileSystem namespace
42 base_compiled_fs_factory = CompiledFileSystem.Factory(base_file_system,
52 patched_compiled_fs_factory = CompiledFileSystem.Factory(
H A Dredirector_test.py9 from compiled_file_system import CompiledFileSystem namespace
47 CompiledFileSystem.Factory(file_system, ObjectStoreCreator.ForTest()),
H A Dcompiled_file_system_test.py7 from compiled_file_system import CompiledFileSystem namespace
33 return CompiledFileSystem.Factory(
47 'class=CompiledFileSystem&'
50 'class=CompiledFileSystem&'
55 'class=CompiledFileSystem&'
58 'class=CompiledFileSystem&'
H A Dapi_data_source_test.py18 from compiled_file_system import CompiledFileSystem namespace
69 self._compiled_fs_factory = CompiledFileSystem.Factory(
H A Davailability_finder.py9 from compiled_file_system import CompiledFileSystem namespace
125 fs_factory = CompiledFileSystem.Factory(
H A Davailability_finder_test.py12 from compiled_file_system import CompiledFileSystem namespace
26 CompiledFileSystem.Factory(
H A Dcron_servlet.py13 from compiled_file_system import CompiledFileSystem namespace
204 compiled_host_fs_factory = CompiledFileSystem.Factory(
H A Dsamples_data_source.py10 from compiled_file_system import CompiledFileSystem namespace

Completed in 417 milliseconds