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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.h 59 enum ShouldMatchBidiLevel { MatchBidiLevel, IgnoreBidiLevel };
60 bool atLeftBoundaryOfBidiRun() const { return atLeftBoundaryOfBidiRun(IgnoreBidiLevel, 0); }
61 bool atRightBoundaryOfBidiRun() const { return atRightBoundaryOfBidiRun(IgnoreBidiLevel, 0); }
RenderedPosition.cpp 172 if (shouldMatchBidiLevel == IgnoreBidiLevel)
178 if (shouldMatchBidiLevel == IgnoreBidiLevel)
192 if (shouldMatchBidiLevel == IgnoreBidiLevel)
198 if (shouldMatchBidiLevel == IgnoreBidiLevel)

Completed in 34 milliseconds