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

  /external/chromium_org/chrome/common/extensions/docs/server2/
example_zipper_test.py 11 from compiled_file_system import CompiledFileSystem
23 CompiledFileSystem.Factory(self._file_system, object_store_creator),
manifest_data_source_test.py 9 from compiled_file_system import CompiledFileSystem
121 CompiledFileSystem.Factory(file_system, ObjectStoreCreator.ForTest()),
chained_compiled_file_system_test.py 9 from compiled_file_system import CompiledFileSystem
35 self._base_factory = CompiledFileSystem.Factory(base_file_system,
38 self._patched_factory = CompiledFileSystem.Factory(self._file_system,
api_list_data_source_test.py 8 from compiled_file_system import CompiledFileSystem
56 CompiledFileSystem.Factory(
server_instance.py 9 from compiled_file_system import CompiledFileSystem
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),
instance_servlet.py 7 from compiled_file_system import CompiledFileSystem
43 compiled_host_fs_factory = CompiledFileSystem.Factory(
redirector_test.py 9 from compiled_file_system import CompiledFileSystem
47 CompiledFileSystem.Factory(file_system, ObjectStoreCreator.ForTest()),
sidenav_data_source_test.py 11 from compiled_file_system import CompiledFileSystem
19 self._compiled_fs_factory = CompiledFileSystem.Factory(
template_data_source_test.py 12 from compiled_file_system import CompiledFileSystem
87 compiled_fs_factory = CompiledFileSystem.Factory(
105 compiled_fs_factory = CompiledFileSystem.Factory(
116 compiled_fs_factory = CompiledFileSystem.Factory(
129 compiled_fs_factory = CompiledFileSystem.Factory(
compiled_file_system.py 10 class CompiledFileSystem(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,
patch_servlet.py 14 from compiled_file_system import CompiledFileSystem
42 base_compiled_fs_factory = CompiledFileSystem.Factory(base_file_system,
52 patched_compiled_fs_factory = CompiledFileSystem.Factory(
compiled_file_system_test.py 7 from compiled_file_system import CompiledFileSystem
33 return CompiledFileSystem.Factory(
47 'class=CompiledFileSystem&'
50 'class=CompiledFileSystem&'
55 'class=CompiledFileSystem&'
58 'class=CompiledFileSystem&'
chained_compiled_file_system.py 5 from compiled_file_system import CompiledFileSystem
9 ''' A CompiledFileSystem implementation that fetches data from a chain of
24 class Factory(CompiledFileSystem.Factory):
api_data_source_test.py 18 from compiled_file_system import CompiledFileSystem
69 self._compiled_fs_factory = CompiledFileSystem.Factory(
availability_finder_test.py 12 from compiled_file_system import CompiledFileSystem
26 CompiledFileSystem.Factory(
cron_servlet.py 13 from compiled_file_system import CompiledFileSystem
204 compiled_host_fs_factory = CompiledFileSystem.Factory(
availability_finder.py 9 from compiled_file_system import CompiledFileSystem
125 fs_factory = CompiledFileSystem.Factory(
samples_data_source.py 10 from compiled_file_system import CompiledFileSystem

Completed in 1124 milliseconds