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 57 static const int cDefaultWidth = 300;
60 return IntSize(cDefaultWidth, cDefaultHeight);
RenderReplaced.cpp 41 const int cDefaultWidth = 300;
46 , m_intrinsicSize(cDefaultWidth, cDefaultHeight)
102 int scaledWidth = static_cast<int>(cDefaultWidth * style()->effectiveZoom());
427 // 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 52 milliseconds