HomeSort by relevance Sort by last modified time
    Searched refs:cDefaultHeight (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 69 static const int cDefaultHeight = 150;
71 return IntSize(cDefaultWidth, cDefaultHeight);
RenderReplaced.cpp 38 const int cDefaultHeight = 150;
42 , m_intrinsicSize(cDefaultWidth, cDefaultHeight)
100 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());

Completed in 54 milliseconds