Home
last modified time | relevance | path

Searched defs:newContent (Results 1 – 9 of 9) 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.java157 String newContent = newFeedWatcher.getFoundNode().getTextContent(); in checkFeed() local
161 …(Messages.getString("RSSFeedWatcherTask.GotNewNodeContents") + CL + SP + newContent); //$NON-NLS-1$ in checkFeed() local
/external/webkit/Source/WebCore/wml/
DWMLTableElement.cpp165 String newContent = " "; in tryMergeAdjacentTextCells() local
/external/webkit/Source/WebCore/inspector/front-end/
DResource.js713 setContent: function(newContent, majorChange, callback) argument
724 addRevision: function(newContent) argument
DStylesSidebarPane.js909 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument
1085 editingSelectorCommitted: function(element, newContent, oldContent, context) argument
DSourceFrame.js936 editContent: function(newContent, callback) argument
DResourcesPanel.js416 _applyDiffMarkup: function(view, baseContent, newContent) { argument
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.cpp104 LayerContent* newContent = getFirstLayer()->content(); in tryUpdateSurface() local
/external/webkit/Source/WebCore/bindings/v8/
DScriptDebugServer.cpp214 bool ScriptDebugServer::editScriptSource(const String& sourceID, const String& newContent, String* … in editScriptSource()
/external/webkit/Source/WebCore/inspector/
DInspectorDebuggerAgent.cpp280 …t::editScriptSource(ErrorString* error, const String& sourceID, const String& newContent, RefPtr<I… in editScriptSource()