Home
last modified time | relevance | path

Searched defs:newContent (Results 1 – 11 of 11) 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/libnfc-nci/halimpl/bcm2079x/adaptation/
DStartupConfig.cpp93 bool StartupConfig::append (const UINT8* newContent, UINT8 newContentLen) in append()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_display_manager.js214 newContent, newExpansionType) { argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DRevisionHistoryView.js236 function step2(baseContent, newContent) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DScriptSnippetModel.js199 _setScriptSnippetContent: function(name, newContent) argument
644 setFileContent: function(path, newContent, callback) argument
DContentProviderBasedProjectDelegate.js108 setFileContent: function(path, newContent, callback) argument
DWorkspace.js86 setFileContent: function(path, newContent, callback) { }, argument
380 setFileContent: function(uiSourceCode, newContent, callback) argument
DFileSystemWorkspaceBinding.js272 setFileContent: function(path, newContent, callback) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js1638 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument
1891 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument
1894 …opertiesSection.prototype.editingSelectorCommitted.call(this, element, newContent, oldContent, con… argument
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptDebugServer.cpp240 bool ScriptDebugServer::setScriptSource(const String& sourceID, const String& newContent, bool prev… in setScriptSource()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp601 …gger::SetScriptSourceError>& errorData, const String& scriptId, const String& newContent, const bo… in setScriptSource()