Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.cpp387 for (unsigned markerIndex = 0; markerIndex < markerCount; ++markerIndex) { in markerContainingPoint() local
388 RenderedDocumentMarker& marker = list->at(markerIndex); in markerContainingPoint()
481 for (unsigned markerIndex = 0; markerIndex < list->size(); ++markerIndex) { in renderedRectsForMarkers() local
482 const RenderedDocumentMarker& marker = list->at(markerIndex); in renderedRectsForMarkers()
604 for (size_t markerIndex = 0; list.get() && markerIndex < list->size(); ++markerIndex) in invalidateRenderedRectsForMarkersInRect() local
605 list->at(markerIndex).invalidate(r); in invalidateRenderedRectsForMarkersInRect()
725 … for (unsigned markerIndex = 0; list.get() && markerIndex < list->size(); ++markerIndex) { in showMarkers() local
726 const DocumentMarker& marker = list->at(markerIndex); in showMarkers()