Home
last modified time | relevance | path

Searched refs:getComputedStyle (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-bonus-object-form-keyframes.js35 var originalOpacity = getComputedStyle(element).getPropertyValue('opacity');
40 animated = getComputedStyle(element).getPropertyValue('opacity') == testOpacity;
Dkeyframe-effect-constructor.js162 var originalGetComputedStyle = window.getComputedStyle;
/external/perfetto/ui/src/frontend/
Dcss_constants.ts33 return window.getComputedStyle(body).getPropertyValue(prop);
Dtrack_group_panel.ts152 getComputedStyle(dom).getPropertyValue('--collapsed-background');
155 getComputedStyle(dom).getPropertyValue('--expanded-background');
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dcommon-utils.js40 const value = window.getComputedStyle(element).getPropertyValue(property);
Dapply-shim.js256 return window.getComputedStyle(this._measureElement).getPropertyValue(property);
Dscoping-shim.js469 value = value || window.getComputedStyle(element).getPropertyValue(property);
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dcustom-style-interface.min.js13 …cument.body,a)},getComputedStyleValue:function(a,b){return(a=window.getComputedStyle(a).getPropert…
Dapply-shim.min.js23 …"),k.b.style.all="initial",document.head.appendChild(k.b)),h=window.getComputedStyle(k.b).getPrope…
30 Y.styleDocument(a)},getComputedStyleValue:function(a,b){return(a=window.getComputedStyle(a).getProp…
Dcustom-style-interface.min.js.map1getComputedStyle","getPropertyValue","trim","flushCustomStyles"],"mappings":"A;;;;;;;;;aAaA,IAAIA,…
/external/swiftshader/third_party/subzero/bloat/
Dwebtreemap.js224 var style = getComputedStyle(dom, null);
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js300 } else if (window.getComputedStyle) {
303 whitespace = window.getComputedStyle(node, null).whiteSpace;
/external/doclava/res/assets/templates-sdk/assets/js/
Dprettify.js7 …urrentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getComput…
/external/okhttp/website/static/
Dprettify.js28 … o=d.currentStyle,u=s.defaultView,o=(o=o?o.whiteSpace:u&&u.getComputedStyle?u.getComputedStyle(d,q…
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js1480 if ( window.getComputedStyle ) {
1487 …( parseInt( ( window.getComputedStyle( marginDiv, null ) || { marginRight: 0 } ).marginRight, 10 )…
6457 getComputedStyle, variable
6706 if ( document.defaultView && document.defaultView.getComputedStyle ) {
6707 getComputedStyle = function( elem, name ) { function
6713 (computedStyle = defaultView.getComputedStyle( elem, null )) ) {
6765 curCSS = getComputedStyle || currentStyle;
8968 prevComputedStyle = defaultView ? defaultView.getComputedStyle( elem, null ) : elem.currentStyle,
8977 computedStyle = defaultView ? defaultView.getComputedStyle(elem, null) : elem.currentStyle;
/external/python/httplib2/doc/html/_static/
Djquery.js800 else if ( defaultView.getComputedStyle ) {
808 var computedStyle = defaultView.getComputedStyle( elem, null );
4191 prevComputedStyle = defaultView.getComputedStyle(elem, null),
4195 computedStyle = defaultView.getComputedStyle(elem, null);
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations-next-lite.min.js15getComputedStyle(b).getPropertyValue("opacity"),f="0"==e?"1":"0";c=b.animate({opacity:[f,f]},{dura…
Dweb-animations.min.js.map1 …,"splice","element","documentElement","animated","originalOpacity","getComputedStyle","getProperty…
Dweb-animations-next.min.js15getComputedStyle(b).getPropertyValue("opacity"),f="0"==e?"1":"0";c=b.animate({opacity:[f,f]},{dura…
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js4319 var originalGetComputedStyle = window.getComputedStyle;
4326 OriginalWindow.prototype.getComputedStyle = function(el, pseudo) { method in OriginalWindow
4327 return wrap(this || window).getComputedStyle(unwrapIfNeeded(el), pseudo);
4337 delete window.getComputedStyle;
4348 getComputedStyle: function(el, pseudo) { method
DShadowDOM.min.js13getComputedStyle,d=window.getDefaultComputedStyle,f=window.getSelection;t.prototype=Object.create(… method
Dwebcomponents.min.js13getComputedStyle,p=window.getDefaultComputedStyle,h=window.getSelection;t.prototype=Object.create(… method
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js12 …L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").t…
19 …L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&…
/external/llvm-project/polly/www/video-js/
Dvideo.js1602 return window.getComputedStyle(element, null).getPropertyValue(style);

12