Searched refs:isBestMatchFor (Results 1 – 2 of 2) sorted by relevance
375 if (mAlternateInput != null && chooser.isBestMatchFor(mAlternateInput, config)) { in updateForkStatus()382 if (!chooser.isBestMatchFor(editedFile, config)) { in updateForkStatus()
2087 public boolean isBestMatchFor(IFile file, FolderConfiguration config) { in isBestMatchFor() method in ConfigurationChooser