Searched refs:HAS_ANCESTOR (Results 1 – 3 of 3) sorted by relevance
92 case JsonConfigConstants.HAS_ANCESTOR: in UiElement()139 case JsonConfigConstants.HAS_ANCESTOR: in getBySelectorForUiElement()187 case JsonConfigConstants.HAS_ANCESTOR: in extendBySelectorForUiElement()
51 JsonConfigConstants.HAS_ANCESTOR,100 if (JsonConfigConstants.HAS_ANCESTOR.equals(specifier.getType())) { in deserialize()112 if (JsonConfigConstants.HAS_ANCESTOR.equals(type)) { in deserialize()116 JsonConfigConstants.HAS_ANCESTOR, in deserialize()
44 public static final String HAS_ANCESTOR = "HAS_ANCESTOR"; field in JsonConfigConstants