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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 60 static const int cDefaultHeight = 150;
62 return IntSize(cDefaultWidth, cDefaultHeight);
RenderReplaced.cpp 42 const int cDefaultHeight = 150;
46 , m_intrinsicSize(cDefaultWidth, cDefaultHeight)
104 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());

Completed in 3046 milliseconds