OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:javascript
(Results
801 - 825
of
8452
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium-trace/trace-viewer/third_party/gl-matrix/
package.json
3
"description": "
Javascript
Matrix and Vector library for High Performance WebGL apps",
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
JsPromptResultReceiver.java
8
* This interface is used when the AwContentsClient offers a
JavaScript
JsResultReceiver.java
8
* This interface is used when the AwContentsClient offers a
JavaScript
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_strings.h
15
// Used to get strings for the file manager from
JavaScript
.
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router.h
17
// from the NetworkStateHandler to the
JavaScript
Networking API.
/external/chromium_org/chrome/browser/policy/
javascript_policy_handler.h
17
// Handles
JavaScript
policies.
/external/chromium_org/chrome/browser/resources/chromeos/login/
screen_app_launch_splash.html
6
<a id="splash-config-network" i18n-content="configureNetwork" href="
javascript
:void(0)"></a>
/external/chromium_org/chrome/browser/resources/hangout_services/
background.html
7
parsing. An alternative would be to include a URL parsing
JavaScript
/external/chromium_org/chrome/common/extensions/api/
webview_request.json
8
"description": "Use the <code>chrome.webViewRequest</code> API to intercept, block, or modify requests in-flight. It is potentially faster than the <a href='webRequest'><code>chrome.webRequest</code> API</a> because you can register rules that are evaluated in the browser rather than the
JavaScript
engine with reduces roundtrip latencies and allows higher efficiency."
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
plugin_list_test.html
34
<script src="plugin_list.js" type="text/
javascript
"></script>
35
<script src="plugin_settings.js" type="text/
javascript
"></script>
36
<script src="rule_list.js" type="text/
javascript
"></script>
41
<script src="chrome_stubs.js" type="text/
javascript
"></script>
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.html
21
-
JavaScript
and HTML must be in separate files: see our Content Security
/external/chromium_org/chrome/renderer/
benchmarking_extension.h
14
// Profiler is an extension to allow
javascript
access to the API for
/external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h
85
//
JavaScript
is executing within the context of the page. When the
86
//
JavaScript
completes, the state will be returned to |IDLE|.
94
// Injects and executes
JavaScript
in the context of a loaded page. This
105
// The
JavaScript
to inject to extract content.
/external/chromium_org/content/test/data/android/device_files/content_detection/
geo_address_split.html
16
<script language=
javascript
>/* This is a comment */</script>400, <span id="test4">VA</span> 20190 blah</p>
/external/chromium_org/content/test/data/battery_status/
battery_status_default_test.html
4
<script type="text/
javascript
">
battery_status_event_listener_test.html
4
<script type="text/
javascript
">
battery_status_promise_resolution_test.html
4
<script type="text/
javascript
">
/external/chromium_org/content/test/data/device_orientation/
device_orientation_null_test_with_alert.html
4
<script type="text/
javascript
">
/external/chromium_org/content/test/data/
dynamic1.html
4
<script type="text/
javascript
">
/external/chromium_org/content/test/data/npapi/
get_javascript_url2_frame.html
15
This test fetches a
javascript
URL via the plugin with _self as the
npobject_identity.html
21
Tests that identity is preserved for NPObjects passed from a plugin into
JavaScript
.
self_delete_plugin_geturl.html
13
plg.getURL("
javascript
:DeletePluginWithinScript()");
/external/chromium_org/content/test/data/textinput/
ime_enable_disable_test.html
3
<script type="text/
javascript
">
/external/chromium_org/gin/test/
gtest.h
13
//
JavaScript
testing API, but this module is available for tests that need a
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_p___messaging__1__0.html
30
<p><a class="el" href="struct_p_p_p___messaging__1__0.html#a558ca784cf11eaba479ff8621ae2c507" title="HandleMessage() is a function that the browser calls when PostMessage() is invoked on the DOM element...">HandleMessage()</a> is a function that the browser calls when PostMessage() is invoked on the DOM element for the module instance in
JavaScript
. </p>
31
<p>Note that PostMessage() in the
JavaScript
interface is asynchronous, meaning
JavaScript
execution will not be blocked while <a class="el" href="struct_p_p_p___messaging__1__0.html#a558ca784cf11eaba479ff8621ae2c507" title="HandleMessage() is a function that the browser calls when PostMessage() is invoked on the DOM element...">HandleMessage()</a> is processing the message.</p>
35
<tr><td class="paramdir">[in]</td><td class="paramname">message</td><td>A <code><a class="el" href="struct_p_p___var.html" title="The PP_VAR struct is a variant data type and can contain any value of one of the types named in the P...">PP_Var</a></code> which has been converted from a
JavaScript
value.
JavaScript
array/object types are supported from Chrome M29 onward. All
JavaScript
values are copied when passing them to the plugin.</td></tr>
39
<p>When converting
JavaScript
arrays, any object properties whose name is not an array index are ignored. When passing arrays and objects, the entire reference graph will be converted and transferred. If the reference graph has cycles, the message will not be sent and an error will be logged to the console.</p>
40
<p>The following
JavaScript
code invokes <code>HandleMessage</code>, passing the module instance on which it was invoked, with <code>message</code> being a string <code><a class="el" href="struct_p_p___var.html" title="The PP_VAR struct is a variant data type and can contain any value of one of the types named in the P...">PP_Var</a></code> containing "Hello world!"</p>
45
<script type=<span class="stringliteral">"text/
javascript
"</span>>
Completed in 563 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>