Home
last modified time | relevance | path

Searched refs:_empty_cells (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h164 return (_empty_cells == other._empty_cells)
186 unsigned _empty_cells : 1; // EEmptyCell member
269 inherited_flags._empty_cells = initialEmptyCells(); in setBitDefaults()
598 EEmptyCell emptyCells() const { return static_cast<EEmptyCell>(inherited_flags._empty_cells); } in emptyCells()
975 void setEmptyCells(EEmptyCell v) { inherited_flags._empty_cells = v; } in setEmptyCells()
H A DRenderStyle.cpp433 || inherited_flags._empty_cells != other->inherited_flags._empty_cells in diff()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.h1053 KDE_BF_ENUM(EEmptyCell) _empty_cells : 1;
1153 inherited_flags.f._empty_cells = initialEmptyCells(); in setBitDefaults()
1649 return KDE_CAST_BF_ENUM(EEmptyCell, inherited_flags.f._empty_cells); in emptyCells()
2104 inherited_flags.f._empty_cells = v; in setEmptyCells()
H A Drender_style.cpp899 if (!(inherited_flags.f._empty_cells == other->inherited_flags.f._empty_cells) || in diff()