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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 59 static const int cDefaultWidth = 300;
62 return IntSize(cDefaultWidth, cDefaultHeight);
RenderReplaced.cpp 41 const int cDefaultWidth = 300;
46 , m_intrinsicSize(cDefaultWidth, cDefaultHeight)
103 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom());
442 // Changing this to return cDefaultWidth, will affect lots of test results. Eg. some tests assume that a blank <img> tag (which implies width/height=auto)

Completed in 34 milliseconds