Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp1094 …size_t endGridAreaIndex = std::upper_bound(coordinates.begin() + startGridAreaIndex, coordinates.e… in dirtiedGridAreas() local
1095 return GridSpan(startGridAreaIndex, endGridAreaIndex); in dirtiedGridAreas()