Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintList.java544 IMarker[] topMarkers = mContentProvider.getTopMarkers(); in runInUIThread() local
545 if (topMarkers != null) { in runInUIThread()
546 for (IMarker marker : topMarkers) { in runInUIThread()
559 IMarker[] topMarkers = mContentProvider.getTopMarkers(); in runInUIThread() local
560 for (IMarker marker : topMarkers) { in runInUIThread()
599 IMarker[] topMarkers = mContentProvider.getTopMarkers(); in expandAll() local
600 if (topMarkers != null) { in expandAll()
601 for (IMarker marker : topMarkers) { in expandAll()