Home
last modified time | relevance | path

Searched refs:initialMinSize (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_sign_in_container.mm41 NSSize initialMinSize = [[self view] frame].size;
43 // Ensure |maxSize_| is bigger than |initialMinSize|.
44 maxSize_.height = std::max(maxSize_.height, initialMinSize.height);
45 maxSize_.width = std::max(maxSize_.width, initialMinSize.width);
51 gfx::Size(NSSizeToCGSize(initialMinSize)),
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleBoxData.cpp38 : m_minWidth(RenderStyle::initialMinSize()) in StyleBoxData()
40 , m_minHeight(RenderStyle::initialMinSize()) in StyleBoxData()
DRenderStyle.h1556 static Length initialMinSize() { return Length(Fixed); } in initialMinSize() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperties.in84 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizing
85 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizing