Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebFallbackThemeEngine.h91 bool hasBorder; member
104 bool hasBorder; member
/external/chromium_org/third_party/WebKit/public/platform/default/
DWebThemeEngine.h95 bool hasBorder; member
108 bool hasBorder; member
/external/chromium_org/webkit/child/
Dwebfallbackthemeengine_impl.cc106 extra_params->button.hasBorder; in GetNativeThemeExtraParams()
122 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
Dwebthemeengine_impl_android.cc109 extra_params->button.hasBorder; in GetNativeThemeExtraParams()
125 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
Dwebthemeengine_impl_default.cc106 extra_params->button.hasBorder; in GetNativeThemeExtraParams()
122 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
/external/chromium/webkit/glue/
Dwebthemeengine_impl_linux.cc109 extra_params->button.hasBorder; in GetNativeThemeExtraParams()
123 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderData.h44 bool hasBorder() const in hasBorder() function
DRenderStyle.h382 bool hasBorder() const { return surround->border.hasBorder(); } in hasBorder() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumDefault.cpp312 extraParams.button.hasBorder = true; in paintButton()
356 …extraParams.menuList.hasBorder = box->borderRight() || box->borderLeft() || box->borderTop() || bo… in paintMenuList()
399 extraParams.menuList.hasBorder = false; in paintMenuListButton()
DRenderFieldset.cpp166 if (!style()->hasBorder()) in paintBoxDecorations()
DRenderRegion.cpp597 || object->style()->hasBorder() in setObjectStyleInRegion()
DRenderImage.cpp500 if (backgroundClip == BorderFillBox && style()->hasBorder() && !borderObscuresBackground()) in foregroundIsKnownToBeOpaqueInRect()
DAutoTableLayout.cpp68 …bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style(… in recalcColumn()
DInlineFlowBox.cpp148 … || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine()) in addToLine()
1286 if (parent() && renderer()->style()->hasBorder()) { in paintBoxDecorations()
DRenderObject.cpp876 ASSERT(style()->hasBorder()); in borderImageIsLoadedAndCanBeRendered()
895 if (style()->hasBorder() && borderImageIsLoadedAndCanBeRendered()) in mustRepaintBackgroundOrBorder()
1890 if (r->style()->hasOutline() || r->style()->hasBorder()) in hasImmediateNonWhitespaceTextChildOrPropertiesDependentOnColor()
DRenderTableCell.cpp1220 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()
DRenderBoxModelObject.cpp178 …setHasBoxDecorations(hasBackground() || styleToUse->hasBorder() || styleToUse->hasAppearance() || … in updateFromStyle()
2399 if (!style()->hasBorder()) in borderObscuresBackground()
DCompositedLayerMapping.cpp119 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
DRenderBox.cpp1232 …if (!style->hasBackground() || !style->hasBorder() || !style->hasBorderRadius() || borderImageIsLo… in determineBackgroundBleedAvoidance()
1314 …heme().paintBorderOnly(this, paintInfo, snappedPaintRect))) && style()->hasBorder() && !(isTable()… in paintBackgroundWithBorderAndBoxShadow()
DRenderLayer.cpp3831 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScreencastView.js524 var hasBorder = model.border && config.borderColor !== transparentColor;
528 if (hasMargin && (!hasBorder || !this._quadsAreEqual(model.margin, model.border))) {
532 if (hasBorder && (!hasPadding || !this._quadsAreEqual(model.border, model.padding))) {
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js647 ….evalXPath("tbody/tr/td/applet",a).length)return!0;var b=0;cvox.DomUtil.hasBorder(a)||b++;6>=a.row…
648 …=a;)a.constructor!=Text&&b++,a=a.previousSibling;return b};cvox.DomUtil.hasBorder=function(a){retu… function in cvox.DomUtil
DchromeVoxChromeOptionsScript.js708 ….evalXPath("tbody/tr/td/applet",a).length)return!0;var b=0;cvox.DomUtil.hasBorder(a)||b++;6>=a.row…
709 …=a;)a.constructor!=Text&&b++,a=a.previousSibling;return b};cvox.DomUtil.hasBorder=function(a){retu… function in cvox.DomUtil
DchromeVoxChromeBackgroundScript.js655 ….evalXPath("tbody/tr/td/applet",a).length)return!0;var b=0;cvox.DomUtil.hasBorder(a)||b++;6>=a.row…
656 …=a;)a.constructor!=Text&&b++,a=a.previousSibling;return b};cvox.DomUtil.hasBorder=function(a){retu… function in cvox.DomUtil