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

  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider_test.py 82 def _CreateContentProvider(self, supports_zip=False):
92 supports_zip=supports_zip)
144 zip_content_provider = self._CreateContentProvider(supports_zip=True)
153 zip_content_provider = self._CreateContentProvider(supports_zip=True)
163 # Without supports_zip the path is canonicalized as a file.
170 # With supports_zip the path is canonicalized as the zip file which
172 zip_content_provider = self._CreateContentProvider(supports_zip=True)
content_provider.py 48 |supports_zip| is True.
62 supports_zip=False):
75 if supports_zip:

Completed in 795 milliseconds