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 59 enum ShouldMatchBidiLevel { MatchBidiLevel, IgnoreBidiLevel };
80 bool atLeftBoundaryOfBidiRun(ShouldMatchBidiLevel, unsigned char bidiLevelOfRun) const;
81 bool atRightBoundaryOfBidiRun(ShouldMatchBidiLevel, unsigned char bidiLevelOfRun) const;
RenderedPosition.cpp 166 bool RenderedPosition::atLeftBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const
172 if (shouldMatchBidiLevel == IgnoreBidiLevel)
178 if (shouldMatchBidiLevel == IgnoreBidiLevel)
186 bool RenderedPosition::atRightBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const
192 if (shouldMatchBidiLevel == IgnoreBidiLevel)
198 if (shouldMatchBidiLevel == IgnoreBidiLevel)

Completed in 45 milliseconds