Home
last modified time | relevance | path

Searched refs:newContent (Results 1 – 15 of 15) 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
170 " -newvalue \"" + newContent + "\""; //$NON-NLS-1$ //$NON-NLS-2$ in checkFeed()
174 …ct().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:oldContent… in checkFeed()
177 !oldContent.equals(newContent) // node has changed in checkFeed()
181 …if (!isNullString(newContent)) { this.getProject().setProperty(feedWatchActionNewValue + DOT + j,n… in checkFeed()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_display_manager.js214 newContent, newExpansionType) { argument
216 this.content_ = newContent;
224 newContent.text,
227 this.content_ = newContent;
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DStartupConfig.cpp93 bool StartupConfig::append (const UINT8* newContent, UINT8 newContentLen) in append() argument
104 mBuffer.append (newContent+1, (uint8_string::size_type) (newContentLen-1)); in append()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DWorkspace.js86 setFileContent: function(path, newContent, callback) { }, argument
380 setFileContent: function(uiSourceCode, newContent, callback) argument
382 … this._projectDelegate.setFileContent(uiSourceCode.path(), newContent, onSetContent.bind(this));
390 …orkspace.Events.UISourceCodeContentCommitted, { uiSourceCode: uiSourceCode, content: newContent });
DScriptSnippetModel.js199 _setScriptSnippetContent: function(name, newContent) argument
202 snippet.content = newContent;
644 setFileContent: function(path, newContent, callback) argument
646 this._model._setScriptSnippetContent(path, newContent);
DFileSystemWorkspaceBinding.js272 setFileContent: function(path, newContent, callback) argument
275 this._fileSystem.setFileContent(filePath, newContent, callback.bind(this, ""));
DContentProviderBasedProjectDelegate.js108 setFileContent: function(path, newContent, callback) argument
/external/libnfc-nci/halimpl/bcm2079x/include/
DStartupConfig.h73 bool append (const UINT8* newContent, UINT8 newContentLen);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DRevisionHistoryView.js236 function step2(baseContent, newContent) argument
239 var newLines = difflib.stringAsLines(newContent);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js1638 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument
1641 if (newContent)
1642 newContent = newContent.trim();
1643 if (newContent === oldContent) {
1645 this._selectorElement.textContent = newContent;
1688 …ssModel.setRuleSelector(this.rule, selectedNode ? selectedNode.id : 0, newContent, successCallback…
1891 editingSelectorCommitted: function(element, newContent, oldContent, context, moveDirection) argument
1894 …opertiesSection.prototype.editingSelectorCommitted.call(this, element, newContent, oldContent, con… argument
1923 if (newContent)
1924 newContent = newContent.trim();
[all …]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptDebugServer.h81 …bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error…
DScriptDebugServer.cpp240 bool ScriptDebugServer::setScriptSource(const String& sourceID, const String& newContent, bool prev… in setScriptSource() argument
258 …v8::Handle<v8::Value> argv[] = { v8String(m_isolate, sourceID), v8String(m_isolate, newContent), v… in setScriptSource()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dmath_semantic_tree.js1084 var newContent = this.combineFencedContent_(
1087 var leftContent = newContent.shift();
1088 var result = this.processNeutralFences_(split.tail, newContent);
1091 return newContent[0];
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.h116 …ebugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* pre…
DInspectorDebuggerAgent.cpp601 …etScriptSourceError>& errorData, const String& scriptId, const String& newContent, const bool* con… in setScriptSource() argument
604 …if (!scriptDebugServer().setScriptSource(scriptId, newContent, previewOnly, error, errorData, &m_c… in setScriptSource()