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

  /external/chromium_org/chrome/common/extensions/docs/server2/
content_providers.py 10 from content_provider import ContentProvider
57 # will read the content_provider configuration from there instead
69 "content_provider.json configuration") % LOCAL_DEBUG_DIR)
88 '''Gets a (content_provider, serve_from, path_in_content_provider) tuple,
89 where content_provider is the ContentProvider with the longest "serveFrom"
integration_test.py 77 for content_provider in content_providers.itervalues():
78 if 'chromium' in content_provider:
79 public_files.update(walk(content_provider['chromium']['dir'],
80 prefix=content_provider['serveFrom']))
render_servlet.py 84 content_provider, serve_from, path = (
86 assert content_provider, 'No ContentProvider found for %s' % path
90 content_provider.file_system).Redirect(self._request.host, path)
98 canonical_path = content_provider.GetCanonicalPath(path)
109 content_and_type = content_provider.GetContentAndType(path).Get()
content_provider_test.py 12 from content_provider import ContentProvider

Completed in 194 milliseconds