Searched refs:cDefaultWidth (Results 1 – 3 of 3) sorted by relevance
68 static const int cDefaultWidth = 300; in defaultSize() local71 return IntSize(cDefaultWidth, cDefaultHeight); in defaultSize()
37 const int cDefaultWidth = 300; variable42 , m_intrinsicSize(cDefaultWidth, cDefaultHeight) in RenderReplaced()91 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); in intrinsicSizeChanged()
44 static const int cDefaultWidth = 300; variable105 m_maxPreferredLogicalWidth = computeContentBoxLogicalWidth(cDefaultWidth); in computePreferredLogicalWidths()