/external/chromium-trace/trace-viewer/src/ui/ |
tool_button.css | 9 border-bottom: 1px solid #BCBCBC; 10 border-top: 1px solid #F1F1F1;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
popup.css | 37 border: none; 47 border-spacing: 1px 1px; 62 border-color: #4F8530; 68 border-color: #A77272; 74 border-color: #C29D46; 80 border-color: #A77272; 86 border-color: #ACA0B3; 92 border-color: #C5C56D;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-image-table-part-decorations.html | 7 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div> 10 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div> 13 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; margin-bottom: 10px;"></div> 15 <fieldset style="background-color: blue; border: none; height: 100px; width: 100px;"><legend></legend></fieldset> 16 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div> 18 <table style="border-collapse: collapse;"><tr><td style="border-bottom: 100px solid blue; width: 100px;"></td></tr></table> 19 <div style="width: 94px; height: 94px; border: solid; -webkit-user-drag: element; margin-top: -50px; "></div>
|
/external/chromium_org/tools/code_coverage/ |
croc.css | 16 border-collapse:collapse; 17 border-width:0px; 18 border-style:solid; 30 border-width:1px; 31 border-style:solid; 32 border-color:black; 39 border-width:0px; 40 border-style:none;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
constrained_window_gtk.cc | 28 GtkWidget* border = gtk_event_box_new(); local 43 gtk_container_add(GTK_CONTAINER(border), frame); 45 gtk_widget_add_events(border, GDK_KEY_PRESS_MASK); 46 g_signal_connect(border, 53 g_object_set_data(G_OBJECT(border), "focus_widget", focus_widget); 55 return border;
|
/external/chromium_org/third_party/mesa/src/docs/ |
banner.html | 17 border-left: 71px solid #c11800; border-right: 71px solid #00c130; 18 border-top: 0px; border-bottom: 0px; 19 border-image: url(gears.png) 100%; -webkit-border-image: url(gears.png) 100%;
|
/external/chromium_org/ui/views/ |
focus_border.h | 20 // Focus border class. 22 // The focus border class is used to display an indication of focus on a view. 23 // To set a focus border on a view, call SetFocusBorder on the view. Once set 24 // on a view, the focus border is owned by the view. 32 // Creates the default inset dashed line focus border. 37 // Renders the focus border for the specified view.
|
/external/mesa3d/docs/ |
banner.html | 17 border-left: 71px solid #c11800; border-right: 71px solid #00c130; 18 border-top: 0px; border-bottom: 0px; 19 border-image: url(gears.png) 100%; -webkit-border-image: url(gears.png) 100%;
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
style.css | 51 border: 1px outset #FFFFFF; 67 border: none; 68 border-spacing: 2px; 79 border: 1px solid #C0C0C0; 87 border: 1px solid #8888FF; 103 border: 1px outset #FFFFFF;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
list.css | 18 border: 1px solid rgba(255, 255, 255, 0); /* transparent white */ 19 border-radius: 2px; 40 border-color: transparent; 45 border-color: hsl(214, 91%, 65%); 57 border-color: hsl(214, 91%, 85%); 66 border-color: hsl(0, 0%, 85%); 73 border-color: hsl(214, 91%, 65%); 81 border-color: hsl(214, 91%, 65%); 86 border: 0; 87 box-sizing: border-box [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
waterfall_view.css | 8 border-color: #000; 9 border-style: solid; 10 border-width: 1px; 39 border-color: #000; 40 border-style: solid; 41 border-width: 2px; 56 border-color: rgba(255, 0, 0, 0.8); 57 border-style: solid; 58 border-width: 1px; 116 border-color: #000 [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
accounts_options_page.css | 2 border: 1px solid lightgrey; 3 border-collapse: collapse; 4 border-spacing: 0; 8 border: 1px solid lightgrey; 18 border: 1px solid black; 59 border-color: hsl(0, 0%, 85%); 72 border: 1px solid lightgrey;
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
main.css | 13 border-bottom: 1px solid #C6D2EB; 49 border: 1px solid red; 53 -moz-border-radius: 5px; 54 border-radius: 5px; 66 border: 1px dotted #C6D2EB; 68 -moz-border-radius: 15px; 69 border-radius: 15px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/ |
main.css | 13 border-bottom: 1px solid #C6D2EB; 49 border: 1px solid red; 53 -moz-border-radius: 5px; 54 border-radius: 5px; 66 border: 1px dotted #C6D2EB; 68 -moz-border-radius: 15px; 69 border-radius: 15px;
|
/external/chromium/chrome/browser/chromeos/login/ |
rounded_rect_painter.cc | 12 #include "views/border.h" 103 const BorderDefinition* const border, 105 int padding = border->padding; 106 SkColor padding_color = border->padding_color; 107 int shadow = border->shadow; 108 SkColor shadow_color = border->shadow_color; 109 int corner_radius = border->corner_radius; 110 SkColor top_color = border->top_color; 111 SkColor bottom_color = border->bottom_color; 119 if (border->shadow > 0) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
style.css | 6 border: 0; 32 border-collapse: collapse; 48 border-bottom: 1px solid #eee; 90 border: 1px solid; 94 border-color: #999 #ccc #ccc #999; 99 border-color: #ccc #999 #999 #ccc; 102 border-color: #999 #ccc #ccc #999; 115 border: 1px solid #883; 142 border: 1px solid black; 143 border-color: #888 #333 #333 #888 [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 28 real width, real height, real border) 30 real border2 = (real) (border << 1); 44 curr->border = border; 46 curr->ptr = y + border; 50 *y = position + border; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 64 real border2 = (real) (border << 1); 74 img->border = border; [all...] |
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 28 real width, real height, real border) 30 real border2 = (real) (border << 1); 44 curr->border = border; 46 curr->ptr = y + border; 50 *y = position + border; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 64 real border2 = (real) (border << 1); 74 img->border = border; [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 28 real width, real height, real border) 30 real border2 = (real) (border << 1); 44 curr->border = border; 46 curr->ptr = y + border; 50 *y = position + border; 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) 64 real border2 = (real) (border << 1); 74 img->border = border; [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
bubble.css | 11 border: 1px solid rgba(0, 0, 0, 0.25); 21 border-style: solid; 22 border-width: 8px; 29 border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent; 43 border-color: transparent rgba(0, 0, 0, 0.25) transparent transparent; 49 border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent; 63 border-color: transparent transparent transparent rgba(0, 0, 0, 0.25); 69 border-style: solid; 70 border-width: 8px; 77 border-color: white transparent transparent transparent [all...] |
/external/chromium_org/ui/webui/resources/css/ |
list.css | 18 border: 1px solid rgba(255, 255, 255, 0); /* transparent white */ 19 border-radius: 2px; 40 border-color: transparent; 45 border-color: hsl(214, 91%, 65%); 57 border-color: hsl(214, 91%, 85%); 66 border-color: hsl(0, 0%, 85%); 73 border-color: hsl(214, 91%, 65%); 81 border-color: hsl(214, 91%, 65%); 86 border: 0; 87 box-sizing: border-box [all...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
instruction-formats.css | 8 border-top-style: solid; 9 border-top-width: 2px; 10 border-color: #ccccdd; 40 border-collapse: collapse; 45 border-top-style: solid; 46 border-bottom-style: solid; 47 border-width: 1px; 48 border-color: #aaaaff; 86 border-collapse: collapse;
|
/external/chromium_org/remoting/webapp/ |
toolbar.css | 25 border-bottom-left-radius: 7px; 26 border-bottom-right-radius: 7px; 39 .toolbar-border { 40 border-radius: 7px; 41 border: 3px solid #4695ff; 50 .toolbar-border > div { 70 border-left: 5px solid transparent; 71 border-right: 5px solid transparent; 72 border-top: 5px solid white;
|
/external/eigen/doc/ |
eigendoxy.css | 67 border: 1px solid #A3B4D7; 106 border: 1px double #869DCA; 140 border: 1px solid #C4CFE5; 157 border: solid thin #333; 158 border-radius: 0.5em; 159 -webkit-border-radius: .5em; 160 -moz-border-radius: .5em; 194 border: 1px solid #C4CFE5; 201 border: 1px solid #C4CFE5; 230 border: 0px [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller.css | 26 border-top-right-radius: 8px; 27 border-top-left-radius: 8px; 28 background-clip: border-box; 30 border: 1px solid black; 31 border-bottom: 0;
|