Searched refs:newContents (Results 1 – 7 of 7) sorted by relevance
228 my $newContents = $contents;233 $newContents =~ s/\b(JS|V8|to|)$from/$1$renames{$from}/g;237 …$newContents =~ s/\b$from(?!["\w])/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting241 if ($newContents ne $contents) {243 print FILE $newContents;
106 my $newContents = $contents;109 …$newContents =~ s/\b\Q$from\E(?!\w)/$renames{$from}/g; # this " unconfuses Xcode syntax highlighti…112 if ($newContents ne $contents) {114 print FILE $newContents;
41 @Override protected Collection<E> resetContainer(Collection<E> newContents) { in resetContainer() argument42 collection = super.resetContainer(newContents); in resetContainer()
67 - (void)selectTabWithContents:(TabContentsWrapper*)newContents77 - (void)tabReplacedWithContents:(TabContentsWrapper*)newContents
1157 // tab. Swaps in the toolbar and content area associated with |newContents|.1158 - (void)selectTabWithContents:(TabContentsWrapper*)newContents1165 if (oldContents && oldContents != newContents) {1199 if (newContents) {1200 newContents->tab_contents()->DidBecomeSelected();1201 newContents->view()->RestoreFocus();1203 if (newContents->find_tab_helper()->find_ui_active())1208 - (void)tabReplacedWithContents:(TabContentsWrapper*)newContents1216 // Simply create a new TabContentsController for |newContents| and place it1221 initWithContents:newContents->tab_contents()[all …]
57 - (void)changeTabContents:(TabContents*)newContents;
164 - (void)changeTabContents:(TabContents*)newContents {165 contents_ = newContents;