Home | History | Annotate | Download | only in dom

Lines Matching refs:styleForElement

1677         documentElementStyle = ensureStyleResolver().styleForElement(documentElement());
1687 bodyStyle = ensureStyleResolver().styleForElement(body, documentElementStyle.get());
1707 // call to styleForElement on the body above can cache bad values for rem units if the
1998 return ensureStyleResolver().styleForElement(element, element->parentNode() ? element->parentNode()->computedStyle() : 0);