HomeSort by relevance Sort by last modified time
    Searched refs:border (Results 126 - 150 of 470) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 8 border-bottom: 4px solid #ccc;
271 border:none;
335 border:0;
402 border:1px solid #dddd00;
478 border-spacing:0;
484 border: none;
502 border-color:#fff;
518 border-top:2px solid #ccc;
540 border:none;
585 /* border:1px solid #669999
    [all...]
  /external/webkit/Source/WebCore/css/
mediaControlsChromium.css 91 border-left: 1px solid rgba(255, 255, 255, 0.2);
92 border-right: 1px solid rgba(255, 255, 255, 0.2);
160 box-sizing: border-box;
172 border-color: rgba(255, 255, 255, 0.2);
173 border-style: solid;
174 border-width: 1px;
175 border-radius: 2px;
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 345 bool hasBorder() const { return surround->border.hasBorder(); }
410 const BorderData& border() const { return surround->border; } function in class:WebCore::RenderStyle
411 const BorderValue& borderLeft() const { return surround->border.left(); }
412 const BorderValue& borderRight() const { return surround->border.right(); }
413 const BorderValue& borderTop() const { return surround->border.top(); }
414 const BorderValue& borderBottom() const { return surround->border.bottom(); }
421 const NinePieceImage& borderImage() const { return surround->border.image(); }
423 const LengthSize& borderTopLeftRadius() const { return surround->border.topLeft(); }
424 const LengthSize& borderTopRightRadius() const { return surround->border.topRight();
    [all...]
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 36 * @param border the border size. Typically 0.
45 public static void loadTexture(int target, int level, int border,
48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
56 * @param border the border size. Typically 0.
64 public static void loadTexture(int target, int level, int border,
80 border, imageSize, data);
88 GLES10.glTexImage2D(target, level, fallbackFormat, width, height, border,
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 119 // Column widths specified on <col> apply to the border box of the cell.
337 // The following rules apply for resolving conflicts and figuring out which border
339 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting
340 // borders. Any border with this value suppresses all borders at this location.
341 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all
342 // the elements meeting at this edge are 'none' will the border be omitted (but note that 'none' is
343 // the default value for the border style.)
345 // are discarded in favor of wider ones. If several have the same 'border-width' then styles are preferred
347 // (4) If border styles differ only in color, then a style set on a cell wins over one on a row,
352 // Sanity check the values passed in. The null border have lowest priority
395 const CollapsedBorderValue& border = compareBorders(border1, border2) < 0 ? border2 : border1; local
783 CollapsedBorderValue border = collapsedStartBorder(); local
791 CollapsedBorderValue border = collapsedEndBorder(); local
799 CollapsedBorderValue border = collapsedBeforeBorder(); local
807 CollapsedBorderValue border = collapsedAfterBorder(); local
    [all...]
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 78 border: 0;
139 border: 2px solid #888;
140 border-radius: 8px;
200 border-radius: 4px;
214 border: #c3d9ff 1px solid;
324 border-radius: 4px;
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 66 $geshi->set_overall_style('font: normal normal 90% monospace; color: #000066; border: 1px solid #d0d0d0; background-color: #f0f0f0;', false);
86 // affected by the styles set by set_overall_style. So if the PRE has a border then the header/footer will
89 $geshi->set_header_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
93 $geshi->set_footer_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
118 border: 2px solid #e0e0e0;
124 border-bottom: 1px solid #b0b0b0;
144 border: 1px solid #b0b0b0;
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 50 int border = qMin(qMax(1, int(0.2 * size)), 6); local
51 int checkerSize = qMax(size - 2 * border, 3);
108 int border = 0.1 * (rect.width() + rect.height()); local
109 border = qMin(qMax(2, border), 10);
110 rect.adjust(border, border, -border, -border);
280 const int border = qMax(3, buttonSize.width() >> 3) << 1 local
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 123 border: 0 0 5 5;
142 border: 0 0 5 5;
163 border: 0 0 6 6;
359 border: 5 5 0 0;
378 border: 5 5 0 0;
399 border: 6 6 0 0;
  /external/webkit/LayoutTests/dom/html/level2/html/
object04.js 78 Width of border around the object.
79 The value of attribute border of the object element is read and checked against the expected value.
101 vborder = testNode.border;
table34.js 78 The width of the border around the table.
79 The value of attribute border of the table element is read and checked against the expected value.
101 vborder = testNode.border;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
object04.js 78 Width of border around the object.
79 The value of attribute border of the object element is read and checked against the expected value.
101 vborder = testNode.border;
table34.js 78 The width of the border around the table.
79 The value of attribute border of the table element is read and checked against the expected value.
101 vborder = testNode.border;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/
welcome.css 27 border: none; }
57 border:1px solid transparent;
65 border:1px solid #33B5E5;
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.h 11 #include "views/border.h"
15 // Renders a border, with optional arrow, and a custom dropshadow.
17 class BubbleBorder : public views::Border {
43 // Returns the radius of the corner of the border.
45 // We can't safely calculate a border radius by comparing the sizes of the
102 // Overridden from views::Border:
111 // Overridden from views::Border:
131 // Border graphics.
161 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
    [all...]
  /external/chromium/chrome/browser/ui/views/
generic_info_view.cc 61 views::Border* border = views::Border::CreateSolidBorder( local
63 set_border(border);
  /external/chromium-trace/trace-viewer/src/
overlay.css 7 box-sizing: border-box;
  /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/libvpx/libvpx/vp8/common/
asm_com_offsets.c 34 DEFINE(yv12_buffer_config_border, offsetof(YV12_BUFFER_CONFIG, border));
  /external/webkit/Source/WebCore/html/
HTMLTableElement.idl 32 attribute [Reflect] DOMString border;
  /external/webkit/Source/WebCore/xml/
XMLViewer.css 30 border-bottom: 2px solid black;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/
scrollbar.edc 121 border: 0 0 15 15;
160 border: 3 3 3 3;
298 border: 15 15 0 0;
337 border: 3 3 3 3;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/
search_decoration.edc 63 border: 0 0 8 8;
  /external/aac/libSBRdec/src/
env_extr.cpp 914 /* open and close frame border */
995 int pointer_bits = 0, nEnv = 0, b = 0, border, i, n = 0, local
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 22 #include "views/border.h"
108 if (border())
109 border()->GetInsets(&saved_insets_);
163 if (border())
164 border()->GetInsets(&current_insets);
165 // During the animation we draw a border, an icon and the text. The text area
168 // border is no longer painted around the icon. |visible_text_size_| is 0 when
173 // is the kIconLeftMargin, so we need to animate border reduction when it
175 views::Border* empty_border = views::Border::CreateEmptyBorder
    [all...]

Completed in 441 milliseconds

1 2 3 4 56 7 8 91011>>