Home
last modified time | relevance | path

Searched refs:borderStyle (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ui/accessibility/extensions/longdesc/
DlastRightClick.js6 var borderStyle; variable
75 borderStyle = elementArray[0][i].style.borderStyle;
79 elementArray[0][i].style.borderStyle = 'groove';
93 elementArray[0][i].style.borderStyle = borderStyle;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderEdge.h28 EBorderStyle borderStyle() const { return static_cast<EBorderStyle>(style); } in borderStyle() function
DRenderStyle.cpp1406 EBorderStyle borderStyle = BNONE; in colorIncludingFallback() local
1413 borderStyle = borderLeftStyle(); in colorIncludingFallback()
1417 borderStyle = borderRightStyle(); in colorIncludingFallback()
1421 borderStyle = borderTopStyle(); in colorIncludingFallback()
1425 borderStyle = borderBottomStyle(); in colorIncludingFallback()
1467 …if (!visitedLink && (borderStyle == INSET || borderStyle == OUTSET || borderStyle == RIDGE || bord… in colorIncludingFallback()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp1127 return !borderStyleHasUnmatchedColorsAtCorner(edges[side].borderStyle(), side, adjacentSide); in colorsMatchAtCorner()
1141 return borderStyleHasUnmatchedColorsAtCorner(edges[side].borderStyle(), side, adjacentSide); in colorNeedsAntiAliasAtCorner()
1170 if (!borderStyleFillsBorderArea(edges[adjacentSide].borderStyle())) in willBeOverdrawn()
1208 …erStylesRequireMitre(side, adjacentSide, edges[side].borderStyle(), edges[adjacentSide].borderStyl… in joinRequiresMitre()
1415 if (currEdge.borderStyle() != SOLID) in paintBorder()
1418 if (currEdge.borderStyle() != DOUBLE) in paintBorder()
1620 …colorToPaint, edgeToRender.borderStyle(), bleedAvoidance, includeLogicalLeftEdge, includeLogicalRi… in paintOneBorderSide()
1622 …bool clipForStyle = styleRequiresClipPolygon(edgeToRender.borderStyle()) && (mitreAdjacentSide1 ||… in paintOneBorderSide()
1637 …(), sideRect.y(), sideRect.maxX(), sideRect.maxY(), side, colorToPaint, edgeToRender.borderStyle(), in paintOneBorderSide()
1661 …bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSTop].borderStyle()) || borderWill… in paintBorderSides()
[all …]
/external/pdfium/fpdfsdk/include/javascript/
DField.h102 FX_BOOL borderStyle(OBJ_PROP_PARAMS);
274 JS_STATIC_PROP(borderStyle, Field);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp68 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle() argument
70 switch (borderStyle) { in printBorderStyle()
DRenderTableCell.cpp1026 int x1, int y1, int x2, int y2, EBorderStyle borderStyle) in addBorder() argument
1036 m_borders[m_count].style = borderStyle; in addBorder()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Ddom_util.js2141 if (tableNode.style.borderStyle && tableNode.style.borderStyle == 'none') {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2241 …borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rg… property
2245 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borde… property
2259 Short.borderStyle[bds] = Short[bd][bds] = All[bds] = '@';
Dconcat-jquery-mootools-prototype.js6617 …borderWidth: '@px @px @px @px', borderStyle: '@ @ @ @', borderColor: 'rgb(@, @, @) rgb(@, @, @) rg… property
6621 Element.ShortStyles = {margin: {}, padding: {}, border: {}, borderWidth: {}, borderStyle: {}, borde… property
6635 Short.borderStyle[bds] = Short[bd][bds] = All[bds] = '@';
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp30 JS_STATIC_PROP_ENTRY(borderStyle) in END_JS_STATIC_CONST()
440 FX_BOOL Field::borderStyle(OBJ_PROP_PARAMS) in borderStyle() function in Field
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js762 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…
DchromeVoxChromeOptionsScript.js794 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…
DchromeVoxChromeBackgroundScript.js741 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…