Searched refs:newContents (Results 1 – 3 of 3) sorted by relevance
128 protected M resetContainer(M newContents) { in resetContainer() argument129 multimap = super.resetContainer(newContents); in resetContainer()133 protected Multimap<K, V> resetContainer(Entry<K, V>... newContents) { in resetContainer() argument134 multimap = super.resetContainer(getSubjectGenerator().create(newContents)); in resetContainer()
18 set newContents to do shell script "/path/to/clang-format -offset=" & selectionOffset & " -length="…21 -- "set contents of text document 1 to newContents" scrolls to the bottom while25 set text of selection to newContents
42 @Override protected Collection<E> resetContainer(Collection<E> newContents) { in resetContainer() argument43 collection = super.resetContainer(newContents); in resetContainer()