Home
last modified time | relevance | path

Searched refs:firstLineAfterOppositePosition (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DGridCoordinate.h90 …const size_t* firstLineAfterOppositePosition = std::upper_bound(gridLines.begin(), gridLines.end()… in createWithFinalNamedSpanAgainstOpposite() local
91 if (firstLineAfterOppositePosition != gridLines.end()) in createWithFinalNamedSpanAgainstOpposite()
92 … firstLineAfterOppositePositionIndex = firstLineAfterOppositePosition - gridLines.begin(); in createWithFinalNamedSpanAgainstOpposite()