Searched refs:iframe (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dmain.css8 iframe {
15 iframe {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DRequestHTMLView.js65 // We need to create iframe again each time because contentDocument
66 // is deleted when iframe is removed from its parent.
68 var iframe = document.createElement("iframe");
69 iframe.setAttribute("sandbox", ""); // Forbid to run JavaScript and set unique origin.
70 iframe.setAttribute("src", this._dataURL);
71 this.element.appendChild(iframe);
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/
H A Dstatus.css10 iframe[name=network-config-frame] {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dinterframe.js8 * them using document.getElementsByTagName('iframe'), create an ID to
9 * associate with that iframe, then call cvox.Interframe.sendIdToIFrame
11 * messages to that iframe and cvox.Interframe.addListener to receive
13 * that iframe as a parameter.
57 * Flag for unit testing. When false, skips over iframe.contentWindow check
59 * not have access to iframe.contentWindow due to the same-origin security
117 * Send a message to another iframe.
120 * @param {HTMLIFrameElement} iframe The iframe to send the message to.
122 cvox.Interframe.sendMessageToIFrame = function(message, iframe) {
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
H A Deventpage.js6 var iframe = document.getElementById('theFrame');
11 iframe.contentWindow.postMessage(message, '*');
/external/chromium_org/chrome/browser/resources/uber/
H A Duber.css34 .iframe-container {
46 .iframe-container.selected {
54 .iframe-container.expanded {
58 iframe {
H A Duber.js24 * A queue of method invocations on one of the iframes; if the iframe has not
123 * @return {Object} The default iframe container.
130 * @return {Object} The currently selected iframe container.
133 return document.querySelector('.iframe-container.selected');
180 * Sends the navigation iframe to the background.
189 * Retrieves the navigation iframe from the background.
212 * Get an iframe based on the origin of a received post message.
218 var query = '.iframe-container > iframe[src^="' + origin + '/"]';
248 * source iframe
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/
H A Ddromaeorunner.js9 var iframe = document.createElement("iframe");
11 iframe.setAttribute("src", url);
12 document.body.insertBefore(iframe, document.body.firstChild);
13 iframe.addEventListener(
15 DRT.targetDocument = iframe.contentDocument;
16 DRT.targetWindow = iframe.contentDocument.defaultView;
/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-trace/trace-viewer/src/base/
H A Dmeasuring_stick.js10 * Uses an embedded iframe to measure provided elements without forcing layout
37 var iframe = document.createElement('iframe');
38 iframe.style.cssText =
40 document.body.appendChild(iframe);
41 this.iframe_ = iframe;
/external/chromium_org/chrome/browser/resources/pdf/
H A Dpdf_scripting_api.js161 * iframe which is navigated to the PDF viewer extension and 2) a scripting
165 * @return {HTMLIFrameElement} the iframe element containing the PDF viewer.
169 var iframe = window.document.createElement('iframe');
170 iframe.setAttribute('src', EXTENSION_URL + '/index.html?' + src);
173 // Add the functions to the iframe so that they can be called directly.
174 iframe.setViewportChangedCallback =
176 iframe.setLoadCallback = client.setLoadCallback.bind(client);
177 iframe.resetPrintPreviewMode = client.resetPrintPreviewMode.bind(client);
178 iframe
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
H A Drunner.js304 var iframe = document.createElement("iframe");
305 document.body.appendChild(iframe);
307 iframe.sandbox = ''; // Prevent external loads which could cause write() to return before completing the parse.
308 iframe.style.width = "600px"; // Have a reasonable size so we're not line-breaking on every character.
309 iframe.style.height = "800px";
310 iframe.contentDocument.open();
313 iframe.contentDocument.write(chunks[chunkIndex]);
316 if (iframe.contentDocument.body)
317 iframe
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Dfeed.js79 * Generates news iframe in pop-up page by parsing retrieved feed.
95 // of share buttons(Facebook, Twitter and Google Buzz) in iframe.
123 // Construct the iframe's HTML.
190 var desc = document.createElement('iframe');
209 // The story body is created as an iframe with a data: URL in order to
262 var iframe = item.querySelector('.item_desc');
265 iframe.contentWindow.postMessage('reportHeight', '*');
268 iframe.style.height = '0px';
274 * Handles messages between different iframes and sets the display of iframe.
279 for (var i = 0, iframe; ifram
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
H A Dfeed.js81 // Construct the iframe's HTML.
156 var desc = document.createElement('iframe');
163 // The story body is created as an iframe with a data: URL in order to
226 var iframe = items[i].getElementsByClassName('item_desc')[0];
229 iframe.contentWindow.postMessage('reportHeight', '*');
233 iframe.tabIndex = 0;
236 iframe.style.height = '0px';
240 iframe.tabIndex = -1;
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dreset.css11 html, body, div, span, object, iframe,
/external/chromium_org/native_client_sdk/src/resources/
H A Dindex.css80 .iframe-wrapper {
99 iframe {
/external/srec/srec/include/
H A Dswicms.h89 imeldata* oframe, imeldata* iframe,
/external/owasp/sanitizer/empiricism/
H A Dhtml-containment.js21 var iframe = document.createElement('iframe');
22 iframes.appendChild(iframe);
109 iframes.removeChild(iframe);
121 paramValues[arity] = iframe.contentDocument.body;
129 // Start the iframe parsing its body.
130 iframe.srcdoc = (
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dpopup.css35 .trunk-status-cell > iframe {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dlive_regions.js125 var iframes = document.getElementsByTagName('iframe');
126 for (var i = 0, iframe; iframe = iframes[i]; i++) {
127 if (iframe.src == message['src']) {
128 if (!cvox.DomUtil.isVisible(iframe)) {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup.css16 iframe {
/external/chromium_org/content/browser/accessibility/
H A Dcross_platform_accessibility_browsertest.cc340 "<iframe src='data:text/html,"
342 "'></iframe>"
360 const ui::AXNode* iframe = body->ChildAtIndex(1); local
361 EXPECT_STREQ("iframe",
362 GetAttr(iframe, ui::AX_ATTR_HTML_TAG).c_str());
363 ASSERT_EQ(1, iframe->child_count());
365 const ui::AXNode* scroll_area = iframe->ChildAtIndex(0);
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dtest_util.js96 * @param {string=} opt_iframeQuery Query for the iframe.
102 var iframe = contentWindow.document.querySelector(opt_iframeQuery);
103 return iframe && iframe.contentWindow && iframe.contentWindow.document;
183 * @param {?string} iframeQuery Iframe selector or null if no iframe.
336 * @param {string=} opt_iframeQuery Optional iframe selector.
384 * @param {string=} opt_iframeQuery Optional iframe selector.
404 * @param {string=} opt_iframeQuery Optional iframe selector.
431 * @param {string=} opt_iframeQuery Optional iframe selecto
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Ddialogs.js154 var iframes = doc.querySelectorAll('iframe');
158 var iframe = iframes[i];
161 contentDoc = iframe.contentDocument;
/external/okhttp/website/static/
H A Dhtml5shiv.min.js6 c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||

Completed in 1743 milliseconds

12