HomeSort by relevance Sort by last modified time
    Searched defs:hasMarkers (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 616 bool DocumentMarkerController::hasMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEclipseContext.java 341 public static boolean hasMarkers(IResource resource) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 474 updateErrorIndicator(LintEclipseContext.hasMarkers(mEditor.getEditedFile()));
GraphicalEditorPart.java 345 mActionBar.updateErrorIndicator(LintEclipseContext.hasMarkers(file));
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 322 bool hasMarkers() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty() || !markerEndResource().isEmpty(); }

Completed in 356 milliseconds