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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 594 private void updateErrorIndicator(final int markerCount) {
601 updateErrorIndicator(markerCount);
610 Integer current = Integer.valueOf(markerCount);
614 boolean hasLintWarnings = markerCount > 0 && AdtPrefs.getPrefs().isLintOnSave();
620 if (markerCount > 0) {
622 switch (markerCount) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 373 unsigned markerCount = list.get() ? list->size() : 0;
374 for (unsigned markerIndex = 0; markerIndex < markerCount; ++markerIndex) {

Completed in 59 milliseconds