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

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_main.py 15 from google.appengine.ext import webapp namespace
16 from google.appengine.ext.webapp.util import run_wsgi_app
21 run_wsgi_app(webapp.WSGIApplication([('/.*', AppEngineHandler)], debug=False))
app_engine_handler.py 5 from appengine_wrappers import webapp namespace
9 class AppEngineHandler(webapp.RequestHandler):
appengine_wrappers.py 31 import google.appengine.ext.webapp as webapp namespace
191 class webapp(object): class in function:IsDevServer
193 """A fake webapp.RequestHandler class for Handler to extend.
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
ContextTypesTest.java 21 Context webapp = new MockContext(); local
23 contextTypes.put(webapp, CONTEXT_TYPE_WEBAPP);
25 assertEquals(CONTEXT_TYPE_WEBAPP, contextTypes.getType(webapp));
  /external/chromium_org/chrome/test/functional/chromoting/
it2me_basic.py 23 webapp = self.InstallExtension(self.GetWebappPath())
24 self.LaunchApp(webapp)
28 self.client.LaunchApp(webapp)
auth.py 19 webapp = self.InstallExtension(self.GetWebappPath())
20 self.host.LaunchApp(webapp)
me2me_enable.py 24 webapp = self.InstallExtension(self.GetWebappPath())
25 self.host.LaunchApp(webapp)
me2me_connect.py 24 webapp = self.InstallExtension(self.GetWebappPath())
25 self.host.LaunchApp(webapp)
30 self.client.LaunchApp(webapp)
  /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([
  /external/chromium_org/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
110 class MainHandler(webapp.RequestHandler):
150 application = webapp.WSGIApplication([
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
menu.py 32 from google.appengine.ext.webapp import template
testfilehandler.py 36 from google.appengine.ext.webapp import template
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 27 from google.appengine.ext import webapp namespace
28 from google.appengine.ext.webapp import template
35 class BaseRequestHandler(webapp.RequestHandler):
133 class AvatarEditPage(webapp.RequestHandler):
178 class ContactsListPage(webapp.RequestHandler):
196 application = webapp.WSGIApplication(
web_services.py 32 from google.appengine.ext import webapp namespace
37 class BaseWebServiceHandler(webapp.RequestHandler):
391 application = webapp.WSGIApplication(
  /development/scripts/app_engine_server/gae_shell/
shell.py 50 from google.appengine.ext import webapp namespace
51 from google.appengine.ext.webapp import template
169 class FrontPageHandler(webapp.RequestHandler):
194 rendered = webapp.template.render(template_file, vars, debug=_DEBUG)
198 class StatementHandler(webapp.RequestHandler):
301 application = webapp.WSGIApplication(
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 11 from google.appengine.ext import webapp namespace
12 from google.appengine.ext.webapp.util import run_wsgi_app
44 class MainPage(webapp.RequestHandler):
270 application = webapp.WSGIApplication([
  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 11 * webapp must use Chrome's optional permissions API to check if it has the
12 * "host" permission needed to access that URL. If the webapp hasn't already
plugin_settings.js 19 // The settings on this file are automatically substituted by build-webapp.py.
stats_accumulator.js 7 * The webapp reads the plugin's connection statistics frequently (once per
server_log_entry.js 142 remoting.ServerLogEntry.KEY_WEBAPP_VERSION_ = 'webapp-version';
451 * Adds a field specifying the webapp version to this log entry.
format_iq.js 509 'webapp-version')) {
518 var webapp_version = grentry.getAttribute('webapp-version');
523 " webapp:" + webapp_version;
clipboard.js 149 // The JSON layer between the plugin and this webapp converts UTF-8 to the
third_party_token_fetcher.js 140 // The webapp uses an "implicit" OAuth flow with multiple response types to
  /development/scripts/app_engine_server/
memcache_zipserve.py 42 from google.appengine.ext import webapp namespace
43 from google.appengine.ext.webapp import util
89 class MemcachedZipHandler(webapp.RequestHandler):
750 application = webapp.WSGIApplication([('/([^/]+)/(.*)',
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 577 milliseconds

1 2