Searched refs:shouldMatchBidiLevel (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.cpp167 bool RenderedPosition::atLeftBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const argument
173 if (shouldMatchBidiLevel == IgnoreBidiLevel)
179 if (shouldMatchBidiLevel == IgnoreBidiLevel)
187 bool RenderedPosition::atRightBoundaryOfBidiRun(ShouldMatchBidiLevel shouldMatchBidiLevel, unsigned char bidiLevelOfRun) const argument
193 if (shouldMatchBidiLevel == IgnoreBidiLevel)
199 if (shouldMatchBidiLevel == IgnoreBidiLevel)

Completed in 194 milliseconds