Searched refs:newContents (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/Scripts/
H A Ddo-file-rename106 my $newContents = $contents;
109 $newContents =~ s/\b\Q$from\E(?!\w)/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
112 if ($newContents ne $contents) {
114 print FILE $newContents;
H A Ddo-webcore-rename228 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 highlighting
241 if ($newContents ne $contents) {
243 print FILE $newContents;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractCollectionTester.java41 @Override protected Collection<E> resetContainer(Collection<E> newContents) { argument
42 collection = super.resetContainer(newContents);
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dtab_contents_controller.h55 // call |-ensureContentsVisible| to display the |newContents|'s render widget
57 - (void)changeTabContents:(TabContents*)newContents;
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_model_observer_bridge.h67 - (void)selectTabWithContents:(TabContentsWrapper*)newContents
77 - (void)tabReplacedWithContents:(TabContentsWrapper*)newContents
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1334 milliseconds