Home | History | Annotate | Download | only in css

Lines Matching refs:m_endHorizontalSize

612         } else if (m_endHorizontalSize && m_endVerticalSize) {
614 result += m_endHorizontalSize->cssText() + " " + m_endVerticalSize->cssText();
748 else if (m_endHorizontalSize || m_endVerticalSize) {
751 secondRadius = resolveRadius(m_endHorizontalSize.get(), renderer->style(), rootStyle, &width);