OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iframe
(Results
126 - 150
of
411
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/html/
HTMLFrameElementBase.h
82
// This is a performance optimization some call "magic
iframe
" which avoids
88
// "Removing an
iframe
from a Document does not cause its browsing context
89
// to be discarded. Indeed, an
iframe
's browsing context can survive its
90
// original parent Document if its
iframe
is moved to another Document."
91
// From HTML5: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-
iframe
-element.html#the-
iframe
-element
/external/webkit/Source/WebCore/loader/archive/
ArchiveResourceCollection.cpp
52
Vector<RefPtr<Archive> >::const_iterator
iFrame
= subframes.begin();
55
for (;
iFrame
!= endFrame; ++
iFrame
) {
56
ASSERT((*
iFrame
)->mainResource());
57
const String& frameName = (*
iFrame
)->mainResource()->frameName();
59
m_subframes.set(frameName,
iFrame
->get());
/development/pdk/docs/porting/
lights.jd
44
<p class="note"><strong>Note</strong>: This document relies on some Doxygen-generated content that appears in an
iFrame
below. To return to the Doxygen default content for this page, <a href="lights.html">click here</a>.</p>
47
<
iframe
onLoad="resizeDoxFrameHeight();" src="lights_8h.html" scrolling="no" scroll="no" id="doxygen" marginwidth="0" marginheight="0"
48
frameborder="0" style="width:100%;"></
iframe
>
/external/webkit/LayoutTests/dom/html/level2/html/
HTMLIFrameElement01.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
81
Retrieve the align attribute of the first
IFRAME
element and examine
100
doc = load(docRef, "doc", "
iframe
");
101
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement02.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
82
Retrieve the frameBorder attribute of the first
IFRAME
element and examine
101
doc = load(docRef, "doc", "
iframe
");
102
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement03.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
80
Retrieve the height attribute of the first
IFRAME
element and examine
99
doc = load(docRef, "doc", "
iframe
");
100
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement04.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
81
Retrieve the longDesc attribute of the first
IFRAME
element and examine
100
doc = load(docRef, "doc", "
iframe
");
101
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement06.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
80
Retrieve the marginHeight attribute of the first
IFRAME
element and examine
99
doc = load(docRef, "doc", "
iframe
");
100
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement07.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
81
Retrieve the name attribute of the first
IFRAME
element and examine
100
doc = load(docRef, "doc", "
iframe
");
101
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement10.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
80
Retrieve the width attribute of the first
IFRAME
element and examine
99
doc = load(docRef, "doc", "
iframe
");
100
nodeList = doc.getElementsByTagName("
iframe
");
/external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLIFrameElement01.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
81
Retrieve the align attribute of the first
IFRAME
element and examine
100
doc = load(docRef, "doc", "
iframe
");
101
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement02.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
82
Retrieve the frameBorder attribute of the first
IFRAME
element and examine
101
doc = load(docRef, "doc", "
iframe
");
102
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement03.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
80
Retrieve the height attribute of the first
IFRAME
element and examine
99
doc = load(docRef, "doc", "
iframe
");
100
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement04.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
81
Retrieve the longDesc attribute of the first
IFRAME
element and examine
100
doc = load(docRef, "doc", "
iframe
");
101
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement06.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
80
Retrieve the marginHeight attribute of the first
IFRAME
element and examine
99
doc = load(docRef, "doc", "
iframe
");
100
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement07.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
81
Retrieve the name attribute of the first
IFRAME
element and examine
100
doc = load(docRef, "doc", "
iframe
");
101
nodeList = doc.getElementsByTagName("
iframe
");
HTMLIFrameElement10.js
49
docsLoaded += preload(docRef, "doc", "
iframe
");
80
Retrieve the width attribute of the first
IFRAME
element and examine
99
doc = load(docRef, "doc", "
iframe
");
100
nodeList = doc.getElementsByTagName("
iframe
");
/external/webkit/LayoutTests/fast/js/resources/
js-constructors-use-correct-global.js
3
var otherGlobal = document.getElementsByTagName("
iframe
")[0].contentWindow;
/external/webkit/LayoutTests/http/tests/appcache/
origins-with-appcache-expected.txt
1
This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an
iframe
that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache.
fail-on-update-2.html
23
var ifr = document.createElement("
iframe
");
28
var ifr = document.createElement("
iframe
");
local-content.html
19
var ifr = document.createElement("
iframe
");
33
log("FAILURE: A local resource was opened in an
iframe
");
/external/chromium/chrome/browser/debugger/manual_tests/
dom-mutation.html
30
<
iframe
id="test" src="resources/mutate-frame.html" width="200" height="300"></
iframe
>
/external/chromium/chrome/browser/resources/
host_registration_page.html
69
<body><
iframe
id="form" frameborder="0"></
iframe
></body>
/external/chromium/chrome/common/extensions/docs/static/
api_index.html
42
<
iframe
title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/bmxr75CV36A?rel=0" frameborder="0" allowfullscreen></
iframe
>
/external/webkit/LayoutTests/fast/encoding/
char-encoding-mac.html
12
<
iframe
id="subframe" name="subframe"></
iframe
>
Completed in 810 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>