Searched refs:hasBorder (Results 1 – 19 of 19) sorted by relevance
91 bool hasBorder; member104 bool hasBorder; member
109 extra_params->button.hasBorder; in GetNativeThemeExtraParams()123 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
314 bool hasBorder; member325 bool hasBorder; member
44 bool hasBorder() const in hasBorder() function
345 bool hasBorder() const { return surround->border.hasBorder(); } in hasBorder() function
230 extraParams.button.hasBorder = true; in paintButton()275 …extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || bo… in paintMenuList()
160 if (!style()->hasBorder()) in paintBoxDecorations()
62 …t = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorder() || cell->style… in recalcColumn()
136 … || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine()) in addToLine()1121 if (parent() && renderer()->style()->hasBorder()) { in paintBoxDecorations()
632 if (style()->hasBorder() && !collapseBorders()) in paintBoxDecorations()
1031 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()
725 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBorderOutlineOrShadow()
373 …setHasBoxDecorations(hasBackground() || style()->hasBorder() || style()->hasAppearance() || style(… in updateBoxModelInfoFromStyle()
696 if (style()->hasBorder()) { in mustRepaintBackgroundOrBorder()
859 …heme()->paintBorderOnly(this, paintInfo, IntRect(tx, ty, width, height)))) && style()->hasBorder()) in paintBoxDecorationsWithSize()
840 webThemeExtraParams->button.hasBorder = extraParams->button.hasBorder; in GetWebThemeExtraParams()849 webThemeExtraParams->menuList.hasBorder = extraParams->menuList.hasBorder; in GetWebThemeExtraParams()
9322 (khtml::BorderData::hasBorder):9323 Fixed a regression in hasBorder. The border-image logic was9324 inverted, resulting in hasBorder being true for every element!24722 (khtml::BorderData::hasBorder):
21682 (WebCore::FrameView::hasBorder): Added.21696 (RenderCanvas::repaintViewRectangle): Use new FrameView::hasBorder instead
24116 (WebCore::BorderData::hasBorder):