Home
last modified time | relevance | path

Searched refs:cDefaultWidth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVideo.cpp59 static const int cDefaultWidth = 300; in defaultSize() local
62 return IntSize(cDefaultWidth, cDefaultHeight); in defaultSize()
DRenderReplaced.cpp41 const int cDefaultWidth = 300; variable
46 , m_intrinsicSize(cDefaultWidth, cDefaultHeight) in RenderReplaced()
103 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom()); in intrinsicSizeChanged()