Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp1090 …size_t startGridAreaIndex = std::upper_bound(coordinates.begin(), coordinates.end() - 1, start) - … in dirtiedGridAreas() local
1091 if (startGridAreaIndex > 0) in dirtiedGridAreas()
1092 --startGridAreaIndex; in dirtiedGridAreas()
1094 …size_t endGridAreaIndex = std::upper_bound(coordinates.begin() + startGridAreaIndex, coordinates.e… in dirtiedGridAreas()
1095 return GridSpan(startGridAreaIndex, endGridAreaIndex); in dirtiedGridAreas()