Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.cpp386 unsigned markerCount = list.get() ? list->size() : 0; in markerContainingPoint() local
387 for (unsigned markerIndex = 0; markerIndex < markerCount; ++markerIndex) { in markerContainingPoint()