Searched refs:border (Results 1 - 25 of 591) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/src/ui/
H A Drect_view.css7 border: 1px solid #999;
H A Dinfo_bar.css9 border-bottom: 1px solid #A3A3A3;
10 border-left: 1px solid white;
11 border-right: 1px solid #A3A3A3;
12 border-top: 1px solid white;
H A Ddrag_handle.css8 box-sizing: border-box;
17 border-bottom: 1px solid #8e8e8e;
18 border-top: 1px solid white;
30 border-left: 1px solid white;
31 border-right: 1px solid #8e8e8e;
H A Dtool_button.css9 border-bottom: 1px solid #BCBCBC;
10 border-top: 1px solid #F1F1F1;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleSurroundData.cpp38 , border(o.border)
44 return offset == o.offset && margin == o.margin && padding == o.padding && border == o.border;
H A DCachedUAStyle.h49 border = style->border();
55 BorderData border; member in class:WebCore::CachedUAStyle
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dwrench_menu.css13 border: solid 1px rgba(0, 0, 0, 0.3);
14 border-radius: 3px;
26 border: solid 1px rgba(0, 0, 0, 0.3);
27 border-bottom-left-radius: 3px;
28 border-top-left-radius: 3px;
32 border: solid 1px rgba(0, 0, 0, 0.3);
33 border-bottom-right-radius: 3px;
34 border-top-right-radius: 3px;
38 border-bottom: solid 1px rgba(0, 0, 0, 0.3);
39 border
[all...]
H A Dbluetooth_pair_device.css10 border: 0;
/external/chromium_org/ui/gfx/
H A Dinsets.cc23 Insets::Insets(const GtkBorder& border) argument
24 : InsetsBase<Insets, int>(border.top,
25 border.left,
26 border.bottom,
27 border.right) {
/external/chromium_org/chrome/browser/resources/options/
H A Dstartup_overlay.css30 border: 2px solid hsl(214, 91%, 65%);
31 border-bottom-color: transparent;
32 border-radius: 0;
33 border-top-color: transparent;
34 box-sizing: border-box;
H A Dcertificate_tree.css7 border: 1px solid red;
8 border-radius: 3px;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dconstrained_window_gtk.cc28 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/WebKit/Tools/TestResultServer/static-dashboards/
H A Dwebtreemap.css36 border: solid 1px black; /* Calculations assume 1px border. */
52 border: solid 1px #444;
55 border: solid 1px #666;
58 border: solid 1px #888;
61 border: solid 1px #aaa;
64 border: solid 1px #ccc;
/external/chromium_org/chrome/browser/resources/predictors/
H A Dpredictors.css13 border: 1px solid rgb(187, 187, 187);
14 border-radius: 2px;
28 border-color: gray;
29 border-style: solid;
30 border-width: 1px;
36 border-color: lightgray;
37 border-style: solid;
38 border-width: 1px;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumAndroid.css38 border: 1px solid;
39 border-radius: initial;
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h51 int border; member in struct:yv12_buffer_config
59 int width, int height, int border);
61 int width, int height, int border);
66 int border);
69 int border);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtracing_controller.css26 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;
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dtracing_controller.css19 background-clip: border-box;
20 border: 1px solid black;
21 border-bottom: 0;
22 border-top-left-radius: 8px;
23 border-top-right-radius: 8px;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c39 int width, int height, int border) {
43 int y_stride = ((aligned_width + 2 * border) + 31) & ~31;
44 int yplane_size = (aligned_height + 2 * border) * y_stride;
50 int uvplane_size = (uv_height + border) * uv_stride;
61 /* Only support allocating buffers that have a border that's a multiple
62 * of 32. The border restriction is required to get 16-byte alignment of
66 if (border & 0x1f)
83 ybf->border = border;
86 ybf->y_buffer = ybf->buffer_alloc + (border * y_strid
38 vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
97 vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
124 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border) argument
204 vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border) argument
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dcopies_settings.css45 border-radius: 0;
50 border-bottom-left-radius: 0;
51 border-bottom-right-radius: 3px;
52 border-top-left-radius: 0;
53 border-top-right-radius: 3px;
57 border-bottom-left-radius: 3px;
58 border-bottom-right-radius: 0;
59 border-top-left-radius: 3px;
60 border-top-right-radius: 0;
/external/markdown/markdown/extensions/
H A Dtables.py36 border = False
38 border = True
41 for c in self._split_row(header[1], border):
53 self._build_row(header[0], thead, align, border)
56 self._build_row(row, tbody, align, border)
58 def _build_row(self, row, parent, align, border):
64 cells = self._split_row(row, border)
76 def _split_row(self, row, border):
78 if border:
/external/chromium_org/ui/webui/resources/css/
H A Dlist.css18 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
[all...]
H A Dbutter_bar.css15 border: 1px solid rgb(240, 195, 109);
16 border-radius: 2px;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dpopup.css37 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/tools/code_coverage/
H A Dcroc.css16 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;

Completed in 1425 milliseconds

1234567891011>>