Searched refs:includedBy (Results 1 – 3 of 3) sorted by relevance
36 final List<Reference> includedBy = finder.getIncludedBy(file); in addMenuItems() local38 if (includedBy != null && includedBy.size() > 0) { in addMenuItems()39 for (final Reference reference : includedBy) { in addMenuItems()47 if (includedBy == null || includedBy.size() == 0) { in addMenuItems()
1048 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile()); in addIncludedInPreviews() local1050 if (includedBy == null || includedBy.isEmpty()) { in addIncludedInPreviews()1056 for (final Reference reference : includedBy) { in addIncludedInPreviews()
186 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile()); in show() local187 canPreviewIncluded = includedBy != null && !includedBy.isEmpty(); in show()