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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 61 enum ShouldMatchBidiLevel { MatchBidiLevel, IgnoreBidiLevel };
83 bool atLeftBoundaryOfBidiRun(ShouldMatchBidiLevel, unsigned char bidiLevelOfRun) const;
84 bool atRightBoundaryOfBidiRun(ShouldMatchBidiLevel, unsigned char bidiLevelOfRun) const;
RenderedPosition.cpp 167 bool RenderedPosition::atLeftBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const
173 if (shouldMatchBidiLevel == IgnoreBidiLevel)
179 if (shouldMatchBidiLevel == IgnoreBidiLevel)
187 bool RenderedPosition::atRightBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const
193 if (shouldMatchBidiLevel == IgnoreBidiLevel)
199 if (shouldMatchBidiLevel == IgnoreBidiLevel)

Completed in 50 milliseconds