Home
last modified time | relevance | path

Searched refs:oldContent (Results 1 – 2 of 2) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
DRSSFeedWatcherTask.java156 String oldContent = oldFeedWatcher.getFoundNode().getTextContent(); in checkFeed() local
160 …(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP + oldContent); //$NON-NLS-1$ in checkFeed() local
169 " -oldvalue \"" + oldContent + "\"" + //$NON-NLS-1$ //$NON-NLS-2$ in checkFeed()
174 …t().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:oldContent); in checkFeed()
177 !oldContent.equals(newContent) // node has changed in checkFeed()
180 …if (!isNullString(oldContent)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,o… in checkFeed()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js1638 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument
1643 if (newContent === oldContent) {
1891 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument
1894 …ion.prototype.editingSelectorCommitted.call(this, element, newContent, oldContent, context, moveDi… argument