Home
last modified time | relevance | path

Searched refs:iframe (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/site/dev/present/
Dpathops.md8 <iframe
11 mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
15 <iframe
18 mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
22 <iframe
25 mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
/external/doclava/res/assets/templates/assets/
Djquery-history.js10 iframe: null, property
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'…
/external/autotest/client/site_tests/video_GlitchDetection/
Dfroogaloop.js5 function Froogaloop(iframe) { argument
7 return new Froogaloop.fn.init(iframe);
19 init: function(iframe) { argument
20 if (typeof iframe === "string") {
21 iframe = document.getElementById(iframe);
24 this.element = iframe;
/external/autotest/client/site_tests/video_VimeoVideo/
Dfroogaloop.js5 function Froogaloop(iframe) { argument
7 return new Froogaloop.fn.init(iframe);
19 init: function(iframe) { argument
20 if (typeof iframe === "string") {
21 iframe = document.getElementById(iframe);
24 this.element = iframe;
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js21 var iframe = document.createElement('iframe');
22 iframes.appendChild(iframe);
109 iframes.removeChild(iframe);
121 paramValues[arity] = iframe.contentDocument.body;
130 iframe.srcdoc = (
/external/doclava/res/assets/templates-sdk/
Ddesignpage.cs100iframe src="https://2507573.fls.doubleclick.net/activityi;src=2507573;type=other026;cat=googl348;o…
/external/v8/tools/blink_tests/
DTestExpectations1 [ Linux ] virtual/pointerevent/fast/events/mouse-cursor-style-change-iframe.html [ Skip ]
/external/fmtlib/doc/bootstrap/
Dresponsive-embed.less13 iframe,
/external/autotest/client/cros/
Dwebstore_test.py250 iframe = self.driver.find_element_by_xpath(
252 self.driver.switch_to_frame(iframe)
/external/mesa3d/docs/
Dmesa.css34 iframe { selector
/external/v8/src/runtime/
Druntime-compiler.cc283 InterpretedFrame* iframe = reinterpret_cast<InterpretedFrame*>(frame); in DetermineEntryAndDisarmOSRForInterpreter() local
289 Handle<BytecodeArray> bytecode(iframe->GetBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
300 return BailoutId(iframe->GetBytecodeOffset()); in DetermineEntryAndDisarmOSRForInterpreter()
/external/clang/docs/
DIntroductionToTheClangAST.rst12 …<center><iframe width="560" height="315" src="http://www.youtube.com/embed/VqCkCDFLSsc?vq=hd720" f…
/external/fmtlib/doc/
Dindex.rst204 …<iframe src="http://ghbtns.com/github-btn.html?user=fmtlib&amp;repo=fmt&amp;type=watch&amp;count=t…
205 class="github-btn" width="100" height="20"></iframe>
/external/v8/src/
Dframes.cc1068 InterpretedFrame* iframe = reinterpret_cast<InterpretedFrame*>(frame); in PrintTop() local
1069 code_offset = iframe->GetBytecodeOffset(); in PrintTop()
1126 InterpretedFrame* iframe = reinterpret_cast<InterpretedFrame*>(frame); in CollectTopFrameForICStats() local
1127 code_offset = iframe->GetBytecodeOffset(); in CollectTopFrameForICStats()
1885 const InterpretedFrame* iframe = in Print() local
1887 BytecodeArray* bytecodes = iframe->GetBytecodeArray(); in Print()
1888 int offset = iframe->GetBytecodeOffset(); in Print()
/external/llvm/docs/_ocamldoc/
Dstyle.css4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector
/external/libjpeg-turbo/doc/html/search/
Dsearch.css157 iframe#MSearchResults {
/external/libxml2/result/HTML/
Ddoc3.htm.err43 ./test/HTML/doc3.htm:795: HTML parser error : Unexpected end tag : iframe
Ddoc3.htm.sax85 SAX.startElement(iframe, border='0', frameborder='no', height='60', marginheight='0', marginwidth='…
97 SAX.endElement(iframe)
2571 SAX.startElement(iframe, frameborder='0', height='60', marginheight='0', marginwidth='0', noresize,…
2578 SAX.endElement(iframe)
2699 SAX.error: Unexpected end tag : iframe
/external/ImageMagick/www/Magick++/
Dmagick.css316 iframe { selector
/external/v8/src/ic/
Dic.cc99 InterpretedFrame* iframe = static_cast<InterpretedFrame*>(frame); in GetAbstractPC() local
101 reinterpret_cast<Address>(iframe->GetBytecodeArray()) - kHeapObjectTag + in GetAbstractPC()
103 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2478 …eturn f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocumen…
2526 var iframe;
2551 iframe = $('<iframe />').hide().get(0);
2552 $('body').prepend(iframe);
2559 $(window).unload(function() { iframe = null });
2584 var idoc = iframe.contentDocument || iframe.contentWindow.document;
2597 var idoc = iframe.contentWindow.document;
/external/testng/src/main/resources/
Djquery-1.7.1.min.js3 …eturn f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocumen…
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js3 …eturn f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocumen…
/external/libjpeg-turbo/doc/html/
Djquery.js5 …eturn f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocumen…
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt1162 A start tag whose tag name is one of: "iframe", "noembed"

12