OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldContent
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java
156
String
oldContent
= oldFeedWatcher.getFoundNode().getTextContent();
160
System.out.println(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP +
oldContent
); //$NON-NLS-1$
169
" -oldvalue \"" +
oldContent
+ "\"" + //$NON-NLS-1$ //$NON-NLS-2$
174
this.getProject().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:
oldContent
);
177
!
oldContent
.equals(newContent) // node has changed
180
if (!isNullString(
oldContent
)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,
oldContent
); }
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp
105
LayerContent*
oldContent
= oldSurface->getFirstLayer()->content();
106
fullInval = newContent->width() !=
oldContent
->width()
107
|| newContent->height() !=
oldContent
->height();
Completed in 68 milliseconds