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

  /external/chromium_org/chrome/common/extensions/docs/server2/
object_store_creator_test.py 8 from environment import GetAppVersion
24 'class=_FooClass&app_version=%s' % GetAppVersion(),
31 'class=_FooClass&category=hi&app_version=%s' % GetAppVersion(),
appengine_url_fetcher.py 9 from environment import GetAppVersion
15 'User-Agent': 'Chromium docserver %s' % GetAppVersion(),
environment.py 14 def GetAppVersion():
object_store_creator.py 6 from environment import GetAppVersion
59 app_version = GetAppVersion()
compiled_file_system_test.py 11 from environment import GetAppVersion
64 'app_version=%s' % GetAppVersion(),
67 'app_version=%s' % GetAppVersion(),
72 'app_version=%s' % GetAppVersion(),
75 'app_version=%s' % GetAppVersion(),
cron_servlet.py 14 from environment import GetAppVersion, IsDevServer
109 def GetAppVersion(self):
110 return GetAppVersion()
254 if app_yaml_handler.IsUpToDate(delegate.GetAppVersion()):
260 delegate.GetAppVersion()) - 1
263 delegate.GetAppVersion(), safe_revision)
cron_servlet_test.py 12 from environment import GetAppVersion
35 self._app_version = GetAppVersion()
57 def GetAppVersion(self):

Completed in 91 milliseconds