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

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcontent_provider_test.py101 content_and_type = self._content_provider.GetContentAndType(path).Get()
108 content_and_type = self._content_provider.GetContentAndType(path).Get()
116 self._content_provider.GetContentAndType('dir/a.txt').Get())
119 self._content_provider.GetContentAndType('dir/c/d.txt').Get())
122 self._content_provider.GetContentAndType('read.txt').Get())
125 self._content_provider.GetContentAndType('redirects.json').Get())
128 self._content_provider.GetContentAndType('run.js').Get())
131 self._content_provider.GetContentAndType('site.css').Get())
141 self._content_provider.GetContentAndType('img.png').Get())
145 content_and_type = zip_content_provider.GetContentAndType('di
[all...]
H A Dcontent_providers_test.py122 provider.GetContentAndType('gala.txt').Get().content)
125 provider.GetContentAndType('green/granny smith.txt').Get().content)
131 provider.GetContentAndType('vegetable.txt').Get().content)
134 provider.GetContentAndType('fruit/cherry.txt').Get().content)
140 provider.GetContentAndType('apples/gala.txt').Get().content)
196 provider.GetContentAndType(path).Get().content)
208 provider.GetContentAndType(path).Get().content)
H A Dcontent_provider.py28 '''Return value from ContentProvider.GetContentAndType.
51 file extension is given to GetCanonicalPath/GetContentAndType. Typically
130 def GetContentAndType(self, path): member in class:ContentProvider
202 futures.append(self.GetContentAndType(Join(root, f)))
206 futures.append(self.GetContentAndType(Join(root, base)))
H A Drender_servlet.py109 content_and_type = content_provider.GetContentAndType(path).Get()

Completed in 2133 milliseconds