/external/webkit/Source/WebCore/plugins/ |
IFrameShimSupport.cpp | 45 // This file provides plugin-related utility functions for iframe shims and is shared by platforms that inherit 83 // If the plugin does not have an explicit z-index it stacks behind the iframe. 87 // the iframe. 118 // plugin ("cutouts"). This helps implement the "iframe shim" 120 // page. In a nutshell, iframe elements should occlude plugins when
|
/external/chromium/webkit/glue/ |
webframe_unittest.cc | 43 const char outer_frame_source[] = "Hello<iframe></iframe> world"; 49 WebString::fromUTF8("/html/body/iframe"));
|
resource_type.h | 14 SUB_FRAME, // frame or iframe
|
/external/chromium/chrome/browser/policy/resources/ |
enrollment.html | 39 <iframe id="gaialogin" scrolling="no" 40 src="chrome://enterprise-enrollment/gaialogin"></iframe>
|
/external/chromium/chrome/browser/printing/cloud_print/resources/ |
cloud_print_setup_login.html | 57 <iframe id="gaialogin" frameborder="0" 59 src="chrome://cloudprintsetup/gaialogin"></iframe>
|
/external/webkit/LayoutTests/fast/encoding/resources/ |
parser-tests.js | 13 '<p><iframe id="test"></iframe></p>');
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/resources/ |
testiframe.html | 51 <iframe id="content2" name="control" src="testiframe2.html"> </iframe>
|
/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.h | 24 // URL may refer to the iframe on the page.
|
/external/chromium/chrome/common/extensions/docs/build/ |
generator.html | 24 childFrame = document.createElement('iframe');
|
/external/webkit/LayoutTests/http/tests/appcache/ |
foreign-fallback.html | 18 var ifr = document.createElement("iframe");
|
offline-access.html | 27 var ifr = document.createElement("iframe");
|
top-frame-2.html | 48 var ifr = document.createElement("iframe");
|
/external/webkit/Source/WebCore/manual-tests/ |
scrolling-nestedframesets.html | 25 <iframe width="800" height="500" src="resources/nestedframesets.html">
|
/external/webkit/Source/WebKit/gtk/tests/ |
testwebframe.c | 67 "<iframe></iframe>" 68 "<iframe></iframe>"
|
testwebview.c | 63 } else if (g_str_equal(path, "/iframe.html")) { 64 char* contents = g_strdup("<html><body id=\"some-content\"><div style=\"background-color: green; height: 50px;\"></div><iframe src=\"bigdiv.html\"></iframe></body></html>"); 142 char* uri = g_strconcat(base_uri, "iframe.html", NULL); 198 char* second_uri = g_strconcat(base_uri, "iframe.html", NULL);
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
htmltags.in | 64 iframe
|
/external/chromium/chrome/browser/accessibility/ |
renderer_accessibility_browsertest.cc | 278 "<iframe src='data:text/html," 280 "'></iframe>" 295 const WebAccessibility& iframe = body.children[1]; local 296 EXPECT_STREQ("iframe", 297 GetAttr(iframe, WebAccessibility::ATTR_HTML_TAG).c_str()); 298 ASSERT_EQ(1U, iframe.children.size()); 300 const WebAccessibility& scroll_area = iframe.children[0];
|
/external/chromium/chrome/browser/resources/ |
offline_load.html | 148 <iframe src="chrome-extension://iadeocfgjdjdmpenejdbfeaocpbikmab/activation_in_offline.html" 149 id="carrierPage" frameborder="0"></iframe>
|
/external/chromium/chrome/common/extensions/docs/static/ |
index.html | 113 <iframe title="YouTube video player" width="300" height="199" src="http://www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscreen></iframe>
|
/frameworks/base/docs/html/sdk/ |
download.jd | 39 <iframe id="terms" style="border:1px solid #888;margin:0 0 1em;height:400px;width:95%;" 41 </iframe>
|
/external/chromium/chrome/common/safe_browsing/ |
safebrowsing_messages.h | 19 // (eg "IFRAME"). Can be empty.
|
/external/webkit/Source/WebCore/page/ |
SecurityOrigin.h | 89 // in an iframe or as an image). For example, web sites generally cannot 95 // For example, call this function before creating an iframe to a 148 // about:blank iframe inherits its security origin from its parent frame. 161 // this SecurityOrigin might have come from a sandboxed iframe, the
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
config.yaml | 47 iframe.src: "Firefox\/3.6"
|
/external/webkit/Source/WebKit/chromium/tests/ |
WebFrameTest.cpp | 113 EXPECT_NE(std::string::npos, content.find(" visible iframe")); 115 EXPECT_EQ(std::string::npos, content.find(" invisible iframe")); 116 EXPECT_EQ(std::string::npos, content.find("iframe with zero size"));
|
/external/chromium/chrome/browser/chromeos/login/ |
registration_screen.h | 62 // It renders host page served from resources that includes iframe with
|