Home | History | Annotate | Download | only in common

Lines Matching defs:NEUTRAL

25  *         neutral fence or of a single vertical bar.
880 role: cvox.SemanticAttr.Role.NEUTRAL
1276 NEUTRAL: 'neutral',
1429 * or bottom to top fence and neutral to neutral.
1437 (open == cvox.SemanticAttr.Role.NEUTRAL &&
1438 close == cvox.SemanticAttr.Role.NEUTRAL) ||
1445 * Decide when opening and closing fences match. For neutral fences they have to
1459 * @return {boolean} True if the fence is open or neutral.
1463 fence == cvox.SemanticAttr.Role.NEUTRAL);
1470 * @return {boolean} True if the fence is close or neutral.
1474 fence == cvox.SemanticAttr.Role.NEUTRAL);
1492 * Decide when opening and closing fences match. For neutral fences they have to