Searched defs:getComputedStyle (Results 1 – 3 of 3) sorted by relevance
2349 function getComputedStyle(element, prop) { function
533 window.getComputedStyle = function (el, pseudo) { class in window
4557 getComputedStyle = document.defaultView && document.defaultView.getComputedStyle, variable