Home
last modified time | relevance | path

Searched refs:setMaxHeight (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h81 virtual void setMaxHeight(int) = 0;
171 virtual void setMaxHeight(int maxHeight) OVERRIDE { m_maxHeight = maxHeight; } in setMaxHeight() function
DPopupContainer.cpp141 listBox->setMaxHeight(spaceAbove); in layoutAndCalculateWidgetRectInternal()
143 listBox->setMaxHeight(spaceBelow); in layoutAndCalculateWidgetRectInternal()
159 m_listBox->setMaxHeight(PopupListBox::defaultMaxHeight); in layoutAndCalculateWidgetRect()
/external/chromium_org/chrome/common/extensions/api/
Dapp_current_window_internal.idl44 static void setMaxHeight(optional long maxHeight);
Dapp_window.idl216 static void setMaxHeight(optional long maxHeight);
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupContainerTest.cpp35 virtual void setMaxHeight(int max) OVERRIDE { maxHeight = max; } in setMaxHeight() function in MockPopupContent
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp390 style->setMaxHeight(animatableValueToLength(value, state, NonNegativeValues)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp940 …ropertyWrapper<Length>(CSSPropertyMaxHeight, &RenderStyle::maxHeight, &RenderStyle::setMaxHeight)); in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h975 void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, v); } in setMaxHeight() function