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 58 static const int cDefaultHeight = 150;
60 return IntSize(cDefaultWidth, cDefaultHeight);
RenderReplaced.cpp 42 const int cDefaultHeight = 150;
46 , m_intrinsicSize(cDefaultWidth, cDefaultHeight)
103 int scaledHeight = static_cast<int>(cDefaultHeight * style()->effectiveZoom());

Completed in 95 milliseconds