Home
last modified time | relevance | path

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

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/
H A DPHPDocumentProvider.java528 TASK_LAYER = computeLayer(
530 INFO_LAYER = computeLayer("net.sourceforge.phpdt.ui.info", lookup); //$NON-NLS-1$
531 WARNING_LAYER = computeLayer(
533 ERROR_LAYER = computeLayer("net.sourceforge.phpdt.ui.error", lookup); //$NON-NLS-1$
536 private static int computeLayer(String annotationType, in computeLayer() method in PHPDocumentProvider.ProblemAnnotation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DCompilationUnitDocumentProvider.java172 TASK_LAYER= computeLayer("org.eclipse.ui.workbench.texteditor.task", lookup); //$NON-NLS-1$
173 INFO_LAYER= computeLayer("org.eclipse.jdt.ui.info", lookup); //$NON-NLS-1$
174 WARNING_LAYER= computeLayer("org.eclipse.jdt.ui.warning", lookup); //$NON-NLS-1$
175 ERROR_LAYER= computeLayer("org.eclipse.jdt.ui.error", lookup); //$NON-NLS-1$
178 private static int computeLayer(String annotationType, AnnotationPreferenceLookup lookup) { in computeLayer() method in CompilationUnitDocumentProvider.ProblemAnnotation
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dlayers.cpp503 static Layer computeLayer(const Toplevel *toplevel) in computeLayer() function
521 const Layer layer = computeLayer(window); in constrainedStackingOrder()