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

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcontent_provider.py140 return self._FindFileForPath(path).Then(self._content_cache.GetFromFile)
150 stat_future = self._FindFileForPath(path).Then(self.file_system.StatAsync)
153 def _FindFileForPath(self, path): member in class:ContentProvider

Completed in 231 milliseconds