Searched defs:_empty_cells (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h159 return (_empty_cells == other._empty_cells)
181 unsigned _empty_cells : 1; // EEmptyCell member in struct:WebCore::RenderStyle::InheritedFlags
297 inherited_flags._empty_cells = initialEmptyCells();
694 EEmptyCell emptyCells() const { return static_cast<EEmptyCell>(inherited_flags._empty_cells); }
1194 void setEmptyCells(EEmptyCell v) { inherited_flags._empty_cells = v; }

Completed in 164 milliseconds