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

  /external/chromium_org/chrome/common/extensions/docs/server2/
table_of_contents_renderer.py 5 from extensions_paths import PRIVATE_TEMPLATES
28 path = '%stable_of_contents.html' % PRIVATE_TEMPLATES
53 '%stable_of_contents.html' % PRIVATE_TEMPLATES).Get(),
extensions_paths.py 45 PRIVATE_TEMPLATES = join(TEMPLATES, 'private/')
template_data_source.py 12 ARTICLES_TEMPLATES, INTROS_TEMPLATES, PRIVATE_TEMPLATES)
62 _BASE = PRIVATE_TEMPLATES
permissions_data_source.py 9 from extensions_paths import PRIVATE_TEMPLATES
70 PRIVATE_TEMPLATES + permission['partial']).Get()
jsc_view.py 12 from extensions_paths import JSON_TEMPLATES, PRIVATE_TEMPLATES
397 '%sintro_tables/%s_message.html' % (PRIVATE_TEMPLATES, status)).Get(),
454 posixpath.join(PRIVATE_TEMPLATES,
563 posixpath.join(PRIVATE_TEMPLATES, node['partial'])).Get()

Completed in 184 milliseconds