Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1345 EBorderStyle borderStyle = BNONE; in colorIncludingFallback() local
1351 borderStyle = borderLeftStyle(); in colorIncludingFallback()
1355 borderStyle = borderRightStyle(); in colorIncludingFallback()
1359 borderStyle = borderTopStyle(); in colorIncludingFallback()
1363 borderStyle = borderBottomStyle(); in colorIncludingFallback()
1404 …if (!visitedLink && (borderStyle == INSET || borderStyle == OUTSET || borderStyle == RIDGE || bord… in colorIncludingFallback()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp69 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle() argument
71 switch (borderStyle) { in printBorderStyle()
DRenderBoxModelObject.cpp1898 …ess, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, BackgroundBlee… in drawBoxSideFromPath() argument
1904 if (borderStyle == DOUBLE && thickness < 3) in drawBoxSideFromPath()
1905 borderStyle = SOLID; in drawBoxSideFromPath()
1907 switch (borderStyle) { in drawBoxSideFromPath()
1920 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke); in drawBoxSideFromPath()
1927 float dashLength = thickness * ((borderStyle == DASHED) ? 3.0f : 1.0f); in drawBoxSideFromPath()
2006 if (borderStyle == GROOVE) { in drawBoxSideFromPath()
DRenderTableCell.cpp1035 int x1, int y1, int x2, int y2, EBorderStyle borderStyle) in addBorder() argument
1045 m_borders[m_count].style = borderStyle; in addBorder()
/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/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js648 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…
DchromeVoxChromeOptionsScript.js709 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…
DchromeVoxChromeBackgroundScript.js656 …er.length?"0"!=a.border:0!=a.border.slice(0,-2):a.style.borderStyle&&"none"==a.style.borderStyle?!…