HomeSort by relevance Sort by last modified time
    Searched full:webapp (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ShortcutHelper.java 55 * If the webpage indicated that it was capable of functioning as a webapp, it is added as a
56 * shortcut to a webapp Activity rather than as a general bookmark. User is sent to the
  /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
  /external/chromium_org/chrome/test/functional/chromoting/
chromoting_base.py 46 chromoting webapp in v1 format.
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.h 46 // and the apprtc.appspot.com demo webapp.
APPRTCAppClient.h 40 // Uses the client<->server specifics of the apprtc AppEngine webapp.
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 21 const char kWebAppCrx[] = "webapp-crx";
22 const char kWebAppUnpacked[] = "webapp-unpacked";
155 // Helper to get the path to the crx file of the webapp to be tested.
158 // Helper to get the extension ID of the installed chromoting webapp.
185 // Helper to construct the starting URL of the installed chromoting webapp.
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 83 // webapp to be enabled.
87 // the webapp to be enabled.
169 // Requests the webapp to fetch a third-party token.
209 // Helper method to post messages to the webapp.
230 // Uses the PIN request dialog in the webapp to obtain the shared secret.
pepper_input_handler.h 80 // a mouse lock request if enabled by the webapp.
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 693 // WebApp name.
699 // Object (file) type name that is generated by this WebApp.
702 // True if WebApp supports creation of new file instances.
705 // List of primary mime types supported by this WebApp. Primary status should
706 // trigger this WebApp becoming the default handler of file instances that
712 // List of secondary mime types supported by this WebApp. Secondary status
713 // should make this WebApp show up in "Open with..." pop-up menu of the
719 // List of primary file extensions supported by this WebApp. Primary status
720 // should trigger this WebApp becoming the default handler of file instances
726 // List of secondary file extensions supported by this WebApp. Secondar
    [all...]
drive_api_parser.h 187 // List of primary mime types supported by this WebApp. Primary status should
188 // trigger this WebApp becoming the default handler of file instances that
194 // List of secondary mime types supported by this WebApp. Secondary status
195 // should make this WebApp show up in "Open with..." pop-up menu of the
201 // List of primary file extensions supported by this WebApp. Primary status
202 // should trigger this WebApp becoming the default handler of file instances
208 // List of secondary file extensions supported by this WebApp. Secondary
209 // status should make this WebApp show up in "Open with..." pop-up menu of the
  /external/chromium_org/chrome/test/pyautolib/
fetch_prebuilt_pyauto.py 91 self._remoting_zip_url = self._url + '/' + 'remoting-webapp.zip'
167 shutil.move(self._outdir + '/remoting-webapp',
168 self._outdir + '/remoting/remoting.webapp')
chromotinglib.py 83 """Returns the path to the webapp.
85 Expects the webapp to be in the same place as the pyautolib binaries.
87 return os.path.join(self.BrowserPath(), 'remoting', 'remoting.webapp')
166 """Allows access to chromoting webapp."""
194 """Deny and then allow access to chromoting webapp."""
  /external/chromium_org/remoting/protocol/
connection_to_host.cc 198 // TODO(sergeyu): This logic belongs to the webapp, but we
199 // currently don't expose this error code to the webapp, and it
200 // would be hard to add it because client plugin and webapp
connection_to_host.h 55 // enumeration in webapp/client_session.js and
negotiating_authenticator_base.h 60 // mix of webapp, client plugin and host, for both Me2Me and IT2Me.
  /external/chromium_org/base/android/java/src/org/chromium/base/
PathUtils.java 38 * @param webappSuffix The suffix of the directory used for storing webapp-specific profile
  /external/chromium_org/chrome/browser/android/
shortcut_helper.h 31 // 1) The renderer is asked to parse out webapp related meta tags with an async
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
menu.py 32 from google.appengine.ext.webapp import template
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 71 webapp_name: The string name of the webapp associated with the given test.
244 webapp_name: A name of the webapp.
342 os.mkdir(dest_dir) # Webapp name directory.
424 A dict of a log location, webapp's name and test's name. False if error.
724 # Links for each webapp.
737 # Print out the data for each webapp.
742 # Links for each test for this webapp.
754 # Print out the data for each test for this webapp.
819 '12345', content, 'webapp', 'test', options.graph_dir)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/conf/
jetty.xml 114 <Arg>org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern</Arg>
122 <!-- Configure the webapp deployer. -->
123 <!-- A webapp deployer will deploy standard webapps discovered -->
144 <Arg>org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern</Arg>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/conf/
jetty.xml 114 <Arg>org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern</Arg>
122 <!-- Configure the webapp deployer. -->
123 <!-- A webapp deployer will deploy standard webapps discovered -->
144 <Arg>org.eclipse.jetty.server.webapp.ContainerIncludeJarPattern</Arg>
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app.py 17 from google.appengine.ext.webapp import blobstore_handlers
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 32 from google.appengine.ext import webapp namespace
37 class BaseWebServiceHandler(webapp.RequestHandler):
391 application = webapp.WSGIApplication(

Completed in 733 milliseconds

12 3 4