HomeSort by relevance Sort by last modified time
    Searched refs:newContents (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-file-rename 105 my $newContents = $contents;
108 $newContents =~ s/\b\Q$from\E(?!\w)/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
111 if ($newContents ne $contents) {
113 print FILE $newContents;
do-webcore-rename 233 my $newContents = $contents;
238 $newContents =~ s/\b(JS|V8|to|)$from/$1$renames{$from}/g;
242 $newContents =~ s/\b$from(?!["\w])/$renames{$from}/g; # this " unconfuses Xcode syntax highlighting
246 if ($newContents ne $contents) {
248 print FILE $newContents;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTester.java 41 @Override protected Collection<E> resetContainer(Collection<E> newContents) {
42 collection = super.resetContainer(newContents);
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 61 // call |-ensureContentsVisible| to display the |newContents|'s render widget
63 - (void)changeWebContents:(content::WebContents*)newContents;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 78 - (void)activateTabWithContents:(content::WebContents*)newContents
88 - (void)tabReplacedWithContents:(content::WebContents*)newContents
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 1261 milliseconds