Home
last modified time | relevance | path

Searched refs:bodyStyle (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp1593 RefPtr<RenderStyle> bodyStyle = body->renderStyle(); in inheritHtmlAndBodyElementStyles() local
1594 …if (!bodyStyle || body->needsStyleRecalc() || documentElement()->needsStyleRecalc() || change == F… in inheritHtmlAndBodyElementStyles()
1595 bodyStyle = ensureStyleResolver().styleForElement(body, documentElementStyle.get()); in inheritHtmlAndBodyElementStyles()
1597 rootWritingMode = bodyStyle->writingMode(); in inheritHtmlAndBodyElementStyles()
1599 rootDirection = bodyStyle->direction(); in inheritHtmlAndBodyElementStyles()