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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.h 57 - (void)setPlugInPaths:(NSArray *)newPaths;
WebPluginDatabase.mm 221 - (void)setPlugInPaths:(NSArray *)newPaths
223 if (plugInPaths == newPaths)
227 plugInPaths = [newPaths copy];
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java 138 ArrayList<Path> newPaths = new ArrayList<Path>();
143 newPaths.add(p);
146 mAlbums.get(i).setMediaItems(newPaths);
147 if (newPaths.isEmpty()) {
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 402 - (void)_setAdditionalWebPlugInPaths:(NSArray *)newPaths;
WebView.mm     [all...]

Completed in 417 milliseconds