Searched refs:cDefaultWidth (Results 1 – 2 of 2) sorted by relevance
59 static const int cDefaultWidth = 300; in defaultSize() local62 return IntSize(cDefaultWidth, cDefaultHeight); in defaultSize()
41 const int cDefaultWidth = 300; variable46 , m_intrinsicSize(cDefaultWidth, cDefaultHeight) in RenderReplaced()103 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); in intrinsicSizeChanged()