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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSlider.cpp 84 LayoutUnit toAdd = borderAndPaddingWidth();
RenderBoxModelObject.h 122 LayoutUnit borderAndPaddingWidth() const { return borderLeft() + borderRight() + paddingLeft() + paddingRight(); }
RenderFieldset.cpp 62 m_minPreferredLogicalWidth = max(m_minPreferredLogicalWidth, legendMinWidth + borderAndPaddingWidth());
RenderFileUploadControl.cpp 193 int toAdd = borderAndPaddingWidth();
RenderTextControlSingleLine.cpp 176 placeholderBox->style()->setWidth(Length(innerEditorSize.width() - placeholderBox->borderAndPaddingWidth(), Fixed));
RenderMenuList.cpp 366 LayoutUnit toAdd = borderAndPaddingWidth();
RenderInline.cpp 280 LayoutRect caretRect = localCaretRectForEmptyElement(borderAndPaddingWidth(), 0);
    [all...]
RenderLayerScrollableArea.cpp     [all...]
RenderFlexibleBox.cpp 597 return isHorizontalFlow() ? child.borderAndPaddingWidth() : child.borderAndPaddingHeight();
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 70 newReferenceBoxLogicalSize.shrink(m_renderer.borderAndPaddingWidth(), m_renderer.borderAndPaddingHeight());
72 newReferenceBoxLogicalSize.shrink(m_renderer.borderAndPaddingHeight(), m_renderer.borderAndPaddingWidth());

Completed in 291 milliseconds