noninherited_flags   65 Source/core/rendering/style/RenderStyle.cpp     } noninherited_flags;
noninherited_flags  149 Source/core/rendering/style/RenderStyle.cpp     , noninherited_flags(o.noninherited_flags)
noninherited_flags  222 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._effectiveDisplay = other->noninherited_flags._effectiveDisplay;
noninherited_flags  223 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._originalDisplay = other->noninherited_flags._originalDisplay;
noninherited_flags  224 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._overflowX = other->noninherited_flags._overflowX;
noninherited_flags  225 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._overflowY = other->noninherited_flags._overflowY;
noninherited_flags  226 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._vertical_align = other->noninherited_flags._vertical_align;
noninherited_flags  227 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._clear = other->noninherited_flags._clear;
noninherited_flags  228 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._position = other->noninherited_flags._position;
noninherited_flags  229 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._floating = other->noninherited_flags._floating;
noninherited_flags  230 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._table_layout = other->noninherited_flags._table_layout;
noninherited_flags  231 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._unicodeBidi = other->noninherited_flags._unicodeBidi;
noninherited_flags  232 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._page_break_before = other->noninherited_flags._page_break_before;
noninherited_flags  233 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._page_break_after = other->noninherited_flags._page_break_after;
noninherited_flags  234 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags._page_break_inside = other->noninherited_flags._page_break_inside;
noninherited_flags  235 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags.explicitInheritance = other->noninherited_flags.explicitInheritance;
noninherited_flags  236 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags.currentColor = other->noninherited_flags.currentColor;
noninherited_flags  237 Source/core/rendering/style/RenderStyle.cpp     noninherited_flags.hasViewportUnits = other->noninherited_flags.hasViewportUnits;
noninherited_flags  247 Source/core/rendering/style/RenderStyle.cpp         && noninherited_flags == o.noninherited_flags
noninherited_flags  533 Source/core/rendering/style/RenderStyle.cpp     if (noninherited_flags._overflowX != other.noninherited_flags._overflowX
noninherited_flags  534 Source/core/rendering/style/RenderStyle.cpp         || noninherited_flags._overflowY != other.noninherited_flags._overflowY
noninherited_flags  535 Source/core/rendering/style/RenderStyle.cpp         || noninherited_flags._clear != other.noninherited_flags._clear
noninherited_flags  536 Source/core/rendering/style/RenderStyle.cpp         || noninherited_flags._unicodeBidi != other.noninherited_flags._unicodeBidi
noninherited_flags  537 Source/core/rendering/style/RenderStyle.cpp         || noninherited_flags._position != other.noninherited_flags._position
noninherited_flags  538 Source/core/rendering/style/RenderStyle.cpp         || noninherited_flags._floating != other.noninherited_flags._floating
noninherited_flags  539 Source/core/rendering/style/RenderStyle.cpp         || noninherited_flags._originalDisplay != other.noninherited_flags._originalDisplay
noninherited_flags  540 Source/core/rendering/style/RenderStyle.cpp         || noninherited_flags._vertical_align != other.noninherited_flags._vertical_align)
noninherited_flags  543 Source/core/rendering/style/RenderStyle.cpp     if (noninherited_flags._effectiveDisplay >= FIRST_TABLE_DISPLAY && noninherited_flags._effectiveDisplay <= LAST_TABLE_DISPLAY) {
noninherited_flags  547 Source/core/rendering/style/RenderStyle.cpp             || noninherited_flags._table_layout != other.noninherited_flags._table_layout)
noninherited_flags  562 Source/core/rendering/style/RenderStyle.cpp     } else if (noninherited_flags._effectiveDisplay == LIST_ITEM) {
noninherited_flags  290 Source/core/rendering/style/RenderStyle.h     } noninherited_flags;
noninherited_flags  316 Source/core/rendering/style/RenderStyle.h         noninherited_flags._effectiveDisplay = noninherited_flags._originalDisplay = initialDisplay();
noninherited_flags  317 Source/core/rendering/style/RenderStyle.h         noninherited_flags._overflowX = initialOverflowX();
noninherited_flags  318 Source/core/rendering/style/RenderStyle.h         noninherited_flags._overflowY = initialOverflowY();
noninherited_flags  319 Source/core/rendering/style/RenderStyle.h         noninherited_flags._vertical_align = initialVerticalAlign();
noninherited_flags  320 Source/core/rendering/style/RenderStyle.h         noninherited_flags._clear = initialClear();
noninherited_flags  321 Source/core/rendering/style/RenderStyle.h         noninherited_flags._position = initialPosition();
noninherited_flags  322 Source/core/rendering/style/RenderStyle.h         noninherited_flags._floating = initialFloating();
noninherited_flags  323 Source/core/rendering/style/RenderStyle.h         noninherited_flags._table_layout = initialTableLayout();
noninherited_flags  324 Source/core/rendering/style/RenderStyle.h         noninherited_flags._unicodeBidi = initialUnicodeBidi();
noninherited_flags  325 Source/core/rendering/style/RenderStyle.h         noninherited_flags._page_break_before = initialPageBreak();
noninherited_flags  326 Source/core/rendering/style/RenderStyle.h         noninherited_flags._page_break_after = initialPageBreak();
noninherited_flags  327 Source/core/rendering/style/RenderStyle.h         noninherited_flags._page_break_inside = initialPageBreak();
noninherited_flags  328 Source/core/rendering/style/RenderStyle.h         noninherited_flags._styleType = NOPSEUDO;
noninherited_flags  329 Source/core/rendering/style/RenderStyle.h         noninherited_flags._pseudoBits = 0;
noninherited_flags  330 Source/core/rendering/style/RenderStyle.h         noninherited_flags.explicitInheritance = false;
noninherited_flags  331 Source/core/rendering/style/RenderStyle.h         noninherited_flags.currentColor = false;
noninherited_flags  332 Source/core/rendering/style/RenderStyle.h         noninherited_flags.unique = false;
noninherited_flags  333 Source/core/rendering/style/RenderStyle.h         noninherited_flags.emptyState = false;
noninherited_flags  334 Source/core/rendering/style/RenderStyle.h         noninherited_flags.firstChildState = false;
noninherited_flags  335 Source/core/rendering/style/RenderStyle.h         noninherited_flags.lastChildState = false;
noninherited_flags  336 Source/core/rendering/style/RenderStyle.h         noninherited_flags.hasViewportUnits = false;
noninherited_flags  337 Source/core/rendering/style/RenderStyle.h         noninherited_flags.setAffectedByFocus(false);
noninherited_flags  338 Source/core/rendering/style/RenderStyle.h         noninherited_flags.setAffectedByHover(false);
noninherited_flags  339 Source/core/rendering/style/RenderStyle.h         noninherited_flags.setAffectedByActive(false);
noninherited_flags  340 Source/core/rendering/style/RenderStyle.h         noninherited_flags.setAffectedByDrag(false);
noninherited_flags  341 Source/core/rendering/style/RenderStyle.h         noninherited_flags.setIsLink(false);
noninherited_flags  373 Source/core/rendering/style/RenderStyle.h     PseudoId styleType() const { return static_cast<PseudoId>(noninherited_flags._styleType); }
noninherited_flags  374 Source/core/rendering/style/RenderStyle.h     void setStyleType(PseudoId styleType) { noninherited_flags._styleType = styleType; }
noninherited_flags  382 Source/core/rendering/style/RenderStyle.h     void setHasViewportUnits(bool hasViewportUnits = true) const { noninherited_flags.hasViewportUnits = hasViewportUnits; }
noninherited_flags  383 Source/core/rendering/style/RenderStyle.h     bool hasViewportUnits() const { return noninherited_flags.hasViewportUnits; }
noninherited_flags  385 Source/core/rendering/style/RenderStyle.h     bool affectedByFocus() const { return noninherited_flags.affectedByFocus(); }
noninherited_flags  386 Source/core/rendering/style/RenderStyle.h     bool affectedByHover() const { return noninherited_flags.affectedByHover(); }
noninherited_flags  387 Source/core/rendering/style/RenderStyle.h     bool affectedByActive() const { return noninherited_flags.affectedByActive(); }
noninherited_flags  388 Source/core/rendering/style/RenderStyle.h     bool affectedByDrag() const { return noninherited_flags.affectedByDrag(); }
noninherited_flags  390 Source/core/rendering/style/RenderStyle.h     void setAffectedByFocus() { noninherited_flags.setAffectedByFocus(true); }
noninherited_flags  391 Source/core/rendering/style/RenderStyle.h     void setAffectedByHover() { noninherited_flags.setAffectedByHover(true); }
noninherited_flags  392 Source/core/rendering/style/RenderStyle.h     void setAffectedByActive() { noninherited_flags.setAffectedByActive(true); }
noninherited_flags  393 Source/core/rendering/style/RenderStyle.h     void setAffectedByDrag() { noninherited_flags.setAffectedByDrag(true); }
noninherited_flags  397 Source/core/rendering/style/RenderStyle.h     bool isFloating() const { return noninherited_flags._floating != NoFloat; }
noninherited_flags  451 Source/core/rendering/style/RenderStyle.h     EDisplay display() const { return static_cast<EDisplay>(noninherited_flags._effectiveDisplay); }
noninherited_flags  452 Source/core/rendering/style/RenderStyle.h     EDisplay originalDisplay() const { return static_cast<EDisplay>(noninherited_flags._originalDisplay); }
noninherited_flags  472 Source/core/rendering/style/RenderStyle.h     EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
noninherited_flags  476 Source/core/rendering/style/RenderStyle.h     EFloat floating() const { return static_cast<EFloat>(noninherited_flags._floating); }
noninherited_flags  544 Source/core/rendering/style/RenderStyle.h     EOverflow overflowX() const { return static_cast<EOverflow>(noninherited_flags._overflowX); }
noninherited_flags  545 Source/core/rendering/style/RenderStyle.h     EOverflow overflowY() const { return static_cast<EOverflow>(noninherited_flags._overflowY); }
noninherited_flags  551 Source/core/rendering/style/RenderStyle.h     EVerticalAlign verticalAlign() const { return static_cast<EVerticalAlign>(noninherited_flags._vertical_align); }
noninherited_flags  561 Source/core/rendering/style/RenderStyle.h     EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBidi); }
noninherited_flags  563 Source/core/rendering/style/RenderStyle.h     EClear clear() const { return static_cast<EClear>(noninherited_flags._clear); }
noninherited_flags  564 Source/core/rendering/style/RenderStyle.h     ETableLayout tableLayout() const { return static_cast<ETableLayout>(noninherited_flags._table_layout); }
noninherited_flags  725 Source/core/rendering/style/RenderStyle.h     bool isLink() const { return noninherited_flags.isLink(); }
noninherited_flags  731 Source/core/rendering/style/RenderStyle.h     EPageBreak pageBreakInside() const { return static_cast<EPageBreak>(noninherited_flags._page_break_inside); }
noninherited_flags  732 Source/core/rendering/style/RenderStyle.h     EPageBreak pageBreakBefore() const { return static_cast<EPageBreak>(noninherited_flags._page_break_before); }
noninherited_flags  733 Source/core/rendering/style/RenderStyle.h     EPageBreak pageBreakAfter() const { return static_cast<EPageBreak>(noninherited_flags._page_break_after); }
noninherited_flags  968 Source/core/rendering/style/RenderStyle.h     void setDisplay(EDisplay v) { noninherited_flags._effectiveDisplay = v; }
noninherited_flags  969 Source/core/rendering/style/RenderStyle.h     void setOriginalDisplay(EDisplay v) { noninherited_flags._originalDisplay = v; }
noninherited_flags  970 Source/core/rendering/style/RenderStyle.h     void setPosition(EPosition v) { noninherited_flags._position = v; }
noninherited_flags  971 Source/core/rendering/style/RenderStyle.h     void setFloating(EFloat v) { noninherited_flags._floating = v; }
noninherited_flags 1073 Source/core/rendering/style/RenderStyle.h     void setOverflowX(EOverflow v) { noninherited_flags._overflowX = v; }
noninherited_flags 1074 Source/core/rendering/style/RenderStyle.h     void setOverflowY(EOverflow v) { noninherited_flags._overflowY = v; }
noninherited_flags 1076 Source/core/rendering/style/RenderStyle.h     void setVerticalAlign(EVerticalAlign v) { noninherited_flags._vertical_align = v; }
noninherited_flags 1087 Source/core/rendering/style/RenderStyle.h     void setUnicodeBidi(EUnicodeBidi b) { noninherited_flags._unicodeBidi = b; }
noninherited_flags 1089 Source/core/rendering/style/RenderStyle.h     void setClear(EClear v) { noninherited_flags._clear = v; }
noninherited_flags 1090 Source/core/rendering/style/RenderStyle.h     void setTableLayout(ETableLayout v) { noninherited_flags._table_layout = v; }
noninherited_flags 1210 Source/core/rendering/style/RenderStyle.h     void setIsLink(bool b) { noninherited_flags.setIsLink(b); }
noninherited_flags 1227 Source/core/rendering/style/RenderStyle.h     void setPageBreakInside(EPageBreak b) { ASSERT(b == PBAUTO || b == PBAVOID); noninherited_flags._page_break_inside = b; }
noninherited_flags 1228 Source/core/rendering/style/RenderStyle.h     void setPageBreakBefore(EPageBreak b) { noninherited_flags._page_break_before = b; }
noninherited_flags 1229 Source/core/rendering/style/RenderStyle.h     void setPageBreakAfter(EPageBreak b) { noninherited_flags._page_break_after = b; }
noninherited_flags 1495 Source/core/rendering/style/RenderStyle.h     bool unique() const { return noninherited_flags.unique; }
noninherited_flags 1496 Source/core/rendering/style/RenderStyle.h     void setUnique() { noninherited_flags.unique = true; }
noninherited_flags 1500 Source/core/rendering/style/RenderStyle.h     bool emptyState() const { return noninherited_flags.emptyState; }
noninherited_flags 1501 Source/core/rendering/style/RenderStyle.h     void setEmptyState(bool b) { setUnique(); noninherited_flags.emptyState = b; }
noninherited_flags 1502 Source/core/rendering/style/RenderStyle.h     bool firstChildState() const { return noninherited_flags.firstChildState; }
noninherited_flags 1503 Source/core/rendering/style/RenderStyle.h     void setFirstChildState() { setUnique(); noninherited_flags.firstChildState = true; }
noninherited_flags 1504 Source/core/rendering/style/RenderStyle.h     bool lastChildState() const { return noninherited_flags.lastChildState; }
noninherited_flags 1505 Source/core/rendering/style/RenderStyle.h     void setLastChildState() { setUnique(); noninherited_flags.lastChildState = true; }
noninherited_flags 1510 Source/core/rendering/style/RenderStyle.h     void setHasExplicitlyInheritedProperties() { noninherited_flags.explicitInheritance = true; }
noninherited_flags 1511 Source/core/rendering/style/RenderStyle.h     bool hasExplicitlyInheritedProperties() const { return noninherited_flags.explicitInheritance; }
noninherited_flags 1513 Source/core/rendering/style/RenderStyle.h     void setHasCurrentColor() { noninherited_flags.currentColor = true; }
noninherited_flags 1514 Source/core/rendering/style/RenderStyle.h     bool hasCurrentColor() const { return noninherited_flags.currentColor; }
noninherited_flags 1713 Source/core/rendering/style/RenderStyle.h     void inheritUnicodeBidiFrom(const RenderStyle* parent) { noninherited_flags._unicodeBidi = parent->noninherited_flags._unicodeBidi; }
noninherited_flags 1841 Source/core/rendering/style/RenderStyle.h     return PUBLIC_PSEUDOID_MASK & noninherited_flags._pseudoBits;
noninherited_flags 1848 Source/core/rendering/style/RenderStyle.h     return (1 << (pseudo - 1)) & noninherited_flags._pseudoBits;
noninherited_flags 1855 Source/core/rendering/style/RenderStyle.h     noninherited_flags._pseudoBits |= 1 << (pseudo - 1);
noninherited_flags 1860 Source/core/rendering/style/RenderStyle.h     return noninherited_flags._pseudoBits & PSEUDO_ELEMENT_MASK;