/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebFallbackThemeEngine.h | 91 bool hasBorder; member 104 bool hasBorder; member
|
/external/chromium_org/third_party/WebKit/public/platform/default/ |
D | WebThemeEngine.h | 95 bool hasBorder; member 108 bool hasBorder; member
|
/external/chromium_org/webkit/child/ |
D | webfallbackthemeengine_impl.cc | 106 extra_params->button.hasBorder; in GetNativeThemeExtraParams() 122 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
|
D | webthemeengine_impl_android.cc | 109 extra_params->button.hasBorder; in GetNativeThemeExtraParams() 125 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
|
D | webthemeengine_impl_default.cc | 106 extra_params->button.hasBorder; in GetNativeThemeExtraParams() 122 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
|
/external/chromium/webkit/glue/ |
D | webthemeengine_impl_linux.cc | 109 extra_params->button.hasBorder; in GetNativeThemeExtraParams() 123 extra_params->menuList.hasBorder; in GetNativeThemeExtraParams()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BorderData.h | 44 bool hasBorder() const in hasBorder() function
|
D | RenderStyle.h | 382 bool hasBorder() const { return surround->border.hasBorder(); } in hasBorder() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderThemeChromiumDefault.cpp | 312 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()
|
D | RenderFieldset.cpp | 166 if (!style()->hasBorder()) in paintBoxDecorations()
|
D | RenderRegion.cpp | 597 || object->style()->hasBorder() in setObjectStyleInRegion()
|
D | RenderImage.cpp | 500 if (backgroundClip == BorderFillBox && style()->hasBorder() && !borderObscuresBackground()) in foregroundIsKnownToBeOpaqueInRect()
|
D | AutoTableLayout.cpp | 68 …bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style(… in recalcColumn()
|
D | InlineFlowBox.cpp | 148 … || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine()) in addToLine() 1286 if (parent() && renderer()->style()->hasBorder()) { in paintBoxDecorations()
|
D | RenderObject.cpp | 876 ASSERT(style()->hasBorder()); in borderImageIsLoadedAndCanBeRendered() 895 if (style()->hasBorder() && borderImageIsLoadedAndCanBeRendered()) in mustRepaintBackgroundOrBorder() 1890 if (r->style()->hasOutline() || r->style()->hasBorder()) in hasImmediateNonWhitespaceTextChildOrPropertiesDependentOnColor()
|
D | RenderTableCell.cpp | 1220 if (!style()->hasBorder() || tableElt->collapseBorders()) in paintBoxDecorations()
|
D | RenderBoxModelObject.cpp | 178 …setHasBoxDecorations(hasBackground() || styleToUse->hasBorder() || styleToUse->hasAppearance() || … in updateFromStyle() 2399 if (!style()->hasBorder()) in borderObscuresBackground()
|
D | CompositedLayerMapping.cpp | 119 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
|
D | RenderBox.cpp | 1232 …if (!style->hasBackground() || !style->hasBorder() || !style->hasBorderRadius() || borderImageIsLo… in determineBackgroundBleedAvoidance() 1314 …heme().paintBorderOnly(this, paintInfo, snappedPaintRect))) && style()->hasBorder() && !(isTable()… in paintBackgroundWithBorderAndBoxShadow()
|
D | RenderLayer.cpp | 3831 …return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->hasAppearan… in hasBoxDecorations()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | ScreencastView.js | 524 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/ |
D | chromeVoxChromePageScript.js | 647 ….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
|
D | chromeVoxChromeOptionsScript.js | 708 ….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
|
D | chromeVoxChromeBackgroundScript.js | 655 ….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
|