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

  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher_test.py 13 PUBLIC_TEMPLATES)
53 ['%sextensions/runtime.html' % PUBLIC_TEMPLATES])
67 self._ApplySingle('%sextensions/test_foo.html' % PUBLIC_TEMPLATES))
api_categorizer.py 9 from extensions_paths import PUBLIC_TEMPLATES
25 posixpath.join(PUBLIC_TEMPLATES, self._platform) + '/').Get()
29 public_templates = []
31 public_templates.extend(posixpath.join(root, name) for name in files)
33 for name in public_templates)
extensions_paths.py 46 PUBLIC_TEMPLATES = join(TEMPLATES, 'public/')
test_servlet.py 5 from extensions_paths import PUBLIC_TEMPLATES
19 PUBLIC_TEMPLATES,
path_canonicalizer_test.py 9 from extensions_paths import PUBLIC_TEMPLATES, SERVER2
20 LocalFileSystem.Create(PUBLIC_TEMPLATES),
cron_servlet_test.py 14 APP_YAML, CONTENT_PROVIDERS, CHROME_EXTENSIONS, PUBLIC_TEMPLATES, SERVER2,
166 return MoveTo(PUBLIC_TEMPLATES, {
174 storage_html_path = PUBLIC_TEMPLATES + 'apps/storage.html'
render_servlet_test.py 8 from extensions_paths import EXAMPLES, PUBLIC_TEMPLATES, STATIC_DOCS
106 len(ReadFile('%s%s.html' % (PUBLIC_TEMPLATES, html_file))))
whats_new_data_source.py 10 from extensions_paths import JSON_TEMPLATES, PUBLIC_TEMPLATES
integration_test.py 23 CONTENT_PROVIDERS, CHROME_EXTENSIONS, PUBLIC_TEMPLATES)

Completed in 147 milliseconds