/external/chromium_org/ui/accessibility/extensions/longdesc/ |
D | lastRightClick.js | 6 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/ |
D | BorderEdge.h | 28 EBorderStyle borderStyle() const { return static_cast<EBorderStyle>(style); } in borderStyle() function
|
D | RenderStyle.cpp | 1406 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/ |
D | BoxPainter.cpp | 1127 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/ |
D | Field.h | 102 FX_BOOL borderStyle(OBJ_PROP_PARAMS); 274 JS_STATIC_PROP(borderStyle, Field);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTreeAsText.cpp | 68 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle() argument 70 switch (borderStyle) { in printBorderStyle()
|
D | RenderTableCell.cpp | 1026 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/ |
D | dom_util.js | 2141 if (tableNode.style.borderStyle && tableNode.style.borderStyle == 'none') {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 2241 …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] = '@';
|
D | concat-jquery-mootools-prototype.js | 6617 …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/ |
D | Field.cpp | 30 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/ |
D | chromeVoxChromePageScript.js | 762 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…
|
D | chromeVoxChromeOptionsScript.js | 794 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…
|
D | chromeVoxChromeBackgroundScript.js | 741 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…
|