HomeSort by relevance Sort by last modified time
    Searched refs:possiblyHasMarkers (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 41 inline bool DocumentMarkerController::possiblyHasMarkers(DocumentMarker::MarkerTypes types)
74 if (!possiblyHasMarkers(markerTypes))
160 if (!possiblyHasMarkers(DocumentMarker::AllMarkers()))
206 if (!possiblyHasMarkers(markerTypes))
278 if (!possiblyHasMarkers(markerType))
322 if (!possiblyHasMarkers(markerType))
353 if (!possiblyHasMarkers(markerType))
387 if (!possiblyHasMarkers(markerTypes))
398 if (!possiblyHasMarkers(markerTypes))
464 if (!possiblyHasMarkers(markerTypes)
    [all...]
DocumentMarkerController.h 82 bool possiblyHasMarkers(DocumentMarker::MarkerTypes);

Completed in 27 milliseconds