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

<<41424344454647484950>>

  /external/chromium_org/ppapi/cpp/
var_array_buffer.h 11 /// This file defines the API for interacting with a JavaScript ArrayBuffer.
15 /// <code>VarArrayBuffer</code> provides a way to interact with JavaScript
18 /// shared with JavaScript using the <code>PostMessage</code> and
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NodeFilterCondition.h 46 // V8NodeFilterCondition maintains a Javascript implemented callback for
50 // a Javascript callback which may reference Document, we need to avoid circular
53 // |m_filter|, the Javascript value, and the whole reference is exposed to V8 to
  /external/chromium_org/third_party/WebKit/Source/core/frame/
History.cpp 133 // We can safely expose the URL to JavaScript, as a) no redirection takes place: JavaScript already had this URL, b) JavaScript can only access a same-origin History object.
  /external/chromium_org/third_party/skia/tools/skpdiff/
viewer.html 5 <script type="text/javascript"
7 <script type="text/javascript" src="skpdiff_output.json"></script>
8 <script type="text/javascript" src="diff_viewer.js"></script>
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
page_action.py 37 """Evaluates the JavaScript callback with the given element.
48 callback_js: The JavaScript callback to call (as string).
60 element_function: A JavaScript function (as string) that is used
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 7 #include "../../include/javascript/JavaScript.h"
8 #include "../../include/javascript/IJavaScript.h"
9 #include "../../include/javascript/JS_EventHandler.h"
10 //#include "../../include/javascript/JS_ResMgr.h"
11 #include "../../include/javascript/JS_Context.h"
12 #include "../../include/javascript/JS_Runtime.h"
13 #include "../../include/javascript/JS_Define.h"
14 #include "../../include/javascript/JS_Object.h"
15 #include "../../include/javascript/JS_Value.h"
    [all...]
util.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/util.h"
13 #include "../../include/javascript/PublicMethods.h"
14 #include "../../include/javascript/resource.h"
15 #include "../../include/javascript/JS_Context.h"
    [all...]
  /external/skia/tools/skpdiff/
viewer.html 5 <script type="text/javascript"
7 <script type="text/javascript" src="skpdiff_output.json"></script>
8 <script type="text/javascript" src="diff_viewer.js"></script>
  /frameworks/base/docs/html/guide/webapps/
index.jd 26 interface between your Android application and your web pages that allows JavaScript in the web
43 android.webkit.WebView} and bind JavaScript to Android APIs.</dd>
45 <dd>How to debug web apps using JavaScript Console APIs.</dd>
  /prebuilts/tools/common/proguard/proguard4.7/docs/
index.html 5 <meta http-equiv="content-script-type" content="text/javascript">
15 <script type="text/javascript" language="JavaScript">
  /external/chromium_org/chrome/common/extensions/api/
content_settings.json 8 "description": "Use the <code>chrome.contentSettings</code> API to change settings that control whether websites can use features such as cookies, JavaScript, and plug-ins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.",
192 "javascript": {
194 "description": "Whether to run JavaScript. One of<br><var>allow</var>: Run JavaScript,<br><var>block</var>: Don't run JavaScript. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
196 "javascript",
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 84 assertEquals("javascript handler preserves state across "
129 assertEquals("javascript handler preserves state across "
155 " <a href=\"javascript :submitform()\">Search</a></form>\n" +
214 * which handle javascript URIs.
221 * Build a javascript URL containing the following (without spaces and newlines)
229 String javascript = "javascript:if(" + varName + "==1){" local
234 return createAllIntents(Uri.parse(javascript));
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
JSUtils.java 19 * Collection of functions for JavaScript-based interactions with a page.
73 Assert.assertTrue("Failed to retrieve JavaScript evaluation results.",
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ModalDialogTest.java 55 * Verifies modal alert-dialog appearance and that JavaScript execution is
69 assertTrue("JavaScript execution should continue after closing prompt.",
88 assertTrue("JavaScript execution should continue after closing prompt.",
117 assertTrue("JavaScript execution should continue after closing dialog.",
129 assertTrue("JavaScript execution should continue after closing dialog.",
164 assertTrue("JavaScript execution should continue after closing prompt.",
313 * Given a JavaScript evaluation helper, asynchronously executes the given
346 * Returns the current JavaScript modal dialog showing or null if no such dialog is currently
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
script_installer.js 52 // Chrome knows the name of the script in the JavaScript debugger.
56 apiScript.type = 'text/javascript';
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 11 * Tell Closure to load JavaScript code from the extension root directory.
76 // Chrome knows the name of the script in the JavaScript debugger.
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.js 59 * Onload listener to initialize javascript handlers.
87 // All the links are handled by javascript sending commands back to the C++
  /external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.h 51 // JavaScript callback to start packing an extension.
54 // JavaScript callback to show a file browse dialog.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.h 67 // the JavaScript side. This should only be called when all the suggestion
96 // Informations to send to the javascript side.
suggestions_page_handler.h 29 // The handler for Javascript messages related to the "suggestions" view.
80 // Sends pages_value_ to the javascript side to and resets page_value_.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
README 19 <script type="text/javascript" src="chrome_ex_oauthsimple.js"></script>
20 <script type="text/javascript" src="chrome_ex_oauth.js"></script>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
NOTICE 1 This extension uses code from the following two JavaScript libraries:
43 * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
README 19 <script type="text/javascript" src="chrome_ex_oauthsimple.js"></script>
20 <script type="text/javascript" src="chrome_ex_oauth.js"></script>
  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 37 // Injects JavaScript into a page, and uses it to extract and return long-form
59 // Called when the JavaScript execution completes. |page_url| is the url of
viewer.h 40 // Returns a JavaScript blob for updating a partial view request with additional
48 // Returns a JavaScript blob for controlling the "in-progress" indicator when

Completed in 650 milliseconds

<<41424344454647484950>>