Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp185 bool documentStyleHasViewportUnits = documentStyle->hasViewportUnits(); in viewportLengthValue()
193 if (documentStyle->hasViewportUnits()) in viewportLengthValue()
DMatchedPropertiesCache.cpp149 if (cacheItem->renderStyle->hasViewportUnits()) in clearViewportDependent()
DStyleBuilderConverter.cpp123 : m_from(from), m_to(to), m_hadViewportUnits(from->hasViewportUnits()) in RedirectSetHasViewportUnits()
129 m_to->setHasViewportUnits(m_from->hasViewportUnits()); in ~RedirectSetHasViewportUnits()
DStyleResolver.cpp642 if (state.style()->hasViewportUnits()) in styleForElement()
810 if (state.style()->hasViewportUnits()) in pseudoStyleForElementInternal()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h251 mutable unsigned hasViewportUnits : 1; member
321 noninherited_flags.hasViewportUnits = false; in setBitDefaults()
366 …void setHasViewportUnits(bool hasViewportUnits = true) const { noninherited_flags.hasViewportUnits
367 bool hasViewportUnits() const { return noninherited_flags.hasViewportUnits; } in hasViewportUnits() function
DRenderStyle.cpp237 noninherited_flags.hasViewportUnits = other->noninherited_flags.hasViewportUnits; in copyNonInheritedFrom()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp544 if (style && style->hasViewportUnits()) in setNeedsStyleRecalcForViewportUnits()
DDocument.h1026 bool hasViewportUnits() const { return m_hasViewportUnits; } in hasViewportUnits() function
DDocument.cpp3401 if (!hasViewportUnits()) in notifyResizeForViewportUnits()