HomeSort by relevance Sort by last modified time
    Searched full:border (Results 151 - 175 of 4545) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.h 14 // Adds a gradient border to the RHS of the cell when not hovered.
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.h 38 // control which corners are rounded. |drawn_borders| border control which
39 // sides have a visible border drawn in |color|.
50 // Sets edge and border properties on a widget that has already been configured
57 // Sets the color of the border on a widget that has already been configured
  /external/dropbear/libtomcrypt/doc/
footer.html 3 Docs using <img src="doxygen.png" alt="doxygen" align="middle" border=0>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
searchcvs.css 3 border-bottom: 1px dotted gray;
27 border-style: none;
45 border-bottom: 1px dotted black;
46 border-top: 1px dotted black;
  /external/llvm/docs/
doxygen.footer 5 align="middle" border="0"/>$doxygenversion</a><br>
  /external/markdown/tests/misc/
uche.html 2 <p><a href="http://fourthought.com/"><img alt="" src="http://fourthought.com/images/ftlogo.png" style="float: left; margin: 10px; border: none;" title="Fourthought logo" /></a></p>
  /external/webkit/Source/WebCore/manual-tests/
onclick_in_noncontent.html 11 <table style="width:100px;height:100px;border:inset">
select-webkit-appearance-off-narrow-select.html 8 border: 1px solid black;
14 #narrow-with-border {
15 border: 1px solid black;
39 <select id="narrow-with-border">
scrollbar-hittest2.html 6 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=6149">http://bugs.webkit.org/show_bug.cgi?id=6149</a> REGRESSION (WebCore-417.5): horizontal scrollbar in overflow with top border doesn't receive mouse events</p>
17 <div id="target" style="width: 400px; overflow: auto; border-top: 20px solid grey; border-bottom: 10px solid blue;">
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 37 real border; // border size member in class:PyramidShort
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
Geometry.h 50 // Clip x to be within [-border,width+border-1]
51 inline void clipToSegment(int &x, int width, int border)
53 if(x < -border)
54 x = -border;
55 else if(x >= width+border)
56 x = width + border - 1;
59 // Return true if x within [-border,width+border-1]
60 inline bool inSegment(int x, int width, int border)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 37 real border; // border size member in class:PyramidShort
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
Geometry.h 50 // Clip x to be within [-border,width+border-1]
51 inline void clipToSegment(int &x, int width, int border)
53 if(x < -border)
54 x = -border;
55 else if(x >= width+border)
56 x = width + border - 1;
59 // Return true if x within [-border,width+border-1]
60 inline bool inSegment(int x, int width, int border)
    [all...]
  /sdk/lint/cli/src/com/android/tools/lint/
default.css 5 border: solid 1px #cccccc;
25 border: solid 1px #cccccc;
40 table { border: none; }
50 border: solid 1px #cccccc;
  /external/freetype/include/freetype/
ftstroke.h 47 * displayed with a coloured (and anti-aliased) border around their
90 * limit value and the border radius), then a bevel join (see
102 * miter limit value and the border radius. This prevents
157 * These values are used to select a given stroke border
162 * Select the left border, relative to the drawing direction.
165 * Select the right border, relative to the drawing direction.
198 * The border index. @FT_STROKER_BORDER_RIGHT for empty or invalid
219 * The border index. @FT_STROKER_BORDER_LEFT for empty or invalid
263 * The border radius.
333 * path, and the stroker generates two distinct `border' outlines
    [all...]
  /external/chromium/chrome/browser/resources/
crashes.css 24 border: 1px solid #bbb;
25 border-radius: 2px;
43 border-bottom: 1px solid #bbb;
safe_browsing_malware_block.html 29 border-radius:5px;
52 border-top: 1px solid #ddd;
67 border-top:1px solid #ccc;
77 border: 1px solid #4c7336;
78 border-bottom: 1px solid #44692f;
79 border-radius: 3px;
96 border: 1px solid #456a2f;
97 border-bottom: 1px solid #456a2f;
103 border: 1px solid #3e612a;
104 border-top:1px solid #4c7336
    [all...]
  /external/libvpx/vp8/encoder/arm/
picklpf_arm.c 29 int border; local
33 border = src_ybc->border;
  /external/webkit/Source/WebCore/css/
html.css 135 border-style: inset;
136 border-width: 1px
238 border-collapse: separate;
239 border-spacing: 2px;
240 border-color: gray
246 border-color: inherit
252 border-color: inherit
258 border-color: inherit
277 border-color: inherit
365 border: non
    [all...]
  /external/chromium/chrome/browser/resources/keyboard/
index.html 20 -webkit-border-radius: 4px;
23 border-style: solid;
24 border-color: gray;
25 border-width: 1px;
51 border-color: #304a9b;
  /external/chromium/chrome/browser/resources/options/
subpages_tab_controls.css 15 border: 1px solid #A0A0A0; /* light gray */
16 border-bottom: 2px solid white;
17 border-top-left-radius: 3px;
18 border-top-right-radius: 3px;
54 border-bottom: 1px solid #A0A0A0; /* light gray */
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/common/extensions/docs/css/
samples.css 2 border:0;
8 border: 0 !important;
57 border-bottom: 1px solid #ddd;
78 -moz-border-radius: 10px;
79 border-radius: 10px;
  /external/chromium-trace/src/tracing/
timeline.css 12 border: 1px solid rgb(0, 0, 96);
26 border: 1px solid rgba(0, 0, 0, 0.1);
36 border: 1px solid rgba(0, 0, 0, 0.5);
37 border-radius: 25%;
55 border-top: 1px solid #D0D0D0;
  /build/tools/droiddoc/templates-sdk/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...]

Completed in 2657 milliseconds

1 2 3 4 5 67 8 91011>>