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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 221 return PUBLIC_PSEUDOID_MASK & noninherited_flags._pseudoBits;
228 return pseudoBit(pseudo) & noninherited_flags._pseudoBits;
235 noninherited_flags._pseudoBits |= pseudoBit(pseudo);
    [all...]
RenderStyle.h 215 && _pseudoBits == other._pseudoBits
244 unsigned _pseudoBits : 8;
305 noninherited_flags._pseudoBits = 0;
    [all...]

Completed in 26 milliseconds