HomeSort by relevance Sort by last modified time
    Searched full:border (Results 301 - 325 of 6178) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/chromeos/
mobile_setup.css 22 border: 1px #aaa solid;
50 border: 1px solid #bdbdbd;
51 border-radius: 5px;
75 border-bottom: 1px solid #EEE;
111 border: 1px solid #ccc;
  /external/chromium_org/chrome/browser/resources/options/
subpages_tab_controls.css 13 border: 1px solid #ddd;
14 border-bottom: 2px solid white;
15 border-top-left-radius: 3px;
16 border-top-right-radius: 3px;
62 border-bottom: 1px solid #ddd;
  /external/chromium_org/native_client_sdk/src/examples/resources/
index.css 20 .header, .footer, .left-border, .right-border {
31 .left-border, .right-border {
85 border: none;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CollapsedBorderValue.h 45 CollapsedBorderValue(const BorderValue& border, const StyleColor& color, EBorderPrecedence precedence)
49 , m_width(border.nonZero() ? border.width() : 0)
50 , m_style(border.style())
52 , m_transparent(border.isTransparent())
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 16 border: 0;
79 border:1px solid #ccc;
163 border-collapse:collapse;
164 border-width:0;
169 border:1px solid #ccc;
186 border:none;
194 border-left:2px solid #eee;
212 border-bottom:3px solid #94b922;
417 border:0px solid #666;
427 border:5px solid #ddf0f2
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 16 border: 0;
79 border:1px solid #ccc;
163 border-collapse:collapse;
164 border-width:0;
169 border:1px solid #ccc;
186 border:none;
194 border-left:2px solid #eee;
212 border-bottom:3px solid #94b922;
416 border:0px solid #666;
426 border:5px solid #ddf0f2
    [all...]
  /external/chromium/chrome/browser/resources/options/
options_page.css 71 border: none;
115 border-top: 1px solid rgba(188, 193, 208, .5);
138 border-top: none;
153 border: 1px solid rgb(188, 193, 208);
154 border-radius: 2px;
165 -webkit-border-end: 1px solid #c6c9ce;
195 border-bottom: 1px solid transparent;
196 border-top: 1px solid transparent;
209 border-bottom: 1px solid #8faad9;
210 border-top: 1px solid #8faad9
    [all...]
  /external/chromium/chrome/browser/resources/
safe_browsing_phishing_block.html 29 border-radius:5px;
65 border-top:1px solid #ccc;
71 border: 1px solid #4c7336;
72 border-bottom: 1px solid #44692f;
73 border-radius: 3px;
90 border: 1px solid #456a2f;
91 border-bottom: 1px solid #456a2f;
97 border: 1px solid #3e612a;
98 border-top:1px solid #4c7336;
99 border-bottom:1px solid #547b3f
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 52 border: 1px solid #d5d5d5;
53 border-radius: 5px;
69 border-bottom-left-radius: 5px 5px;
70 border-bottom-right-radius: 5px 5px;
105 border: 1px solid lightgray;
106 border-bottom-width: 3px;
107 border-radius: 2px;
108 border-top-width: 2px;
136 border: 1px solid rgb(47, 91, 183);
137 border-radius: 2px
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
results.css 69 border-collapse: collapse;
79 border-top: 1px solid #DDD;
80 border-bottom: 1px solid #DDD;
84 border: none;
98 border: 1px solid #EEE;
129 border-top: 1px solid #DDD;
151 box-sizing: border-box;
164 border-top: 1px solid gray;
191 border-bottom: 1px dashed;
196 border-bottom: 0
    [all...]
common.css 46 border-radius: 2px;
48 border: 1px solid rgba(0, 0, 0, 0.1);
49 border-radius: 2px;
78 border: 1px solid #c6c6c6;
84 border: 1px solid #4d90fe;
89 border: 1px solid #3079ED;
95 border: 1px solid #2f5bb7;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.h 85 GLint border, GLenum internalFormat,
132 GLint width, GLint height, GLint depth, GLint border);
179 GLsizei width, GLint border,
185 GLsizei width, GLsizei height, GLint border,
191 GLsizei width, GLsizei height, GLsizei depth, GLint border,
198 GLint border, GLenum format, GLenum type,
229 GLint x, GLint y, GLsizei width, GLint border );
235 GLsizei width, GLsizei height, GLint border );
259 GLint border, GLsizei imageSize,
265 GLsizei height, GLint border, GLsizei imageSize
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 41 #define BORDER 1
61 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
62 GR_ATLAS_HEIGHT - BORDER);
118 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
123 int dstW = width + 2*BORDER;
124 int dstH = height + 2*BORDER;
125 if (BORDER) {
151 // now tell the caller to skip the top/left BORDER
152 loc->fX += BORDER;
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.h 85 GLint border, GLenum internalFormat,
132 GLint width, GLint height, GLint depth, GLint border);
179 GLsizei width, GLint border,
185 GLsizei width, GLsizei height, GLint border,
191 GLsizei width, GLsizei height, GLsizei depth, GLint border,
198 GLint border, GLenum format, GLenum type,
229 GLint x, GLint y, GLsizei width, GLint border );
235 GLsizei width, GLsizei height, GLint border );
259 GLint border, GLsizei imageSize,
265 GLsizei height, GLint border, GLsizei imageSize
    [all...]
  /external/skia/src/gpu/
GrAtlas.cpp 41 #define BORDER 1
61 fRects = GrRectanizer::Factory(GR_ATLAS_WIDTH - BORDER,
62 GR_ATLAS_HEIGHT - BORDER);
118 if (!fRects->addRect(width + BORDER, height + BORDER, loc)) {
123 int dstW = width + 2*BORDER;
124 int dstH = height + 2*BORDER;
125 if (BORDER) {
151 // now tell the caller to skip the top/left BORDER
152 loc->fX += BORDER;
    [all...]
  /sdk/templates/docs/
default.css 27 border: 0;
43 border-bottom: 1px solid #33b5e5;
47 border-bottom: 2px solid #33b5e5;
57 border-radius: 2px;
59 border: 0;
83 border-right: 2px solid #eee;
92 border-right: 2px solid #33b5e5;
143 border-top: 2px solid #eee;
171 border-left: 4px solid #09c;
225 border-radius: 4px
    [all...]
  /external/chromium_org/ash/system/logout_button/
tray_logout_button.cc 18 #include "ui/views/border.h"
79 set_border(views::Border::CreateEmptyBorder(
88 views::LabelButtonBorder* border = local
90 border->SetPainter(false, views::Button::STATE_NORMAL,
92 border->SetPainter(false, views::Button::STATE_HOVERED,
94 border->SetPainter(false, views::Button::STATE_PRESSED,
96 button_->set_border(border);
  /external/chromium_org/chrome/browser/resources/
about_stats.html 8 border-top: 10px solid #3B85E3;
24 border-left: 10px solid #FFF;
32 border-left: 10px solid #FFF;
48 border-top: 2px solid #333;
82 <table class="details" cellspacing="0" cellpadding="0" border="0">
86 <table cellspacing="0" cellpadding="0" border="0">
107 <table cellspacing="0" cellpadding="0" border="0">
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
list.css 13 border: none;
21 box-sizing: border-box;
22 border-radius: 0;
25 border: none;
61 border-color: transparent;
80 border: none;
111 box-sizing: border-box;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
BorderView.java 31 * View displaying the border between messages.
60 // whether the border is expanded or collapsed,
89 LogUtils.d(LOG_TAG, "Full Border Height: %s", sExpandedHeight);
94 // Selectively show/hide the card nine-patches if the border is expanded or collapsed.
95 // Additionally this will occur if this is the first or last border.
114 * Returns the full expanded height value of the border view.
126 * Returns the collapsed height value of the border view.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js 88 "azimuth", "border-collapse", "border-spacing", "caption-side", "color", "cursor", "direction", "elevation",
147 "background", "background-color", "background-image", "border", "border-color", "border-top", "border-right", "border-bottom",
148 "border-left", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "box-shadow", "color"
    [all...]
  /external/chromium/chrome/browser/resources/shared/css/
about_memory.css 29 border-top: 1px solid #3a75bd;
35 border-top: 0;
56 border: 1px solid #3a75bd;
57 border-radius: 6px;
90 border: 1px solid #3a75bd;
108 border-right: 1px solid #cfcfcf;
130 border: 1px solid #b5b5b5;
131 border-radius: 6px;
136 border-color: white;
180 border-collapse: collapse
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 42 box-sizing: border-box;
101 border: 1px solid hsl(214, 91%, 85%);
102 border-radius: 3px;
115 border-color: hsl(214, 91%, 65%);
215 box-sizing: border-box;
242 box-sizing: border-box;
251 -webkit-border-end: 15px solid white;
252 -webkit-border-start: 0;
264 border: 0;
295 border: 1px solid hsl(214, 91%, 85%)
    [all...]
  /external/chromium_org/third_party/icu/
icu4c.css 38 border-width: 2px;
39 border-style: solid;
47 border-top: 2px solid #22d;
48 border-left: 2px solid #22d;
70 border-top: 1px solid gray;
242 border-width: medium;
258 border: 1px;
270 border-style: groove;
297 border: 1px dashed gray;
346 border-collapse: collapse
    [all...]
  /external/icu4c/
icu4c.css 38 border-width: 2px;
39 border-style: solid;
47 border-top: 2px solid #22d;
48 border-left: 2px solid #22d;
70 border-top: 1px solid gray;
242 border-width: medium;
258 border: 1px;
270 border-style: groove;
297 border: 1px dashed gray;
346 border-collapse: collapse
    [all...]

Completed in 1941 milliseconds

<<11121314151617181920>>