Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRegion.h69 bool hasCustomRegionStyle() const { return m_hasCustomRegionStyle; } in hasCustomRegionStyle() function
70 …void setHasCustomRegionStyle(bool hasCustomRegionStyle) { m_hasCustomRegionStyle = hasCustomRegion… in setHasCustomRegionStyle() argument
DRenderRegion.cpp464 if (!hasCustomRegionStyle()) in setRegionObjectsRegionStyle()
504 if (!hasCustomRegionStyle()) in restoreRegionObjectsOriginalStyle()
DRenderTreeAsText.cpp581 if (renderRegion->hasCustomRegionStyle()) in writeRenderRegionList()
DRenderFlowThread.cpp788 if (region->hasCustomRegionStyle()) { in checkRegionsWithStyling()