/external/chromium_org/chrome/browser/resources/gaia_auth/ |
main.css | 8 iframe { 15 iframe {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
RequestHTMLView.js | 62 // We need to create iframe again each time because contentDocument 63 // is deleted when iframe is removed from its parent. 65 var iframe = document.createElement("iframe"); 66 iframe.setAttribute("sandbox", ""); // Forbid to run JavaScript and set unique origin. 67 iframe.setAttribute("src", this._dataURL); 68 this.element.appendChild(iframe);
|
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/ |
status.css | 10 iframe[name=network-config-frame] {
|
/external/chromium/webkit/glue/ |
iframe_redirect_unittest.cc | 26 // 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();
|
/build/tools/droiddoc/templates-pdk/assets/ |
jquery-history.js | 10 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/doclava/res/assets/templates/assets/ |
jquery-history.js | 10 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_org/chrome/browser/resources/uber/ |
uber.css | 38 .iframe-container { 50 .iframe-container.selected { 58 .iframe-container.expanded { 62 iframe {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/ |
dromaeorunner.js | 9 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/chromium_org/chrome/browser/resources/backloader/scripts/ |
background.js | 135 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/native_client_sdk/src/resources/ |
index.js | 39 var iframeEl = document.querySelector('iframe'); 47 var iframeEl = document.querySelector('iframe'); 48 var iframeWrapperEl = document.querySelector('.iframe-wrapper'); 69 // HACK: polling the body height to update the iframe. There's got to be a
|
index.css | 80 .iframe-wrapper { 99 iframe {
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
inlinedelegate.js | 18 * Adds an unadorned iframe into the page, taking arguments to customize it. 70 function(iframe) { 71 google.cf.installer.frame.setProperties(iframe, this.args_);
|
overlaydelegate.js | 49 '.chromeFrameOverlayContent iframe {' + 123 function(iframe) { 124 google.cf.installer.frame.setProperties(iframe, this.args_);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 79 * 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. 278 var iframes = document.getElementsByTagName('IFRAME'); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 79 * 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. 278 var iframes = document.getElementsByTagName('IFRAME'); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
runner.js | 316 var iframe = document.createElement("iframe"); 317 document.body.appendChild(iframe); 319 iframe.sandbox = ''; // Prevent external loads which could cause write() to return before completing the parse. 320 iframe.style.width = "600px"; // Have a reasonable size so we're not line-breaking on every character. 321 iframe.style.height = "800px"; 322 iframe.contentDocument.open(); 325 iframe.contentDocument.write(chunks[chunkIndex]); 328 if (iframe.contentDocument.body) 329 iframe.contentDocument.body.clientHeight; // Force a full layout/style-resolve [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
reset.css | 11 html, body, div, span, object, iframe,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.js | 81 // 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; 247 var iframes = document.getElementsByTagName('IFRAME');
|
/external/chromium_org/chrome/renderer/resources/ |
neterror.js | 20 '<iframe src="chrome-extension://' + extension_id + 21 '/index.html"></iframe>';
|
/external/chromium_org/chrome_frame/cfinstall/src/common/ |
interactiondelegate.js | 14 * Allows clients to customize the display of the IFrame holding the Chrome 21 * Returns the element under which the IFrame should be located. Note that the 22 * IFrame must remain in the DOM for the duration of the connection. 23 * Re-parenting the IFrame or any ancestor will cause undefined behaviour. 24 * @return {!HTMLElement} The element that should be the parent of the IFrame. 30 * Receives a reference to the newly created IFrame. May optionally modify the 32 * for inserting the IFrame in the DOM (this will occur later). 33 * @param {!HTMLIFrameElement} iframe The newly created IFrame element. 36 function(iframe) {}; [all...] |
/external/srec/srec/include/ |
swicms.h | 89 imeldata* oframe, imeldata* iframe,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.css | 35 .trunk-status-cell > iframe {
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
onebar.css | 60 #chromium-gtests 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_org/chrome_frame/cfinstall/src/implementation/ |
crossdomaininstall.js | 72 var iframe = channel.createPeerIframe( 80 goog.style.setContentBoxSize(iframe, new goog.math.Size(size['width'],
|