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

  /external/chromium_org/chrome/common/extensions/docs/server2/
extensions_paths.py 48 CONTENT_PROVIDERS = join(JSON_TEMPLATES, 'content_providers.json')
patch_servlet.py 13 from extensions_paths import CONTENT_PROVIDERS
70 # HACK: if content_providers.json changes in this patch then the cron needs
73 if CONTENT_PROVIDERS in modified:
74 server_instance.content_providers.Refresh().Get()
cron_servlet_test.py 9 from content_providers import IgnoreMissingContentProviders
14 APP_YAML, CONTENT_PROVIDERS, CHROME_EXTENSIONS, PUBLIC_TEMPLATES, SERVER2,
146 'content_providers.json': ReadFile(CONTENT_PROVIDERS),
integration_test.py 23 CONTENT_PROVIDERS, CHROME_EXTENSIONS, PUBLIC_TEMPLATES)
72 # Public file locations are defined in content_providers.json, sort of. Epic
76 content_providers = json_parse.Parse(ReadFile(CONTENT_PROVIDERS))
77 for content_provider in content_providers.itervalues():
content_providers.py 12 from extensions_paths import CONTENT_PROVIDERS, LOCAL_DEBUG_DIR
36 '''Implements the content_providers.json configuration; see
37 chrome/common/extensions/docs/templates/json/content_providers.json for its
63 conf_stat = local_fs.Stat(CONTENT_PROVIDERS)
77 '''Gets the ContentProvider keyed by |name| in content_providers.json, or
113 return self._cache.GetFromFile(CONTENT_PROVIDERS).Get()
129 # the new content_providers.json is committed.

Completed in 58 milliseconds