/external/chromium_org/content/browser/android/java/ |
java_bound_object.cc | 28 // The conversion between JavaScript and Java types is based on the Live 221 // result to a JavaScript array. 381 // requires raising a JavaScript exception. 429 // requires raising a JavaScript exception. 481 // requires raising a JavaScript exception. 653 // value as JavaScript undefined. 676 // This covers both JavaScript objects (including arrays) and Java objects. 697 // netscape.javascript.JSObject, otherwise raising a JavaScript 718 // requires raising a JavaScript exception [all...] |
gin_java_script_to_java_types_coercion.cc | 119 // requires raising a JavaScript exception. 181 // requires raising a JavaScript exception. 229 // requires raising a JavaScript exception. 281 // requires raising a JavaScript exception. 422 // requires raising a JavaScript exception. 556 // This covers both JavaScript objects (including arrays) and Java objects. 580 // netscape.javascript.JSObject, otherwise raising a JavaScript 600 // requires raising a JavaScript exception. 607 // requires raising a JavaScript exception [all...] |
/external/chromium_org/ppapi/tests/ |
test_post_message.cc | 195 // Set up the JavaScript message event listener to echo the data part of the 331 // Set up the JavaScript message event listener to echo the data part of the 335 // Test sending a message to JavaScript for each supported type. The JS sends 458 // Set up the JavaScript message event listener to echo the data part of the 515 // Set up the JavaScript message event listener to echo the data part of the 562 // Set up the JavaScript message event listener to echo the data part of the 613 // Pass the file system to JavaScript and have the listener test some 628 // Set up the JavaScript message event listener to echo the data part of the 631 // Send the file system in a message from the Pepper plugin to JavaScript. 638 // The JavaScript should have posted the file system back to us. Verify tha [all...] |
/external/chromium_org/components/policy/resources/ |
policy_templates_ja.xtb | 289 <translation id="6368403635025849609">???????? Javascript ?????</translation> 378 ???????????????? <ph name="PRODUCT_NAME"/> ???????????????? ??????????JavaScript ??????????????????????????????? <ph name="PRODUCT_NAME"/> ?????????????????????????????? Flash ???????????????? ??????????????????????????????????????????</translation> 455 <ph name="PRODUCT_NAME"/> ????????? JavaScript ???????? 457 ???????????????????????? JavaScript ????????????????????????? 459 ???????????????????????? JavaScript ??????????????????????????</translation> [all...] |
policy_templates_zh-TW.xtb | 283 <translation id="6368403635025849609">??????? JavaScript</translation> 369 ?????????????????? <ph name="PRODUCT_NAME"/> ????????????????JavaScript ?????????????????????????????? <ph name="PRODUCT_NAME"/> ?????????????????? Flash ???????????????????????????????</translation> 446 ???? <ph name="PRODUCT_NAME"/> ??? JavaScript? 448 ???????????????????? JavaScript?????????????? 450 ????????????????????? JavaScript??????????????</translation> [all...] |
policy_templates_gu.xtb | 347 <translation id="6368403635025849609">? ?????? ?? JavaScript ?? ?????? ???</translation> [all...] |
policy_templates_hi.xtb | 301 <translation id="6368403635025849609">?? ?????? ?? JavaScript ?? ?????? ???</translation> [all...] |
policy_templates_kn.xtb | 293 <translation id="6368403635025849609">? ??????????? JavaScript ????? ????????</translation> [all...] |
policy_templates_ml.xtb | [all...] |
policy_templates_sr.xtb | 346 <translation id="6368403635025849609">??????? JavaScript ?? ???? ?????????</translation> [all...] |
policy_templates_ta.xtb | 291 <translation id="6368403635025849609">???? ????????? JavaScript ? ??????</translation> [all...] |
policy_templates_th.xtb | 291 <translation id="6368403635025849609">???????????? JavaScript ??????????????</translation> [all...] |
policy_templates_zh-CN.xtb | 280 <translation id="6368403635025849609">???????? JavaScript</translation> 365 ???????????????? <ph name="PRODUCT_NAME"/> ???????????????JavaScript ????????????????????????? <ph name="PRODUCT_NAME"/>??????????????????? Flash ???????????????????????????????</translation> 442 ???? <ph name="PRODUCT_NAME"/>??? JavaScript? 444 ??????????????? JavaScript???????????? 446 ??????????????????? JavaScript????????????</translation> [all...] |
policy_templates_te.xtb | 296 <translation id="6368403635025849609">? ???????? JavaScript?? ?????????</translation> [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
content_settings.html | 110 <!-- JavaScript filter --> 116 <input id="javascript-allow" type="radio" name="javascript" 119 <label for="javascript-allow" i18n-content="javascript_allow"> 122 content-setting="javascript" value="allow"> 129 <input id="javascript-block" type="radio" name="javascript" 132 <label for="javascript-block" i18n-content="javascript_block"> 135 content-setting="javascript" value="block"> 141 <button class="exceptions-list-button" contentType="javascript" [all...] |
/external/pdfium/fpdfsdk/src/ |
fsdk_actionhandler.cpp | 10 #include "../include/javascript/IJavaScript.h"
62 if (JsAction.GetType() == CPDF_Action::JavaScript)
81 if (pEnv->IsJSInitiated() && JsAction.GetType() == CPDF_Action::JavaScript)
147 if (action.GetType() == CPDF_Action::JavaScript)
186 if (action.GetType() == CPDF_Action::JavaScript)
242 if (action.GetType() == CPDF_Action::JavaScript)
302 if (action.GetType() == CPDF_Action::JavaScript)
342 if (action.GetType() == CPDF_Action::JavaScript)
433 if (action.GetType() == CPDF_Action::JavaScript)
539 case CPDF_Action::JavaScript: [all...] |
/external/chromium_org/native_client_sdk/doc_generated/devguide/coding/ |
file-io.html | 28 <li><a class="reference internal" href="#handling-messages-from-javascript" id="id16">Handling messages from JavaScript</a></li> 85 JavaScript code that calls the <a class="reference external" href="http://updates.html5rocks.com/2011/11/Quota-Management-API-Fast-Facts">HTML5 Quota Management API</a> to 97 you need to include JavaScript code that calls the HTML5 Quota Management API. 105 index file uses JavaScript to perform the Quota Management setup as described 110 <li><code>example.js</code> - JavaScript code that requests quota (as described above). It 176 sends it to JavaScript.</li> 229 </section><section id="handling-messages-from-javascript"> 230 <h3 id="handling-messages-from-javascript">Handling messages from JavaScript</h3 [all...] |
/build/tools/droiddoc/templates-sdk-dyn/ |
docpage.cs | 206 <script type="text/javascript"> 218 <script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></script> 219 <script src="<?cs var:toroot ?>jd_lists_unified.js" type="text/javascript"></script> 220 <script src="<?cs var:toroot ?>jd_extras.js" type="text/javascript"></script> 221 <script src="<?cs var:toroot ?>jd_collections.js" type="text/javascript"></script> 222 <script src="<?cs var:toroot ?>jd_tag_helpers.js" type="text/javascript"></script>
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/ |
closure-runner.jar | |
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/ |
AutoEscapeContext.java | 62 * <td>application/javascript</td> 70 * <td>text/javascript</td> 104 CONTENT_TYPE_LIST.put("application/javascript", HtmlParser.Mode.JS); 106 CONTENT_TYPE_LIST.put("text/javascript", HtmlParser.Mode.JS); 359 // No quotes around the variable, hence it can inject arbitrary javascript. 455 * resource cannot be determined from its contents - for example, a CSS stylesheet or a javascript
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
History.txt | 26 - added a newly developed `samples/JavaScript.g' file for parsing JavaScript. 28 of parsing JavaScript up through Firefox's 1.6 version of the language.
|
/external/chromium_org/chrome/browser/download/ |
download_extensions.cc | 232 // JavaScript is just as powerful as EXE. 233 "text/javascript", 234 "text/javascript;version=*",
|
/external/chromium_org/chrome/browser/guest_view/ |
guest_view_base.h | 61 // By default, JavaScript and images are enabled in guest content. 131 // in from JavaScript. 221 // in from JavaScript. This will typically be the view instance ID,
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_util.js | 16 * used to transfer information from the NTP javascript to the renderer and is 207 if (/^javascript:/i.test(data.url) || 208 /^javascript:/i.test(data.thumbnailUrl) ||
|
/external/chromium_org/chrome/common/extensions/api/devtools/ |
panels.json | 105 "description": "The JavaScript <code>window</code> object of panel's page." 141 "description": "An expression to be evaluated in context of the inspected page. JavaScript objects and DOM nodes are displayed in an expandable tree similar to the console/watch." 205 "description": "The JavaScript <code>window</code> object of the sidebar page, if one was set with the <code>setPage()</code> method."
|