HomeSort by relevance Sort by last modified time
    Searched refs:embed (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
main.js 71 var embed = document.createElement('embed');
72 embed.setAttribute('name', 'NaClAM');
73 embed.setAttribute('id', 'NaClAM');
74 embed.setAttribute('width', '0');
75 embed.setAttribute('height', '0');
76 embed.setAttribute('type', 'application/x-pnacl');
77 embed.setAttribute('src', url);
78 embedWrap.appendChild(embed);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
naclterm.js 93 this.updateStatus(embed.lastError);
165 this.exit(this.embed.exitStatus);
182 if (this.embed !== undefined) {
183 document.getElementById("listener").removeChild(this.embed);
184 delete this.embed;
192 * Create the NaCl embed element.
206 var embed = document.createElement('object');
207 embed.width = 0;
208 embed.height = 0;
209 embed.data = NaClTerm.nmf
    [all...]
  /external/chromium_org/ui/accessibility/extensions/highcontrast/
highcontrast.css 12 html[hcx="0"] embed,
25 html[hcx="1"] embed,
38 html[hcx="2"] embed,
51 html[hcx="3"] embed,
64 html[hcx="4"] embed,
77 html[hcx="5"] embed,
  /external/chromium_org/mojo/examples/wm_flow/app/
app.cc 45 // This app starts its life via Connect() rather than by being embed, so it does
48 // embed without a view context.
83 mojo::View* embed = mojo::View::Create(view_manager); variable
84 root->AddChild(embed);
87 embed->SetBounds(bounds);
94 embed->Embed("mojo:mojo_wm_flow_embedded", registry.Pass());
120 view_manager_context_->Embed("mojo:mojo_wm_flow_app");
  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.js 16 NaClModules = document.querySelectorAll('embed');
32 listener.innerHTML = '<embed' +
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
externs.js 12 * <embed> element which wraps a Native Client module.
liblouis.js 32 * Native Client <embed> element.
33 * {@code null} when no <embed> is attached to the DOM.
88 var embed = document.createElement('embed');
89 embed.src = this.nmfPath_;
90 embed.type = 'application/x-nacl';
91 embed.width = 0;
92 embed.height = 0;
94 embed.setAttribute('tablesdir', this.tablesDir_);
96 embed.addEventListener('load', goog.bind(this.onInstanceLoad_, this)
    [all...]
  /external/chromium_org/third_party/skia/experimental/webtry/res/js/
webtry.js 23 var embed = document.getElementById('embed'); variable
170 embed.style.display='none';
255 if (embed) {
258 embed.value = '<iframe src="' + url + '" width="740" height="550" style="border: solid #00a 5px; border-radius: 5px;"/>'
281 embed.style.display='inline';
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
CmdLine.py 24 -p, --embed-positions If specified, the positions in Cython files of each
37 --embed[=<method_name>] Generate a main() function that embeds the Python interpreter.
88 elif option == "--embed":
89 Options.embed = "main"
90 elif option.startswith("--embed="):
91 Options.embed = option[8:]
106 elif option in ("-p", "--embed-positions"):
179 if Options.embed and len(sources) > 1:
181 "cython: Only one source file allowed when using -embed\n")
Options.py 58 # Whether or not to embed the Python interpreter, for use in making a
62 embed = None variable
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 343 FT_Int embed = 0; local
394 embed++;
397 embed--;
398 if ( embed == 0 )
458 FT_Int embed = 0; local
469 ++embed;
473 --embed;
474 if ( embed == 0 )
496 if ( embed != 0 )
624 FT_Int embed; local
    [all...]
  /external/freetype/src/psaux/
psobjs.c 343 FT_Int embed = 0; local
394 embed++;
397 embed--;
398 if ( embed == 0 )
458 FT_Int embed = 0; local
469 ++embed;
473 --embed;
474 if ( embed == 0 )
496 if ( embed != 0 )
624 FT_Int embed; local
    [all...]
  /build/core/
install_jni_libs_internal.mk 4 # my_embed_jni: indicate if we want to embed the jni libs in the apk.
11 # my_jni_shared_libraries, my_jni_shared_libraries_abi, if we are going to embed the libraries into the apk;
73 # Clear jni_shared_libraries to not embed it into the apk.
104 # Embed my_prebuilt_jni_libs to the apk
install_jni_libs.mk 10 # jni_shared_libraries, jni_shared_libraries_abi, jni_shared_libraries_with_abis if we are going to embed the libraries into the apk;
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
nacl.js 56 * Injects the <embed> for this nacl manifest URL, generating a unique ID.
63 this.embed_ = document.createElement('embed');
75 // Inject the embed string into the page.
init.js 99 // TODO(rkc): Figure out how to embed the .nmf and the .pexe into component
  /external/chromium_org/native_client_sdk/src/getting_started/part2/
example.js 13 // NaCl module's <embed> element.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 15 var embed = document.createElement('embed');
16 embed.id = args.id;
17 embed.src = args.src;
18 embed.type = fallback(args.type, 'application/x-nacl');
20 embed.className = fallback(args.className, 'naclModule');
21 embed.width = fallback(args.width, 0);
22 embed.height = fallback(args.height, 0);
23 return embed;
454 function embed_name(embed) {
    [all...]
  /external/owasp/sanitizer/empiricism/
canned-data.js 46 "embed": true,
172 "embed",
287 "embed",
402 "embed",
517 "embed",
632 "embed",
748 "embed",
863 "embed",
978 "embed",
1093 "embed",
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 51 * Create the Native Client <embed> element as a child of the DOM element
60 var moduleEl = document.createElement('embed');
76 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
78 // instead of attaching the event listeners directly to the <EMBED> element
  /external/chromium_org/native_client_sdk/src/resources/
common.js 113 * Create the Native Client <embed> element as a child of the DOM element
124 var moduleEl = document.createElement('embed');
142 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
144 // instead of attaching the event listeners directly to the <EMBED> element
244 * Hide the NaCl module's embed element.
357 updateStatus('Creating embed: ' + tool);
359 // We use a non-zero sized embed to give Chrome space to place the bad
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 125 if (unicodeBidi == Embed)
154 observer->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM);
171 // Otherwise we pop any embed/override character we added when we opened this tag.
173 observer->embed(WTF::Unicode::PopDirectionalFormat, FromStyleOrDOM);
597 void embed(WTF::Unicode::Direction, BidiEmbeddingSource) { } function in class:blink::IsolateTracker
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 82 * Create the Native Client <embed> element as a child of the DOM element
91 var moduleEl = document.createElement('embed');
107 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
109 // instead of attaching the event listeners directly to the <EMBED> element
243 // Get the size of the embed and the size of the simulation, and
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
pdf_processor.js 21 var es = document.querySelectorAll('embed[type="application/pdf"]');

Completed in 1254 milliseconds

1 2 3 4