Searched defs:m_minWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBoxData.h49 const Length& minWidth() const { return m_minWidth; }
72 Length m_minWidth; member in class:blink::StyleBoxData
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h205 float m_minWidth; member in class:blink::RenderText
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp89 int m_minWidth; member in class:deqp::egl::__anon19832::MemoryAllocator
108 , m_minWidth (minWidth)
193 const EGLint width = m_rnd.getInt(m_minWidth, m_maxWidth);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java79 private int m_minWidth = 150; field in class:FlyoutControlComposite
141 m_minWidth = minWidth;
196 width = Math.max(width, m_minWidth);

Completed in 127 milliseconds