Searched refs:findWorkingCopy (Results 1 – 10 of 10) sorted by relevance
147 KitNode *n = findWorkingCopy(k); in indexOf()204 KitNode *node = findWorkingCopy(k); in markForRemoval()264 KitNode *KitModel::findWorkingCopy(Kit *k) const in findWorkingCopy() function in ProjectExplorer::Internal::KitModel
86 KitNode *findWorkingCopy(Kit *k) const;
570 assertTrue("Should find shared working copy", this.cu.findWorkingCopy(owner) == shared); in testShared1()574 assertTrue("Should not find cu with same owner", this.cu.findWorkingCopy(owner) == null); in testShared1()588 assertTrue("Should find shared working copy", this.cu.findWorkingCopy(owner) == shared); in testShared2()593 assertTrue("Should not find cu with same owner", this.cu.findWorkingCopy(owner) == null); in testShared2()
364 ICompilationUnit findWorkingCopy(WorkingCopyOwner owner); in findWorkingCopy() method
524 return findWorkingCopy(BufferFactoryWrapper.create(factory)); in findSharedWorkingCopy()530 public ICompilationUnit findWorkingCopy(WorkingCopyOwner workingCopyOwner) { in findWorkingCopy() method in CompilationUnit
608 return findWorkingCopy(BufferFactoryWrapper.create(factory)); in findSharedWorkingCopy()615 public ICompilationUnit findWorkingCopy(WorkingCopyOwner workingCopyOwner) { in findWorkingCopy() method
673 ICompilationUnit copy= unit.findWorkingCopy(fOwner); in getSharedWorkingCopy()
1452 unit= unit.findWorkingCopy(fOwner); in createWorkingCopyLayer()1889 unit= unit.findWorkingCopy(fOwner); in resetEnvironment()
444 unit= unit.findWorkingCopy(fOwner); in checkFinalConditions()
792 ICompilationUnit workingCopy = cu.findWorkingCopy(workingCopyOwner);