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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 169 && (_white_space == other._white_space)
191 unsigned _white_space : 3; // EWhiteSpace member in struct:WebCore::RenderStyle::InheritedFlags
307 inherited_flags._white_space = initialWhiteSpace();
602 EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); }
    [all...]
RenderStyle.cpp 565 || inherited_flags._white_space != other.inherited_flags._white_space
    [all...]

Completed in 46 milliseconds