/external/chromium_org/remoting/host/setup/ |
daemon_controller.h | 71 // them in the webapp. 164 // webapp. In most cases it requires IO operations, so it may block
|
daemon_controller_delegate_win.cc | 125 // TODO(sergeyu): Report other errors to the webapp once it knows
|
/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/chrome/browser/ui/webui/ |
profiler_ui.cc | 11 // this, enable the following flag to read the webapp's source files
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
PepperPluginManager.java | 95 // Chrome-for-tv enables plugins only on webapp mode.
|
/external/chromium_org/remoting/client/ |
chromoting_client.cc | 110 // it to the webapp.
|
/external/chromium_org/remoting/webapp/ |
clipboard.js | 149 // The JSON layer between the plugin and this webapp converts UTF-8 to the
|
host_dispatcher.js | 499 // The NPAPI plugin is packaged with the webapp, not the host, so it 525 // The NPAPI plugin is packaged with the webapp, not the host, so it
|
server_log_entry.js | 148 remoting.ServerLogEntry.KEY_WEBAPP_VERSION_ = 'webapp-version'; 456 * Adds a field specifying the webapp version to this log entry.
|
third_party_token_fetcher.js | 140 // The webapp uses an "implicit" OAuth flow with multiple response types to
|
format_iq.js | 509 'webapp-version')) { 518 var webapp_version = grentry.getAttribute('webapp-version'); 523 " webapp:" + webapp_version;
|
client_plugin_async.js | 165 // At the moment the webapp does not recognize any of 171 // Let the host know that the webapp can be requested to always send
|
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/ |
main.py | 34 from google.appengine.ext.webapp import template
|
/external/chromium_org/chrome/tools/build/win/ |
FILES.cfg | 445 'filename': 'remoting-webapp.zip', 447 'archive': 'remoting-webapp.zip',
|
/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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
WebappAuthenticator.java | 38 private static final String MAC_KEY_BASENAME = "webapp-authenticator";
|
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.cc | 98 // the interface between the plugin and webapp. 111 // TODO(sergeyu): Ideally we should just pass ErrorCode to the webapp 113 // client plugin and webapp versions may not be in sync. It should be 170 // String sent in the "hello" message to the webapp to describe features. [all...] |
/external/chromium/chrome/browser/prerender/ |
prerender_manager_unittest.cc | 418 ASSERT_EQ(GURL("http://www.abercrombie.com/webapp/wcs/stores/servlet/StoreLocator?catalogId=&storeId=10051&langId=-1").spec(), result.spec());
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_util_unittest.cc | 29 ASSERT_EQ(GURL("http://www.abercrombie.com/webapp/wcs/stores/servlet/StoreLocator?catalogId=&storeId=10051&langId=-1").spec(), result.spec());
|
/external/chromium_org/remoting/host/installer/ |
build-installer-archive.py | 15 TODO(garykac) We should consider merging this with build-webapp.py.
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/ |
testfilehandler.py | 36 from google.appengine.ext.webapp import template
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarkUtils.java | 92 // Set the background based on the type of shortcut (either webapp or home shortcut).
|
/external/chromium_org/chrome/common/ |
render_messages.h | 407 // be treated as a webapp. 663 // Contains info about whether the current page can be treated as a webapp.
|
/external/chromium_org/chrome/test/functional/ |
perf.py | [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 376 * within a container (such as a webapp) to configure behaviour on a 819 // libraries such as log4j; in a webapp for example this code should 828 // in a webapp should use a commons-logging.properties file or a [all...] |