/external/chromium_org/chrome/browser/resources/memory_internals/ |
snapshot_view.css | 24 border-left: 1px solid rgb(181, 198, 222); 29 border-left: 1px solid rgb(181, 198, 222);
|
/external/chromium_org/chrome/browser/resources/options/ |
clear_browser_data_overlay.css | 26 border: solid 1px rgb(237, 201, 103); 27 border-radius: 2px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 52 border-bottom-left-radius: 12px 12px; 53 border-bottom-right-radius: 12px 12px; 54 border-color: #B5C7DE; 55 border-style: solid; 56 border-top-left-radius: 12px 12px; 57 border-top-right-radius: 12px 12px; 58 border-width: 4px; 114 border: 0;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/ |
rule_list.css | 23 border: 1px solid #d9d9d9; 24 border-radius: 2px;
|
plugin_list.css | 15 border: 1px solid #d9d9d9; 16 border-radius: 2px; 51 border: 1px solid #b2b2b2; 52 border-radius: 5px;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
caretScrolling.html | 4 Click inside the block below, a caret should appear. Grab the block's scroll handle and scroll down. The caret blinks, try to grab the scroll handle while the caret is visible. The caret should scroll and disappear when it reaches the block's border. 7 <div contentEditable style="border: 1px solid blue; height: 100px; overflow:scroll;">
|
plugin-in-iframe-scroll.html | 3 <iframe src="resources/plugin-in-iframe-scroll-iframe.html" width="300" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border:1px"></iframe> 6 <iframe src="resources/plugin-in-iframe-scroll-iframe.html" width="300" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border:1px"></iframe>
|
/external/chromium_org/third_party/WebKit/ManualTests/plugins/ |
object-clipping.html | 9 border: 20px solid green; 14 <p>You should see a clipped video surrounded by a thick green border.</p>
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/ |
sunspider.css | 11 border-bottom: 2px solid #360D6B; 24 border: 2px solid #360D6B }
|
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/chromium/ |
pickerCommonChromium.css | 30 border: 1px solid rgba(0, 0, 0, 0.25); 31 border-radius: 2px; 46 border-color: rgba(0, 0, 0, 0.3); 59 border-color: rgba(80, 80, 80, 0.2); 65 transition: border-color 200ms; 66 /* We use border color because it follows the border radius (unlike outline). 68 border-color: rgb(77, 144, 254);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
plugin_container.html | 12 border=0 17 border=0
|
/external/chromium_org/third_party/mesa/src/docs/ |
index.html | 8 <frameset rows="80,*" border="0" frameborder="yes"> 13 <frameset cols="28%,72% " border="1" frameborder="yes">
|
/external/chromium_org/tools/grit/grit/testdata/ |
chat_result.html | 3 <table border=0 cellpadding=2 cellspacing=2> 14 <table border=0 cellpadding=2 cellspacing=2>
|
/external/mesa3d/docs/ |
index.html | 8 <frameset rows="80,*" border="0" frameborder="yes"> 13 <frameset cols="28%,72% " border="1" frameborder="yes">
|
/prebuilts/tools/common/easymock-tools/ |
easymock.css | 30 border:none;
42 border:0;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.cpp | 136 // Column widths specified on <col> apply to the border box of the cell, see bug 8126. 137 // FIXME: Why is border/padding ignored in the negative width case? 395 // If border was changed, notify table. 398 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout()&& oldStyle && oldStyle->border() != style()->border()) 403 // The following rules apply for resolving conflicts and figuring out which border 405 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting 406 // borders. Any border with this value suppresses all borders at this location. 407 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all 408 // the elements meeting at this edge are 'none' will the border be omitted (but note that 'none' i 461 const CollapsedBorderValue& border = compareBorders(border1, border2) < 0 ? border2 : border1; local 956 CollapsedBorderValue border = collapsedStartBorder(DoNotIncludeBorderColor); local 964 CollapsedBorderValue border = collapsedEndBorder(DoNotIncludeBorderColor); local 972 CollapsedBorderValue border = collapsedBeforeBorder(DoNotIncludeBorderColor); local 980 CollapsedBorderValue border = collapsedAfterBorder(DoNotIncludeBorderColor); local [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
css.php | 66 'background', 'black', 'blue', 'border-bottom-color', 67 'border-bottom-style', 'border-bottom-width', 'border-left-color', 68 'border-left-style', 'border-left-width', 'border-right', 69 'border-right-color', 'border-right-style', 'border-right-width' [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
main.css | 36 border-bottom: solid 1px #ccc; 48 border-collapse: collapse; 67 border-bottom: solid 1px #000; 71 border-bottom: solid 1px #eee;
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 29 box-sizing: border-box; 74 border: 1px solid hsl(214, 91%, 85%); 75 border-radius: 3px; 88 border-color: hsl(214, 91%, 65%); 197 box-sizing: border-box; 210 box-sizing: border-box; 226 border: 0; 255 border: 1px solid hsl(214, 91%, 85%);; 256 border-radius: 3px; 257 box-sizing: border-box [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
tab_control.css | 18 border-bottom: 1px solid #555; 45 border-top-right-radius: 8px; 46 border-top-left-radius: 8px; 47 background-clip: border-box;
|
/external/chromium/chrome/browser/resources/shared/css/ |
button.css | 4 -webkit-border-radius: 2px; 8 border: 1px solid #aaa; 21 border-color: #999; 41 border-color: #aaa;
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
chevron_menu_button_cell.h | 14 // Adds a gradient border to the RHS of the cell when not hovered.
|
/external/chromium/chrome/browser/ui/gtk/ |
rounded_window.h | 38 // control which corners are rounded. |drawn_borders| border control which 39 // sides have a visible border drawn in |color|. 50 // Sets edge and border properties on a widget that has already been configured 57 // Sets the color of the border on a widget that has already been configured
|
/external/chromium_org/chrome/browser/ui/gtk/ |
rounded_window.h | 37 // control which corners are rounded. |drawn_borders| border control which 38 // sides have a visible border drawn in |color|. 49 // Sets edge and border properties on a widget that has already been configured 56 // Sets the color of the border on a widget that has already been configured
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/ |
button.css | 4 -webkit-border-radius: 2px; 8 border: 1px solid #aaa; 21 border-color: #999; 41 border-color: #aaa;
|