Searched refs:move (Results 1 – 3 of 3) sorted by relevance
128 public void move(IFileStore destination, int options, IProgressMonitor monitor) in move() method in FileStoreAdapter130 mStore.move(destination, options, monitor); in move()
1664 List<Attr> move = new ArrayList<Attr>(); in commitDirtyAttributesToXml() local1670 move.add(attribute); in commitDirtyAttributesToXml()1674 for (Attr attribute : move) { in commitDirtyAttributesToXml()1687 int domAttributeIndexMax = move.size(); in commitDirtyAttributesToXml()1698 domAttribute = move.get(domAttributeIndex); in commitDirtyAttributesToXml()1712 domAttribute = move.get(domAttributeIndex); in commitDirtyAttributesToXml()
204 move(false);224 move(true);1133 private void move(boolean forward) { in move() method in OutlinePage