HomeSort by relevance Sort by last modified time
    Searched refs:webapp (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Tools/RebaselineQueueServer/handlers/
pages.py 29 from google.appengine.ext import webapp namespace
30 from google.appengine.ext.webapp import template
35 class Home(webapp.RequestHandler):
44 class BuilderPicker(webapp.RequestHandler):
builderqueue.py 31 from google.appengine.ext import webapp namespace
32 from google.appengine.ext.webapp import template
38 class QueueHandler(webapp.RequestHandler):
  /external/webkit/Tools/RebaselineQueueServer/
main.py 33 from google.appengine.ext import webapp namespace
34 from google.appengine.ext.webapp import util
41 application = webapp.WSGIApplication([
  /external/webkit/Tools/QueueStatusServer/handlers/
patchstatus.py 29 from google.appengine.ext import webapp namespace
34 class PatchStatus(webapp.RequestHandler):
showresults.py 29 from google.appengine.ext import webapp namespace
34 class ShowResults(webapp.RequestHandler):
svnrevision.py 29 from google.appengine.ext import webapp namespace
34 class SVNRevision(webapp.RequestHandler):
updatebase.py 30 from google.appengine.ext import webapp, db namespace
33 class UpdateBase(webapp.RequestHandler):
patch.py 29 from google.appengine.ext import webapp namespace
30 from google.appengine.ext.webapp import template
35 class Patch(webapp.RequestHandler):
gc.py 29 from google.appengine.ext import webapp namespace
34 class GC(webapp.RequestHandler):
nextpatch.py 32 from google.appengine.ext import webapp namespace
37 class NextPatch(webapp.RequestHandler):
releasepatch.py 29 from google.appengine.ext import webapp, db namespace
30 from google.appengine.ext.webapp import template
updatesvnrevision.py 29 from google.appengine.ext import webapp, db namespace
30 from google.appengine.ext.webapp import template
dashboard.py 31 from google.appengine.ext import webapp namespace
32 from google.appengine.ext.webapp import template
38 class Dashboard(webapp.RequestHandler):
statusbubble.py 31 from google.appengine.ext import webapp namespace
32 from google.appengine.ext.webapp import template
39 class StatusBubble(webapp.RequestHandler):
recentstatus.py 31 from google.appengine.ext import webapp namespace
32 from google.appengine.ext.webapp import template
88 class QueuesOverview(webapp.RequestHandler):
submittoews.py 29 from google.appengine.ext import webapp, db namespace
30 from google.appengine.ext.webapp import template
updatestatus.py 30 from google.appengine.ext import webapp, db namespace
31 from google.appengine.ext.webapp import template
updateworkitems.py 29 from google.appengine.ext import webapp, db namespace
30 from google.appengine.ext.webapp import template
queuestatus.py 32 from google.appengine.ext import webapp namespace
33 from google.appengine.ext.webapp import template
39 class QueueStatus(webapp.RequestHandler):
  /external/webkit/Tools/TestResultServer/handlers/
menu.py 30 from google.appengine.ext import webapp namespace
31 from google.appengine.ext.webapp import template
43 class Menu(webapp.RequestHandler):
dashboardhandler.py 34 from google.appengine.ext import webapp namespace
35 from google.appengine.ext.webapp import template
46 class GetDashboardFile(webapp.RequestHandler):
86 class UpdateDashboardFile(webapp.RequestHandler):
116 class DeleteDashboardFile(webapp.RequestHandler):
  /external/webkit/Tools/TestResultServer/
main.py 33 from google.appengine.ext import webapp namespace
34 from google.appengine.ext.webapp.util import run_wsgi_app
51 application = webapp.WSGIApplication(routes, debug=True)
  /external/webkit/Tools/QueueStatusServer/filters/
webkit_extras.py 32 from google.appengine.ext import webapp namespace
34 register = webapp.template.create_template_register()
  /external/webkit/Tools/QueueStatusServer/
main.py 33 from google.appengine.ext import webapp namespace
34 from google.appengine.ext.webapp.util import run_wsgi_app
53 webapp.template.register_template_library('filters.webkit_extras')
74 application = webapp.WSGIApplication(routes, debug=True)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 6 from google.appengine.ext import webapp namespace
7 from google.appengine.ext.webapp import util
10 from google.appengine.ext.webapp import template
107 class MainHandler(webapp.RequestHandler):
146 application = webapp.WSGIApplication([

Completed in 218 milliseconds

1 2