Searched refs:embed (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dmain.js71 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/
H A Dnaclterm.js93 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
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A DMakefile24 fb_writer_spu-embed.o: fb_writer.c spu_common.h
26 $(PPU_EMBEDSPU) -m32 fb_writer_spu fb_writer_spu fb_writer_spu-embed.o
28 libfb_writer_spu.so: fb_writer_spu-embed.o
29 $(PPU_LD) -o libfb_writer_spu.so -shared -soname=libfb_writer_spu.so fb_writer_spu-embed.o
31 libfb_writer_spu.a: fb_writer_spu-embed.o
32 $(PPU_AR) -qcs libfb_writer_spu.a fb_writer_spu-embed.o
36 yuv2rgb_spu-embed.o: yuv2rgb_converter.c spu_common.h
38 $(PPU_EMBEDSPU) -m32 yuv2rgb_spu yuv2rgb_spu yuv2rgb_spu-embed.o
40 libyuv2rgb_spu.a: yuv2rgb_spu-embed.o
41 $(PPU_AR) -qcs libyuv2rgb_spu.a yuv2rgb_spu-embed
[all...]
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.css12 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/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
H A Dliblouis.js32 * 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
[all...]
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js15 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/chromium_org/mojo/examples/wm_flow/app/
H A Dapp.cc45 // 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());
/external/libvorbis/doc/
H A Da2-encapsulation-rtp.tex9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
/external/chromium_org/third_party/skia/experimental/webtry/res/js/
H A Dwebtry.js23 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/skia/experimental/webtry/res/js/
H A Dwebtry.js23 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/
H A DCmdLine.py24 -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")
H A DOptions.py58 # Whether or not to embed the Python interpreter, for use in making a
62 embed = None variable
H A DPipeline.py32 check_module_name = not Options.embed)
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c343 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/
H A Dpsobjs.c343 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c343 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/chromium_org/ppapi/native_client/tests/ppapi_browser/
H A Dprogress_event_listener.js185 var embed = $(embedId);
186 assertEqual(embed.lastError, lastError);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h154 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/components/dom_distiller/core/css/
H A Ddistilledpage.css213 embed,
230 embed+[class*='caption'],
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc549 const std::string embed = base::UTF16ToUTF8( local
551 EXPECT_EQ(text1_name + embed + text2_name + embed,
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h244 void embed(WTF::Unicode::Direction, BidiEmbeddingSource);
351 void BidiResolver<Iterator, Run>::embed(WTF::Unicode::Direction dir, BidiEmbeddingSource source) function in class:blink::BidiResolver
354 // Do not insert fake embed characters once we enter an isolated span.
762 embed(dirCurrent, FromUnicode);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
H A Dstyle.css232 .demo div.Demo-content embed {
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py706 embed = self._Setting(('VCManifestTool', 'EmbedManifest'), config,
708 return embed == 'true'
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dcommon.css362 unicode-bidi: embed;
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.css317 /* This element contains parentheses, which without the unicode-bidi: embed
319 * 'embed' makes the engine set the text in the parentheses as LTR even
324 unicode-bidi: embed;

Completed in 768 milliseconds

123