Home
last modified time | relevance | path

Searched refs:hasBorder (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/linux/
DWebThemeEngine.h91 bool hasBorder; member
104 bool hasBorder; member
/external/chromium/webkit/glue/
Dwebthemeengine_impl_linux.cc109 extra_params->button.hasBorder; in GetNativeThemeExtraParams()
123 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
/external/webkit/Source/WebCore/platform/chromium/
DPlatformBridge.h314 bool hasBorder; member
325 bool hasBorder; member
/external/webkit/Source/WebCore/rendering/style/
DBorderData.h44 bool hasBorder() const in hasBorder() function
DRenderStyle.h345 bool hasBorder() const { return surround->border.hasBorder(); } in hasBorder() function
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumLinux.cpp230 extraParams.button.hasBorder = true; in paintButton()
275 …extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || bo… in paintMenuList()
DRenderFieldset.cpp160 if (!style()->hasBorder()) in paintBoxDecorations()
DAutoTableLayout.cpp62 …t = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorder() || cell->style… in recalcColumn()
DInlineFlowBox.cpp136 … || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine()) in addToLine()
1121 if (parent() && renderer()->style()->hasBorder()) { in paintBoxDecorations()
DRenderTable.cpp632 if (style()->hasBorder() && !collapseBorders()) in paintBoxDecorations()
DRenderTableCell.cpp1031 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()
DRenderLayerBacking.cpp725 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBorderOutlineOrShadow()
DRenderBoxModelObject.cpp373 …setHasBoxDecorations(hasBackground() || style()->hasBorder() || style()->hasAppearance() || style(… in updateBoxModelInfoFromStyle()
DRenderObject.cpp696 if (style()->hasBorder()) { in mustRepaintBackgroundOrBorder()
DRenderBox.cpp859 …heme()->paintBorderOnly(this, paintInfo, IntRect(tx, ty, width, height)))) && style()->hasBorder()) in paintBoxDecorationsWithSize()
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp840 webThemeExtraParams->button.hasBorder = extraParams->button.hasBorder; in GetWebThemeExtraParams()
849 webThemeExtraParams->menuList.hasBorder = extraParams->menuList.hasBorder; in GetWebThemeExtraParams()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-199322 (khtml::BorderData::hasBorder):
9323 Fixed a regression in hasBorder. The border-image logic was
9324 inverted, resulting in hasBorder being true for every element!
24722 (khtml::BorderData::hasBorder):
DChangeLog-2006-05-1021682 (WebCore::FrameView::hasBorder): Added.
21696 (RenderCanvas::repaintViewRectangle): Use new FrameView::hasBorder instead
DChangeLog-2010-05-2424116 (WebCore::BorderData::hasBorder):