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

  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 290 unsigned markerCount = markers.size();
291 for (unsigned markerIndex = 0; markerIndex < markerCount; ++markerIndex) {
365 unsigned markerCount = markers.size();
366 for (unsigned markerIndex = 0; markerIndex < markerCount; ++markerIndex) {
506 unsigned markerCount = markers.size();
507 for (unsigned markerIndex = 0; markerIndex < markerCount; ++markerIndex) {
690 unsigned markerCount = markers.size();
691 for (unsigned markerIndex = 0; markerIndex < markerCount; ++markerIndex)
  /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/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 389 size_t markerCount = markers.size();
390 for (size_t i = 0; i < markerCount; ++i) {

Completed in 79 milliseconds