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

  /external/chromium_org/chrome/common/extensions/docs/server2/
chained_compiled_file_system_test.py 59 self.assertEqual(self._chained_compiled_fs.GetFromFileListing('dir/').Get(),
60 self._base_compiled_fs.GetFromFileListing('dir/').Get())
63 self._chained_compiled_fs.GetFromFileListing('dir/').Get(),
64 self._base_compiled_fs.GetFromFileListing('dir/').Get())
66 self._chained_compiled_fs.GetFromFileListing('dir/').Get(),
compiled_file_system_test.py 104 sorted(compiled_fs.GetFromFileListing('').Get()))
113 sorted(compiled_fs.GetFromFileListing('apps/').Get()))
115 compiled_fs.GetFromFileListing('apps/fakedir/').Get())
117 sorted(compiled_fs.GetFromFileListing(
120 compiled_fs.GetFromFileListing(
128 set(compiled_fs.GetFromFileListing('apps/fakedir/').Get()))
136 set(compiled_fs.GetFromFileListing('apps/fakedir/').Get()))
141 set(compiled_fs.GetFromFileListing('apps/fakedir/').Get()))
151 compiled_fs.GetFromFileListing('nodir/').Get)
154 compiled_fs.GetFromFileListing('404.html/').Get
    [all...]
chained_compiled_file_system.py 54 def GetFromFileListing(self, path):
59 lambda compiled_fs: compiled_fs.GetFromFileListing(path),
api_categorizer.py 23 return self._cache.GetFromFileListing(
directory_zipper.py 54 return self._zip_cache.GetFromFileListing(path)
samples_data_source.py 214 samples_list = self._apps_cache.GetFromFileListing('').Get()
216 samples_list = self._extensions_cache.GetFromFileListing(EXAMPLES).Get()
compiled_file_system.py 190 # This entire function set (i.e. GetFromFileListing) is defined to
227 def GetFromFileListing(self, path):

Completed in 88 milliseconds