OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:embed
(Results
1 - 25
of
173
) sorted by null
1
2
3
4
5
6
7
/external/webkit/WebCore/manual-tests/resources/
nested-plug-ins-inner-frame.html
0
<
embed
id="plugin" width='100' height='100' src='spinbox.swf' wmode='window'>
nested-plug-ins-outer-frame.html
0
<
embed
id="plugin" width='100' height='100' src='spinbox.swf' wmode='window'>
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
test.html
8
<
embed
width="400" height="400" type="test/x-netscape-cocoa-plugin"></
embed
>
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
test.html
8
<
embed
width="400" height="400" type="test/x-netscape-core-animation-plugin"></
embed
>
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
test.html
8
<
embed
width="400" height="400" type="test/x-netscape-input-method-plugin"></
embed
>
/external/webkit/WebCore/manual-tests/qt/
plugin-sibling-frame-include.html
10
<!-- <
embed
id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&hl=en&fs=1" --!>
11
<
embed
src="../plugins/test.swf"
13
</
embed
>
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
test.html
9
<
embed
width="848" height="480" movieurl="http://movies.apple.com/movies/disney/up/up-tlr2_480p.mov"
10
type="test/x-netscape-core-animation-movie-plugin"></
embed
>
12
<
embed
width="1280" height="720" movieurl="http://movies.apple.com/movies/disney/up/up-tlr2_720p.mov"
13
type="test/x-netscape-core-animation-movie-plugin"></
embed
>
/external/webkit/WebCore/manual-tests/
flash-unload-tab.html
23
<
embed
id="target" src="resources/spinbox.swf">
25
var
embed
;
29
embed
= document.getElementById("target");
30
embed
.bar;
35
embed
.foo;
plugin-controller-datasource.html
21
<
EMBED
id="e" src="resources/orange.mov" width="15" height="15" controller="false" href="#" target="QuickTimePlayer"></
EMBED
>
show-hide-object.html
56
<
embed
src="resources/spinbox.swf" width="300" height="200" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
57
</
embed
>
bugzilla-14899.html
30
<
embed
width="40" src="resources/orange.mov" controller="false">
/external/webkit/WebCore/manual-tests/gtk/
plugin-resize-scroll.html
22
<
embed
id="
embed
" height="100" style="width: 100%" pbgcolor="green"
/external/webkit/WebCore/rendering/
RenderEmbeddedObject.cpp
163
// Check for a child
EMBED
tag.
164
HTMLEmbedElement*
embed
= 0;
167
embed
= static_cast<HTMLEmbedElement*>(child);
177
// Use the attributes from the
EMBED
tag instead of the OBJECT tag including WIDTH and HEIGHT.
179
if (
embed
) {
180
embedOrObject =
embed
;
181
url =
embed
->url();
182
serviceType =
embed
->serviceType();
186
// If there was no URL or type defined in
EMBED
, try the OBJECT tag.
196
// Get the attributes from the params if there is no
EMBED
tag
[
all
...]
InlineIterator.h
88
WTF::Unicode::Direction d = (ub ==
Embed
91
resolver->
embed
(d);
105
resolver->
embed
(WTF::Unicode::PopDirectionalFormat);
113
WTF::Unicode::Direction d = (ub ==
Embed
116
resolver->
embed
(d);
158
WTF::Unicode::Direction d = (ub ==
Embed
161
resolver->
embed
(d);
RenderPartObject.h
30
// Renderer for iframes. Is subclassed in RenderEmbeddedObject for object and
embed
.
/external/kernel-headers/original/linux/
blockgroup_lock.h
53
* The accessor is a macro so we can
embed
a blockgroup_lock into different
/external/webkit/WebCore/manual-tests/plugins/
windowed.html
19
embed
{
67
<!-- <
embed
id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&hl=en&fs=1" --!>
68
<
embed
id="flashPlugin" src="test.swf"
71
</
embed
>
windowless.html
19
embed
{
67
<!-- <
embed
id="flashPlugin" src="http://www.youtube.com/v/loXfcsXRB-w&hl=en&fs=1" --!>
68
<
embed
id="flashPlugin" src="test.swf"
72
</
embed
>
/external/webkit/WebKit/qt/tests/qwebview/
tst_qwebview.cpp
120
QTest::newRow("WindowedPlugin") << QString("<html><body id='b'>text<
embed
src='resources/test.swf'></
embed
></body></html>");
121
QTest::newRow("WindowlessPlugin") << QString("<html><body id='b'>text<
embed
src='resources/test.swf' wmode=\"transparent\"></
embed
></body></html>");
138
if (html.contains("</
embed
>")) {
/external/icu4c/config/
mh-bsd-gcc
19
## Compiler switch to
embed
a runtime search path
23
## Compiler switch to
embed
a library name
mh-mpras
25
## Compiler switch to
embed
a runtime search path
29
## Compiler switch to
embed
a library name
mh-solaris
28
## Compiler switch to
embed
a runtime search path
34
## Compiler switch to
embed
a library name
mh-solaris-gcc
21
## Compiler switch to
embed
a runtime search path
25
## Compiler switch to
embed
a library name
/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
Makefile
64
gcc -g -dynamiclib -o $(DYLIB) `$(PERL) -MExtUtils::
Embed
-eperl_inc` `$(PERL) -MExtUtils::
Embed
-eldopts` $^
/external/webkit/WebKitTools/iExploder/htdocs/
htmltags.in
40
embed
Completed in 32 milliseconds
1
2
3
4
5
6
7