Searched refs:validatedContained (Results 1 – 1 of 1) sorted by relevance
172 if (validatedContained(entry.mParent, absLocation)) { in findAbsoluteLocationFrom()179 private static boolean validatedContained(ScopeEntry parent, Location absLocation) { in validatedContained() method in Scope185 return validatedContained(parent.mParent, absLocation); in validatedContained()