HomeSort by relevance Sort by last modified time
    Searched refs:borders (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/html/
HTMLTableElement.cpp 361 // Whether or not to hide the top/right/bottom/left borders.
366 bool borders[4] = { false, false, false, false }; local
373 borders[cTop] = true;
376 borders[cBottom] = true;
379 borders[cTop] = borders[cBottom] = true;
382 borders[cLeft] = borders[cRight] = true;
385 borders[cLeft] = true;
388 borders[cRight] = true
523 CellBorders borders = cellBorders(); local
    [all...]
  /external/freetype/src/base/
ftstroke.c 228 /***** STROKE BORDERS *****/
708 FT_StrokeBorderRec borders[2]; member in struct:FT_StrokerRec_
734 ft_stroke_border_init( &stroker->borders[0], memory );
735 ft_stroke_border_init( &stroker->borders[1], memory );
767 ft_stroke_border_reset( &stroker->borders[0] );
768 ft_stroke_border_reset( &stroker->borders[1] );
783 ft_stroke_border_done( &stroker->borders[0] );
784 ft_stroke_border_done( &stroker->borders[1] );
800 FT_StrokeBorder border = stroker->borders + side;
841 FT_StrokeBorder border = stroker->borders + side
    [all...]
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 185 // so we ignore outside borders. This should not be a problem because it means that
187 // includes any outside borders of this cell.
277 // (1) Borders with the 'border-style' of 'hidden' take precedence over all other conflicting
278 // borders. Any border with this value suppresses all borders at this location.
279 // (2) Borders with a style of 'none' have the lowest priority. Only if the border properties of all
282 // (3) If none of the styles are 'hidden' and at least one of them is not 'none', then narrow borders
306 // The first part of rule #3 above. Wider borders win.
310 // The borders have equal width. Sort by border style.
351 // (5) Our column and column group's left borders
805 CollapsedBorders borders; local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 279 milliseconds