Home
last modified time | relevance | path

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

/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.cpp119 … m_repeatSet = m_xPosSet = m_yPosSet = m_backgroundSizeSet = false; in BackgroundLayer()
140 m_backgroundSizeSet = o.m_backgroundSizeSet; in BackgroundLayer()
170 m_backgroundSizeSet = o.m_backgroundSizeSet; in operator =()
181 …xPosSet == o.m_xPosSet && m_yPosSet == o.m_yPosSet && m_backgroundSizeSet == o.m_backgroundSizeSet in operator ==()
H A Drender_style.h514 return m_backgroundSizeSet; in isBackgroundSizeSet()
555 m_backgroundSizeSet = true; in setBackgroundSize()
588 m_backgroundSizeSet = false; in clearBackgroundSize()
654 bool m_backgroundSizeSet : 1; member