Searched defs:iframe (Results 1 - 8 of 8) sorted by relevance

/external/chromium/webkit/glue/
H A Diframe_redirect_unittest.cc26 // Tests that loading a page in an iframe from javascript results in
39 WebFrame* iframe = local
41 ASSERT_TRUE(iframe != NULL);
42 WebDataSource* iframe_ds = iframe->dataSource();
/external/doclava/res/assets/templates/assets/
H A Djquery-history.js10 iframe: null,
12 return msie.iframe.contentWindow.document;
26 var hash = msie.iframe ? msie.getHash() : location.hash;
29 if (msie.iframe) {
44 if (msie.iframe) {
73 msie.iframe = $('<iframe style="display:none" src="javascript:false;"></iframe>').prependTo('body')[0];
/external/chromium/chrome/browser/accessibility/
H A Drenderer_accessibility_browsertest.cc278 "<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_org/chrome/browser/resources/backloader/scripts/
H A Dbackground.js135 var iframe = document.createElement('iframe');
136 iframe.onload = function() {
139 iframe.src = pageUrl;
140 iframe.name = 'frame_' + index;
141 document.body.appendChild(iframe);
/external/chromium_org/content/browser/accessibility/
H A Dcross_platform_accessibility_browsertest.cc329 "<iframe src='data:text/html,"
331 "'></iframe>"
348 const AccessibilityNodeDataTreeNode& iframe = body.children[1]; local
349 EXPECT_STREQ("iframe",
350 GetAttr(iframe, AccessibilityNodeData::ATTR_HTML_TAG).c_str());
351 ASSERT_EQ(1U, iframe.children.size());
353 const AccessibilityNodeDataTreeNode& scroll_area = iframe.children[0];
/external/chromium_org/chrome/renderer/autofill/
H A Dpassword_autofill_agent_browsertest.cc709 // Tests that a password form in an iframe will not be filled in until a user
712 const char kIframeName[] = "iframe";
720 " <iframe id='iframe' src=\"";
722 "\"></iframe>"
741 // Retrieve the input elements from the iframe since that is where we want to
743 WebFrame* iframe = GetMainFrame()->findChildByName(kIframeName); local
744 ASSERT_TRUE(iframe);
745 WebDocument document = iframe->document();
759 // Simulate the user typing in the username in the iframe, whic
[all...]
/external/srec/srec/clib/
H A Dswicms.c476 imeldata* iframe, int dimen)
488 for(ii=0;ii<dimen;ii++) swicms->inutt.accum[ii] += iframe[ii];
508 oframe[ii] = MAKEBYTE(iframe[ii] + swicms->adjust[ii]);
474 apply_channel_normalization_in_swicms(swicms_norm_info *swicms, imeldata* oframe, imeldata* iframe, int dimen) argument
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp213 EXPECT_NE(std::string::npos, content.find(" visible iframe"));
215 EXPECT_EQ(std::string::npos, content.find(" invisible iframe"));
216 EXPECT_EQ(std::string::npos, content.find("iframe with zero size"));
2673 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests(); // Load the iframe.
2675 WebFrame* iframe = webViewHelper.webView()->findFrameByName(WebString::fromUTF8("ifr")); local
2676 ASSERT_TRUE(iframe);
2677 WebDataSource* iframeDataSource = iframe->dataSource();
2769 // Load a frame with an iframe, make sure we get the right create notifications.
2967 const char outerFrameSource[] = "Hello<iframe></iframe> worl
4939 WebFrame* iframe = frame->firstChild(); local
[all...]

Completed in 405 milliseconds