HomeSort by relevance Sort by last modified time
    Searched refs:border (Results 1 - 25 of 757) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/ui/
rect_view.css 7 border: 1px solid #999;
info_bar.css 9 border-bottom: 1px solid #A3A3A3;
10 border-left: 1px solid white;
11 border-right: 1px solid #A3A3A3;
12 border-top: 1px solid white;
drag_handle.css 8 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;
tool_button.css 9 border-bottom: 1px solid #BCBCBC;
10 border-top: 1px solid #F1F1F1;
  /external/chromium_org/chrome/browser/resources/chromeos/
power.css 8 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-bottom-width: 0
    [all...]
bluetooth_pair_device.css 10 border: 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleSurroundData.cpp 38 , border(o.border)
44 return offset == o.offset && margin == o.margin && padding == o.padding && border == o.border;
CachedUAStyle.h 41 BorderData border; member in class:blink::CachedUAStyle
48 , border(style->border())
  /external/chromium_org/chrome/browser/ui/views/location_bar/
search_button.cc 19 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->SetPainter(true, views::Button::STATE_DISABLED, NULL)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
bubble.css 8 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/
predictors.css 13 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;
  /cts/tools/tradefed-host/res/report/
cts_result.css 28 border-width: 0px;
36 border-collapse:collapse;
37 border: 0px solid #A5C639;
49 border-width: 0px 0px 0px 0px;
50 border-color: gray;
51 border-style: inset;
59 border-collapse:collapse;
66 border: 1px outset gray;
71 border: 1px outset #A5C639;
78 border-collapse:collapse
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 51 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_stride) + border
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
audio_player.css 6 border-top: 1px solid rgba(0, 0, 0, 0.1);
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 51 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/
tracing_controller.css 19 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/
startup_overlay.css 34 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;
certificate_tree.css 7 border: 1px solid red;
8 border-radius: 3px;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 48 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_stride) + border
    [all...]
  /development/perftests/panorama/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/print_preview/settings/
copies_settings.css 45 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/chromium_org/chrome/browser/resources/print_preview/common/
search_bubble.css 20 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/
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/ui/views/toolbar/
back_button.cc 29 // 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/
PreprocessorPanel.css 10 border: 1px solid #69c;
18 border-top: 1px dashed #fff;

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>