HomeSort by relevance Sort by last modified time
    Searched refs:web (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 26 """Parses CodeReview web page.
39 """Parses a CodeReview web pages.
148 """parses Trybot web pages.
161 """Parses a Trybot web page.
  /external/chromium_org/tools/usb_gadget/
echo_gadget.py 205 """Registers web request handlers with the application server."""
208 from tornado import web namespace
210 class WebConfigureHandler(web.RequestHandler):
  /external/skia/tools/
compare_codereview.py 26 """Parses CodeReview web page.
39 """Parses a CodeReview web pages.
148 """parses Trybot web pages.
161 """Parses a Trybot web page.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
signer.js 6 * @fileoverview Handles web page requests for gnubby sign requests.
15 * Handles a web sign request.
17 * @param {Object} request The web page's sign request.
51 * @param {Object} request The web page's sign request.
94 * Creates a base web responseData object from the server challenge.
124 * @param {Object} request The web page's sign request.
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_proxy.cc 298 content::WebContents* web = *iter; local
299 content::RenderProcessHost* process_host = web->GetRenderProcessHost();
303 // Find which process renders the web contents.
322 const content::NavigationController& controller = web->GetController();
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 30 browser with the same level of security and privacy as traditional web
37 * This code can interact with the embedding web page as part of an
38 HTML and JavaScript web application, or it can be a self-contained
77 Web platform delivered by Chrome whereas NaCl only works on the Chrome Web
87 virtual machines written in C/C++, for use in a web application.
91 * Handling multimedia for a web application.
92 * Various aspects of web-based games, including physics engines and AI.
126 * `PNaCl SIMD: Speed on the Web`_.
146 Portable Native Client complement other technologies by giving web
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 205 WebView web = tab.getWebView(); local
212 web.stopLoading();
214 web.reload();
TabControl.java 680 WebView web = t.getWebView(); local
681 if (web != null) {
682 web.setPictureListener(listener != null ? t : null);
  /external/chromium_org/components/test/data/web_database/
version_34.sql 12 INSERT INTO "keywords" VALUES(5,'Search the web (Babylon)','search.babylon.com','','http://search.babylon.com/web/{searchTerms}?babsrc=browsersearch',1,0,'',1299093361,0,'','',0,0,0,0,'');
  /external/chromium_org/remoting/webapp/
identity.js 143 * Called in response to the user signing in to the web-app.
169 * Returns whether the web app has authenticated with the Google services.
plugin_settings.js 33 /** @type {string} URL for the talk gadget web service. */
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_client.js 8 * @param {WebView} webView Web View tag.
104 * Handles completion of the web view request.
110 console.debug('Web View loaded.');
116 * Handles termination of the web view request.
122 console.debug('Web View failed to load with error: ' + e.reason + ', url: ' +
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
karma.conf.js 65 // web server port
  /external/chromium_org/third_party/skia/tools/lua/
classify_rrect_clips.lua 100 --[[ To use the web scraper comment out the above call to print_classes, run the code below,
count_reduced_clipstacks.lua 74 --[[ To use the web scraper comment out the print above, run the code below to generate an
  /external/skia/tools/lua/
classify_rrect_clips.lua 100 --[[ To use the web scraper comment out the above call to print_classes, run the code below,
count_reduced_clipstacks.lua 74 --[[ To use the web scraper comment out the print above, run the code below to generate an
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 11 * and doesn't waste resources. When a web page or web app makes a speech
117 // extension api and the web speech api specify 32k as the
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 407 #web-content-section select,
408 .web-content-select-label {
412 .web-content-select-label > span:only-of-type {
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 53 * Web platform, and should not be used by a responsible library, even in
63 * to by web developers, e.g. "document" instead of "HTMLDocument").
87 * referred to by web developers, e.g. "document" instead of
129 * referred to by web developers, e.g. "document" instead of
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 213 self.web = False
291 if self.web and not self.copied_from:
381 self.web = True
505 # Load CL from disk and/or the web.
506 def LoadCL(ui, repo, name, web=True):
523 if web:
524 set_status("getting issue metadata from web")
543 cl.web = True
556 def __init__(self, ui, repo, dir, f, web):
562 self.web = we
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 213 self.web = False
291 if self.web and not self.copied_from:
381 self.web = True
505 # Load CL from disk and/or the web.
506 def LoadCL(ui, repo, name, web=True):
523 if web:
524 set_status("getting issue metadata from web")
543 cl.web = True
556 def __init__(self, ui, repo, dir, f, web):
562 self.web = we
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
externs.js 118 * the public web pages, but there are still existing usages.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
initial_speech.js 43 // Allow the web author to disable reading the page title on load
  /external/chromium_org/chrome/test/chromedriver/js/
add_cookie.js 24 * Add the given cookie to the current web page.

Completed in 3421 milliseconds

1 23 4 5 6 7 8