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 61 enum ShouldMatchBidiLevel { MatchBidiLevel, IgnoreBidiLevel };
62 bool atLeftBoundaryOfBidiRun() const { return atLeftBoundaryOfBidiRun(IgnoreBidiLevel, 0); }
63 bool atRightBoundaryOfBidiRun() const { return atRightBoundaryOfBidiRun(IgnoreBidiLevel, 0); }
RenderedPosition.cpp 173 if (shouldMatchBidiLevel == IgnoreBidiLevel)
179 if (shouldMatchBidiLevel == IgnoreBidiLevel)
193 if (shouldMatchBidiLevel == IgnoreBidiLevel)
199 if (shouldMatchBidiLevel == IgnoreBidiLevel)

Completed in 172 milliseconds