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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 230 noninherited_flags._unicodeBidi = other->noninherited_flags._unicodeBidi;
572 || noninherited_flags._unicodeBidi != other.noninherited_flags._unicodeBidi
    [all...]
RenderStyle.h 229 && _unicodeBidi == other._unicodeBidi
251 unsigned _unicodeBidi : 3; // EUnicodeBidi
324 noninherited_flags._unicodeBidi = initialUnicodeBidi();
561 EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBidi); }
    [all...]

Completed in 349 milliseconds