Home
last modified time | relevance | path

Searched refs:JavaScript (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dmessage-system.rst13 JavaScript code and the Native Client module's C or C++ code in a
16 that sends messages to and receive messages from JavaScript. This section
41 Native Client modules and JavaScript communicate by sending messages to each
43 JavaScript types, including ints, arrays, array buffers, and dictionaries (see
50 both the JavaScript and Native Client side. For the "Hello, World" example, we
53 When JavaScript posts a message to the Native Client module, the
56 JavaScript, and this message triggers a JavaScript event listener for
60 information.) In the "Hello, World" example, the JavaScript functions for
69 If you want to receive messages from JavaScript, you need to implement the
80 background. When JavaScript sends a message to the Native Client
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME7 Before building the JavaScript target you will need to download a few third
12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit
27 1) In a shell cd to runtime/JavaScript/build.
28 2) Run 'ant'. This will build the JavaScript runtime libraries into the
29 runtime/JavaScript/lib folder.
36 different build method, update runtime/JavaScript/build/antlr3.properties to
38 2) In a shell cd to runtime/JavaScript/build.
[all …]
/external/chromium_org/remoting/webapp/
DBUILD.gn34 # Remoting core JavaScript files.
46 # Auth (client to host) JavaScript files.
52 # Auth (Google account) JavaScript files.
59 # Client JavaScript files.
75 # gnubby authentication JavaScript files.
79 # cast extension handler JavaScript files.
84 # Host JavaScript files.
93 # Logging and stats JavaScript files.
101 # UI JavaScript files.
134 # Remoting WCS container JavaScript files.
[all …]
/external/chromium_org/ppapi/api/
Dppp_messaging.idl25 * is invoked on the DOM element for the module instance in JavaScript. Note
26 * that PostMessage() in the JavaScript interface is asynchronous, meaning
27 * JavaScript execution will not be blocked while HandleMessage() is
33 * JavaScript value. JavaScript array/object types are supported from Chrome
34 * M29 onward. All JavaScript values are copied when passing them to the
37 * When converting JavaScript arrays, any object properties whose name
43 * The following JavaScript code invokes <code>HandleMessage</code>, passing
Dppp_message_handler.idl9 * order to handle messages sent from JavaScript via postMessage() or
21 * JavaScript may send via postMessageAndAwaitResponse().
29 * Invoked as a result of JavaScript invoking postMessage() on the plugin's
36 * @param[in] message A copy of the parameter that JavaScript provided to
43 * Invoked as a result of JavaScript invoking postMessageAndAwaitResponse()
46 * NOTE: JavaScript execution is blocked during the duration of this call.
55 * @param[in] message is a copy of the parameter that JavaScript provided
57 * @param[out] response will be copied to a JavaScript object which is
59 JavaScript.
Dppb_messaging.idl19 * and is related to sending messages to JavaScript message event listeners on
31 * JavaScript.
35 * JavaScript.
41 * Listeners for message events in JavaScript code will receive an object
87 * Registers a handler for receiving messages from JavaScript. If a handler
89 * sent from JavaScript via postMessage and postMessageAndAwaitResponse will
131 * JavaScript using postMessage() will be dispatched to PPP_Messaging (if
133 * postMessageAndAwaitResponse() from JavaScript will fail.
Dpp_var.idl23 * 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/remoting/
Dremoting_webapp_files.gypi22 # Auth (apps v1) JavaScript files.
29 # Auth (client to host) JavaScript files.
34 # Auth (Google account) JavaScript files.
40 # Client JavaScript files.
57 # Remoting core JavaScript files.
68 # Host JavaScript files.
76 # Logging and stats JavaScript files.
83 # UI JavaScript files.
122 # Remoting WCS sandbox JavaScript files.
129 # gnubby authentication JavaScript files.
[all …]
/external/chromium_org/third_party/WebKit/Tools/qunit/
DREADME.md1 [QUnit](http://docs.jquery.com/QUnit) - A JavaScript Unit Testing framework.
4 QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery
6 JavaScript code (and even capable of testing JavaScript code on the server-side).
19 the features JavaScript provides and helps with testing code in the browser, eg.
/external/chromium_org/third_party/qunit/
DREADME.chromium9 QUnit is a powerful, easy-to-use, JavaScript unit testing framework. It's used
11 generic JavaScript code (and even capable of testing JavaScript code on the
25 the features JavaScript provides and helps with testing code in the browser,
28 It is currently used by the chrome remote desktop team for JavaScript unit
/external/chromium_org/v8/tools/
Dgdbinit10 Print a v8 JavaScript object
23 # Print JavaScript stack trace.
28 Print the current JavaScript stack trace
/external/chromium_org/native_client_sdk/src/doc/devguide/tutorial/
Dtutorial-part1.rst16 Client (PNaCl). This is a client-side application that uses HTML, JavaScript and
27 web page, and how to send messages between JavaScript and the Native Client
28 module. In this simple application, the JavaScript sends a ``'hello'`` message
32 JavaScript alert panel displays the message received from the Native Client
35 Communication between JavaScript and Native Client modules
39 JavaScript and the Native Client module. Both sides can initiate
41 caller (JavaScript or the Native Client module) sends a message, but the caller
49 JavaScript.
126 * ``index.html``: Contains the HTML layout of the page as well as the JavaScript
144 except correctly initialize itself. The JavaScript code waits for the Native
[all …]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
DNOTICE1 This extension uses code from the following JavaScript library:
3 ImageInfo - A JavaScript library for reading image metadata.
/external/chromium_org/third_party/sinonjs/
DREADME.chromium9 Standalone and test framework agnostic JavaScript test spies, stubs and mocks.
10 It is currently used by the chrome remote desktop team for JavaScript unit
/external/chromium_org/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state6 [JavaScript]:
14 0 0.0% 0.0% JavaScript
Dtickprocessor-test.func-info6 [JavaScript]:
16 3 100.0% 100.0% JavaScript
Dtickprocessor-test.default8 [JavaScript]:
21 1 7.7% 11.1% JavaScript
/external/chromium_org/v8/benchmarks/
DREADME.txt4 This is the V8 benchmark suite: A collection of pure JavaScript
6 individual benchmarks are included in the JavaScript files.
11 and a standalone JavaScript version (run.js).
28 obtaining scores that are the result of an incorrect JavaScript engine
50 memory management subsystem of the JavaScript engine.
/external/chromium_org/third_party/blanketjs/
DREADME.chromium9 Blanket.js is an easy to install, easy to configure, and easy to use JavaScript
12 It is currently used by the chrome remote desktop team for JavaScript unit test
/external/chromium_org/native_client_sdk/src/getting_started/part2/
DREADME16 * The example loads common.js, a JavaScript file that has common code used in
19 * index.html has been simplified, and all JavaScript code has been moved to
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/
Dcompress_js.gypi6 # JavaScript file from a set of files with closure-style dependency
11 # output_file: path of the compressed JavaScript bundle.
/external/chromium_org/gin/
DREADME11 * function_template.h: Create JavaScript functions that dispatch to any C++
19 JavaScript.
/external/chromium_org/third_party/closure_compiler/
DREADME.chromium12 The Closure Compiler provides warnings for illegal JavaScript and warnings for
13 potentially dangerous operations, helping you to produce JavaScript that is less
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp62 if (JsAction.GetType() == CPDF_Action::JavaScript) in DoAction_JavaScript()
81 if (pEnv->IsJSInitiated() && JsAction.GetType() == CPDF_Action::JavaScript) in DoAction_FieldJavaScript()
147 if (action.GetType() == CPDF_Action::JavaScript) in ExecuteDocumentOpenAction()
186 if (action.GetType() == CPDF_Action::JavaScript) in ExecuteLinkAction()
242 if (action.GetType() == CPDF_Action::JavaScript) in ExecuteDocumentPageAction()
302 if (action.GetType() == CPDF_Action::JavaScript) in ExecuteFieldAction()
342 if (action.GetType() == CPDF_Action::JavaScript) in ExecuteScreenAction()
433 if (action.GetType() == CPDF_Action::JavaScript) in ExecuteBookMark()
539 case CPDF_Action::JavaScript: in DoAction_NoJs()
/external/chromium_org/native_client_sdk/src/doc/
Dglossary.rst29 Events used to pass data between JavaScript and the Native Client
43 An object in a Native Client module that corresponds to a JavaScript
51 mechanism for running heavy-weight JavaScript code on background threads

12345678910>>...22