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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/res/raw/
template_border.html 1 <div class="mail-border spacer" style="height: %spx;"></div>
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSShorthands.in 9 border longhands=border-top-color;border-top-style;border-top-width;border-right-color;border-right-style;border-right-width;border-bottom-color;border-bottom-style;border-bottom-width;border-left-color;border-left-style;border-left-widt
    [all...]
  /external/chromium_org/ui/views/
border.h 25 // Border class.
27 // The border class is used to display a border around a view.
28 // To set a border on a view, just call SetBorder on the view, for example:
29 // view->set_border(Border::CreateSolidBorder(1, SkColorSetRGB(25, 25, 112));
30 // Once set on a view, the border is owned by the view.
33 // support the border, views should make sure to use bounds excluding the
34 // border (by calling View::GetLocalBoundsExcludingBorder) when doing layout and
41 class VIEWS_EXPORT Border {
43 Border();
    [all...]
border.cc 5 #include "ui/views/border.h"
16 // A simple border with different thicknesses on each side and single color.
17 class SidedSolidBorder : public Border {
21 // Overridden from Border:
42 // Top border.
44 // Left border.
46 // Bottom border.
49 // Right border.
69 class EmptyBorder : public Border {
74 // Overridden from Border
    [all...]
  /external/chromium_org/tools/grit/grit/testdata/
explicit_web.html 3 .image {BORDER: #0000cc 1px solid;}
4 .imageh {BORDER: #0000cc 1px solid;}
mini.html 14 .border { BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px }
20 <TABLE cellSpacing=0 cellPadding=0 bgColor=#3300cc border=0><TBODY>
23 <TABLE cellSpacing=0 cellPadding=0 bgColor=#3300cc border=0><TBODY>
26 <TD vAlign=top>&nbsp;<INPUT style="position:relative; height=17px;" class=border size=10>&nbsp;</td>
28 <TD class=ch onmouseover="this.bgColor='6666FF'" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #6666cc 1px solid; BORDER-LEFT: #6666cc 1px solid; BORDER-BOTTOM: #000000 1px solid" onmouseo (…)
    [all...]
time_related.html 5 <table border=0 cellpadding=2 cellspacing=0 width='100%'>
  /external/chromium_org/third_party/WebKit/ManualTests/dom/
form-control-for-label.html 3 progress {border: 3px solid blue;}
4 progress:hover {border: 3px solid red;}
8 <label>The border color of the progress bar should change from blue to red when you hover on this label text <progress></progress></label><br>
9 <label>The border of this progress bar would change color when it is inside fieldset and legend elements <fieldset><legend><progress></progress></legend></fieldset></label><br>
  /external/doclava/res/assets/customizations/assets/
customizations.css 2 border-bottom: 3px solid #b6223c;
  /external/chromium/chrome/browser/resources/options/chromeos/
change_picture_options.css 2 border: 0;
8 border: 0;
19 border: 1px solid rgba(0, 0, 0, 0.15);
  /external/javassist/tutorial/
brown.css 4 border-width:1px 0px 1px 0px;
5 border-color:#F5DEB3;
6 border-style:solid;
  /external/tinyxml/docs/
doxygen.css 21 border: 1px solid #b0b0b0;
30 border: 1px solid #b0b0b0;
38 border: 1px solid #b0b0b0;
66 border: 1px double #9295C2;
87 border: 1px solid #CCCCCC;
131 border: 1px solid #CCCCCC;
144 border: 1px solid #CCCCCC;
160 border: 1px solid #868686;
171 border-top: 1px none #E0E0E0;
172 border-right: 1px none #E0E0E0
    [all...]
  /external/chromium/chrome/browser/debugger/manual_tests/
highlight-nodes.html 6 <p>This page has basic tests of node highlighting in the inspected page. To test, load this page, open the DevTools and mouseover the nodes in the treeview of the inspector. You should see the highlights happen with the appropriate padding/border/margin/content highlights.</p>
7 <div style="padding:10px; border: 10px solid; margin: 10px;">padding:10px; border: 10px; margin: 10px;</div>
8 <div style="padding:10px; border: 10px solid;">padding:10px; border: 10px;</div>
10 <div style="border: 10px solid; margin: 10px;">border: 10px; margin: 10px;</div>
12 <div style="border: 10px solid;">border: 10px;</div>
14 <div>no padding, border, or margin</div
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
highlight-nodes.html 6 <p>This page has basic tests of node highlighting in the inspected page. To tests, load this page, open the inspector and mouseover the nodes in the treeview of the inspector. You should see the highlights happen with the appropriate padding/border/margin/content highlights.</p>
7 <div style="padding:10px; border: 10px solid; margin: 10px;">padding:10px; border: 10px; margin: 10px;</div>
8 <div style="padding:10px; border: 10px solid;">padding:10px; border: 10px;</div>
10 <div style="border: 10px solid; margin: 10px;">border: 10px; margin: 10px;</div>
12 <div style="border: 10px solid;">border: 10px;</div>
14 <div>no padding, border, or margin</div
    [all...]
  /external/chromium/chrome/browser/resources/
wrench_menu.css 5 border: solid 1px rgba(0, 0, 0, 0.3);
6 border-radius: 3px;
19 border: solid 1px rgba(0, 0, 0, 0.3);
20 border-top-left-radius: 3px;
21 border-bottom-left-radius: 3px;
25 border: solid 1px rgba(0, 0, 0, 0.3);
26 border-top-right-radius: 3px;
27 border-bottom-right-radius: 3px;
31 border-top: solid 1px rgba(0, 0, 0, 0.3);
32 border-bottom: solid 1px rgba(0, 0, 0, 0.3)
    [all...]
  /external/chromium_org/ui/views/controls/
focusable_border.h 10 #include "ui/views/border.h"
20 // A Border class to draw a focused border around a field (e.g textfield).
21 class VIEWS_EXPORT FocusableBorder : public Border {
25 // Sets the insets of the border.
33 // Sets the color of this border.
35 // Reverts the color of this border to the system default.
38 // Overridden from Border:
46 // The color to paint the border when |use_default_color_| is false.
49 // Whether the system border color should be used. True unless SetColor ha
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.h 13 class Border;
33 views::Painter* CreateWizardPainter(const BorderDefinition* const border);
34 // Creates border to provide insets. Should be used together with WizardPainter
35 // that actually draws both border and background.
36 views::Border* CreateWizardBorder(const BorderDefinition* const border);
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
find_in_hidden_frame.html 1 <div>hello</div><iframe style="display:inline;width:0;height:0;border:none" src="data:text/html,hello"></iframe>
  /external/clang/docs/
doxygen.css 23 border: 1px solid #b0b0b0;
32 border: 1px solid #b0b0b0;
40 border: 1px solid #b0b0b0;
68 border: 1px double #9295C2;
90 border: 1px solid #CCCCCC;
134 border: 1px solid #CCCCCC;
147 border: 1px solid #CCCCCC;
163 border: 1px solid #868686;
174 border-top: 1px none #E0E0E0;
175 border-right: 1px none #E0E0E0
    [all...]
  /external/llvm/docs/
doxygen.css 23 border: 1px solid #b0b0b0;
32 border: 1px solid #b0b0b0;
40 border: 1px solid #b0b0b0;
68 border: 1px double #9295C2;
90 border: 1px solid #CCCCCC;
134 border: 1px solid #CCCCCC;
147 border: 1px solid #CCCCCC;
163 border: 1px solid #868686;
174 border-top: 1px none #E0E0E0;
175 border-right: 1px none #E0E0E0
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 39 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_stride) + border
    [all...]
  /dalvik/docs/
dalvik-constraints.css 8 border-top-style: solid;
9 border-top-width: 2px;
10 border-color: #ccccdd;
33 border-collapse: collapse;
48 border-top-style: solid;
49 border-bottom-style: solid;
50 border-width: 1px;
51 border-color: #aaaaff;
java-constraints.css 8 border-top-style: solid;
9 border-top-width: 2px;
10 border-color: #ccccdd;
33 border-collapse: collapse;
48 border-top-style: solid;
49 border-bottom-style: solid;
50 border-width: 1px;
51 border-color: #aaaaff;
  /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;
  /external/chromium_org/chrome/test/webdriver/test/
upload.html 6 style="border: 1px black solid;" />
11 style="border: 1px black solid;" multiple />

Completed in 1429 milliseconds

1 2 3 4 5 6 7 8 91011>>