Searched refs:border (Results 1 - 25 of 707) 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/chrome/browser/resources/chromeos/
H A Dpower.css8 border-collapse: collapse;
9 border-width: 0;
17 border-bottom-width: 2px;
18 border-color: #000;
19 border-left-width: 0;
20 border-right-width: 0;
21 border-style: solid;
22 border-top-width: 2px;
27 border-width: 0;
39 border
[all...]
H A Dbluetooth_pair_device.css10 border: 0;
/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.h41 BorderData border; member in class:blink::CachedUAStyle
48 , border(style->border())
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dsearch_button.cc19 scoped_ptr<views::LabelButtonBorder> border(
21 border->set_insets(gfx::Insets());
23 border->SetPainter(
28 border->SetPainter(
33 border->SetPainter(
36 border->SetPainter(false, views::Button::STATE_DISABLED, NULL);
37 border->SetPainter(true, views::Button::STATE_NORMAL, NULL);
38 border->SetPainter(true, views::Button::STATE_HOVERED, NULL);
39 border->SetPainter(true, views::Button::STATE_PRESSED, NULL);
40 border
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dbubble.css8 border: solid transparent;
9 border-width: 6px;
18 border-bottom-color: white;
23 border-left-color: white;
28 border-top-color: white;
33 border-right-color: white;
/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/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c51 int width, int height, int border) {
55 int y_stride = ((aligned_width + 2 * border) + 31) & ~31;
56 int yplane_size = (aligned_height + 2 * border) * y_stride;
62 int uvplane_size = (uv_height + border) * uv_stride;
73 /* Only support allocating buffers that have a border that's a multiple
74 * of 32. The border restriction is required to get 16-byte alignment of
78 if (border & 0x1f)
97 ybf->border = border;
100 ybf->y_buffer = ybf->buffer_alloc + (border * y_strid
50 vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
111 vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
140 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
285 vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border) argument
[all...]
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Daudio_player.css6 border-top: 1px solid rgba(0, 0, 0, 0.1);
/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);
76 int border,
/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/chromium_org/chrome/browser/resources/options/
H A Dstartup_overlay.css34 border: 2px solid hsl(214, 91%, 65%);
35 border-bottom-color: transparent;
36 border-radius: 0;
37 border-top-color: transparent;
38 box-sizing: border-box;
H A Dcertificate_tree.css7 border: 1px solid red;
8 border-radius: 3px;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c48 int width, int height, int border) {
52 int y_stride = ((aligned_width + 2 * border) + 31) & ~31;
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
59 int uvplane_size = (uv_height + border) * uv_stride;
70 /* Only support allocating buffers that have a border that's a multiple
71 * of 32. The border restriction is required to get 16-byte alignment of
75 if (border & 0x1f)
92 ybf->border = border;
95 ybf->y_buffer = ybf->buffer_alloc + (border * y_strid
47 vp8_yv12_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
106 vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int border) argument
135 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
242 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/chrome/browser/resources/print_preview/common/
H A Dsearch_bubble.css20 border-radius: 2px;
28 /* Provides the border around the bubble (has to be behind ::after). */
30 border: 1px solid rgb(220, 198, 72);
31 border-radius: 2px;
47 border: 1px solid rgb(220, 198, 72);
48 border-bottom-color: transparent;
49 border-right-color: transparent;
/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...]
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dback_button.cc29 // Similarly fiddle the focus border. Value consistent with LabelButton.
41 scoped_ptr<views::LabelButtonBorder> border = local
44 // Adjust border insets to follow the margin change,
45 // which will be reflected in where the border is painted
47 const gfx::Insets insets(border->GetInsets());
48 border->set_insets(gfx::Insets(insets.top(), insets.left() + margin_leading_,
51 return border.Pass();
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
H A DPreprocessorPanel.css10 border: 1px solid #69c;
18 border-top: 1px dashed #fff;
/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;

Completed in 613 milliseconds

1234567891011>>