HomeSort by relevance Sort by last modified time
    Searched full:javascript (Results 926 - 950 of 8452) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/java/android/webkit/
JavascriptInterface.java 25 * Annotation that allows exposing methods to JavaScript. Starting from API level
27 * marked with this annotation are available to the Javascript code. See
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeReturnValuesTest.java 19 * we correctly convert Java values to JavaScript values when returning them
38 // Java values to JavaScript.
126 // Note that this requires that we can pass a JavaScript string to Java.
132 // Note that this requires that we can pass a JavaScript boolean to Java.
143 // char values are returned to JavaScript as numbers.
178 // We do the string comparison in JavaScript, to avoid relying on the
179 // coercion algorithm from JavaScript to Java.
182 // char values are returned to JavaScript as numbers.
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
index.html 8 <script type="text/javascript" language="JavaScript">
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t014parser.html 8 <script type="text/javascript" src="../../lib/antlr3-all.js"></script>
9 <script type="text/javascript" src="t014parserLexer.js"></script>
10 <script type="text/javascript" src="t014parserParser.js"></script>
14 <script type="text/javascript" src="../jsunit/app/jsUnitCore.js"></script>
17 <script type="text/javascript">
  /external/chromium_org/ppapi/examples/audio_input/
audio_input.html 10 <script type="text/javascript">
65 'javascript:UseDesignatedDevice(' + is_monitor + ',' + i + ');');
125 <li><a href="javascript:UseDefaultDevice();">
142 <a href="javascript:Stop();">Stop</a>
143 <a href="javascript:Start();">Start</a> (known issue: crbug.com/161058)
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.html 10 <script type="text/javascript">
66 'javascript:UseDesignatedDevice(' + is_monitor + ',' + i + ');');
133 <li><a href="javascript:UseDefaultDevice();">
150 <a href="javascript:Stop();">Stop</a>
151 <a href="javascript:Start();">Start</a>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
index.html 7 <script type='text/javascript' src='jquery-1.4.3.min.js'></script>
8 <script type='text/javascript' src='jquery.tablesorter.min.js'></script>
9 <script type='text/javascript' src='jquery.hotkeys.js'></script>
10 <script type='text/javascript' src='coverage_html.js'></script>
11 <script type='text/javascript' charset='utf-8'>
pyfile.html 10 <script type='text/javascript' src='jquery-1.4.3.min.js'></script>
11 <script type='text/javascript' src='jquery.hotkeys.js'></script>
12 <script type='text/javascript' src='jquery.isonscreen.js'></script>
13 <script type='text/javascript' src='coverage_html.js'></script>
14 <script type='text/javascript' charset='utf-8'>
  /external/chromium_org/third_party/skia/platform_tools/nacl/debugger/
index.html 12 <script type="text/javascript">
222 <body onLoad="javascript:onLoad()">
228 <li><a href="#" onClick="javascript:openFileDialog()">Open</a></li>
252 <li><a href="#" onClick="javascript:rewind()">Rewind</a></li>
253 <li><a href="#" onClick="javascript:stepBack()">Step Back</a></li>
254 <li><a href="#" onClick="javascript:stepForward()">Step Forward</a></li>
255 <li><a href="#" onClick="javascript:play()">Play</a></li>
256 <li><a href="#" onClick="javascript:pause()">Pause</a></li>
271 <button onClick="javascript:rewind()"><img src="icons/rewind.png"/><br/>Rewind</button>
272 <button onClick="javascript:stepBack()"><img src="icons/previous.png"/><br/>Step Back</button
    [all...]
  /external/chromium_org/ui/base/webui/
jstemplate_builder.h 9 // - load the template html and load the jstemplate javascript into the frame
10 // - given a json data object, run the jstemplate javascript which fills in
40 // string includes the HTML and the javascript code necessary to generate the
48 // string includes the HTML and the javascript code necessary to generate the
55 // string includes the HTML and the javascript code necessary to generate the
  /external/skia/platform_tools/nacl/debugger/
index.html 12 <script type="text/javascript">
222 <body onLoad="javascript:onLoad()">
228 <li><a href="#" onClick="javascript:openFileDialog()">Open</a></li>
252 <li><a href="#" onClick="javascript:rewind()">Rewind</a></li>
253 <li><a href="#" onClick="javascript:stepBack()">Step Back</a></li>
254 <li><a href="#" onClick="javascript:stepForward()">Step Forward</a></li>
255 <li><a href="#" onClick="javascript:play()">Play</a></li>
256 <li><a href="#" onClick="javascript:pause()">Pause</a></li>
271 <button onClick="javascript:rewind()"><img src="icons/rewind.png"/><br/>Rewind</button>
272 <button onClick="javascript:stepBack()"><img src="icons/previous.png"/><br/>Step Back</button
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
HtmlPrintTemplates.java 87 * includes JavaScript. If you need a version without JavaScript,
90 * One example where we use JavaScript is to hide quoted text.
111 * does not include any JavaScript. If you need a version with JavaScript,
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 88 // Navigates to the settings page, causing the JavaScript pref handling code to
89 // load and injects JavaScript testing code.
327 std::stringstream javascript; local
328 javascript << "var testEnv = new TestEnv();";
331 javascript << "testEnv.addPref('" << name->c_str() << "');";
333 javascript << "testEnv.setupAndReply();";
338 render_view_host_, javascript.str(), observed_json));
347 std::stringstream javascript; local
348 javascript << "testEnv.runAndReply(function() {"
355 render_view_host_, javascript.str(), observed_json))
382 std::stringstream javascript; local
397 std::stringstream javascript; local
425 std::stringstream javascript; local
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeArrayTest.java 127 // Note that this requires being able to pass a string from JavaScript to
137 // Note that this requires being able to pass an integer from JavaScript to
142 // LIVECONNECT_COMPLIANCE: Should raise JavaScript exception.
150 // LIVECONNECT_COMPLIANCE: Should raise JavaScript exception.
170 // should raise a JavaScript exception.
179 // should raise a JavaScript exception.
184 // should raise a JavaScript exception.
190 // should raise a JavaScript exception.
208 // Note that this requires being able to pass a boolean from JavaScript to
216 // JavaScript array
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.h 85 // from JavaScript with a give names. Messages are of the
93 // JavaScript:
112 // Perform exit handshake with JavaScript.
114 // that all messages sent prior to _exit arrive at the JavaScript side.
140 // Called by the browser to handle the postMessage() call in Javascript.
170 /// Handle exit confirmation message from JavaScript.
175 /// Handle input message from JavaScript. The value is
182 /// Handle resizs message from JavaScript. The value is
208 // JavaScript.
212 // A message to Post to JavaScript instead of exiting, or NULL if exit(
    [all...]
  /external/chromium_org/v8/include/
v8-debug.h 11 * Debugger support for the V8 JavaScript engine.
15 // Debug events which can occur in the V8 JavaScript engine.
72 * the current active context as the JavaScript part of the debugger is
111 * the current active context as the JavaScript part of the debugger is
160 // Schedule a debugger break to happen when JavaScript code is run
168 // Break execution of JavaScript in the given isolate (this method
183 * Run a JavaScript function in the debugger.
188 * get access to information otherwise not available during normal JavaScript
191 * The following example shows a JavaScript function which when passed to
192 * v8::Debug::Call will return the current line of JavaScript execution
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
event.cpp 7 #include "../../include/javascript/JavaScript.h"
8 #include "../../include/javascript/IJavaScript.h"
9 #include "../../include/javascript/JS_Define.h"
10 #include "../../include/javascript/JS_Object.h"
11 #include "../../include/javascript/JS_Value.h"
12 #include "../../include/javascript/JS_EventHandler.h"
14 #include "../../include/javascript/JS_Context.h"
15 #include "../../include/javascript/event.h"
16 #include "../../include/javascript/Field.h"
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
AntiSamyTest.java 218 assertSanitizedDoesNotContain("<INPUT TYPE=\"IMAGE\" SRC=\"javascript:alert('XSS');\">", "src");
219 assertSanitizedDoesNotContain("<INPUT TYPE=\"IMAGE\" SRC=\"javascript:alert('XSS');\">", "src");
229 assertSanitizedDoesNotContain("<img src=javascript:alert(document.cookie)>", "<img");
252 assertSanitizedDoesNotContain("<IMG SRC=\"javascript:alert('XSS')\"", "javascript");
253 assertSanitizedDoesNotContain("<IMG SRC=\"javascript:alert('XSS')\"", "javascript");
255 assertSanitizedDoesNotContain("<IMG LOWSRC=\"javascript:alert('XSS')\">", "javascript");
256 assertSanitizedDoesNotContain("<IMG LOWSRC=\"javascript:alert('XSS')\">", "javascript");
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java 32 sanitize("<a href=\"javascript:badness()\"></a>", "");
80 sanitize("<area href=\"javascript:badness()\"/>", "<area />");
112 sanitize("<base href=\"javascript:badness()\">", "<base />");
113 sanitize("<base href=\"javascript:alert('XSS');//\">", "<base />");
134 sanitize("<bgsound src=\"javascript:alert('XSS');\">", "");
149 sanitize("<blockquote cite=\"javascript:badness()\">something</blockquote>",
189 sanitize("<body background=\"javascript:alert('XSS')\">", "<div></div>");
222 sanitize("<button formaction=\"javascript:badness()\">Click Me!</button>",
286 sanitize("<del cite=\"javascript:badness();\">something</del>", "<del>something</del>");
318 sanitize("<div background=\"javascript:badness();\"></div>", "<div></div>")
    [all...]
  /external/chromium_org/ppapi/api/
pp_var.idl 23 * A NULL value. This is similar to undefined, but JavaScript differentiates
53 * Represents a JavaScript object. This vartype is not currently usable
78 * ArrayBuffer represents a JavaScript ArrayBuffer. This is the type which
79 * represents Typed Arrays in JavaScript. Unlike JavaScript 'Array', it is
148 * typed and the browser (JavaScript) which isn't strongly typed.
150 * JavaScript has a "number" type for holding a number, and does not
152 * JavaScript operations will try to optimize operations by using
156 * PP_Vars sent from JavaScript.
  /external/chromium_org/ppapi/c/
pp_var.h 36 * A NULL value. This is similar to undefined, but JavaScript differentiates
61 * Represents a JavaScript object. This vartype is not currently usable
83 * ArrayBuffer represents a JavaScript ArrayBuffer. This is the type which
84 * represents Typed Arrays in JavaScript. Unlike JavaScript 'Array', it is
156 * typed and the browser (JavaScript) which isn't strongly typed.
158 * JavaScript has a "number" type for holding a number, and does not
160 * JavaScript operations will try to optimize operations by using
164 * PP_Vars sent from JavaScript.
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_apprtc_browsertest.cc 109 std::string javascript = local
112 if (!content::ExecuteScriptAndExtractString(tab_contents, javascript,
121 std::string javascript = local
123 return test::PollingWaitUntil(javascript, "1", tab_contents);
128 std::string javascript = local
130 return test::PollingWaitUntil(javascript, "0", tab_contents);
135 std::string javascript; local
136 if (!ReadFileToString(path, &javascript)) {
137 LOG(ERROR) << "Missing javascript code at " << path.value() << ".";
141 if (!content::ExecuteScript(tab_contents, javascript)) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
rule_list_test.html 28 <script src="plugin_settings.js" type="text/javascript"></script>
29 <script src="rule_list.js" type="text/javascript"></script>
34 <script src="chrome_stubs.js" type="text/javascript"></script>
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab7_useridentification.html 45 <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab7_useridentification/javascript/manifest.json">JavaScript manifest.json</a>
65 <li><p>Since this is time consuming and error prone, you can cheat and copy our JavaScript that handles the authentication to the Google Tasks API from here: <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab7_useridentification/angularjs/gapi_tasks.js">Angular gapi_tasks.js</a>
66 and <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab7_useridentification/javascript/gapi_tasks.js">JavaScript gapi_tasks.js</a> are the same.
69 It also has simple JavaScript methods that, after authenticated,
75 <a href="https://github.com/GoogleChrome/chrome-app-codelab/blob/master/lab7_useridentification/javascript/controller.js">JavaScript controller.js</a> that,
83 <header tabindex="0" data-value="js">JavaScript</header>
151 <header tabindex="0" data-value="js">JavaScript</header
    [all...]
  /external/chromium_org/content/public/browser/
render_frame_host.h 67 // Runs some JavaScript in this frame's context. If a callback is provided, it
70 virtual void ExecuteJavaScript(const base::string16& javascript) = 0;
71 virtual void ExecuteJavaScript(const base::string16& javascript,

Completed in 1382 milliseconds

<<31323334353637383940>>