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 156 && (_white_space == other._white_space)
178 unsigned _white_space : 3; // EWhiteSpace member in struct:WebCore::RenderStyle::InheritedFlags
283 inherited_flags._white_space = initialWhiteSpace();
559 EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); }
    [all...]
RenderStyle.cpp 513 || inherited_flags._white_space != other->inherited_flags._white_space
    [all...]

Completed in 167 milliseconds