/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
D | RSSFeedWatcherTask.java | 157 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/ |
D | braille_display_manager.js | 214 newContent, newExpansionType) { argument 216 this.content_ = newContent; 224 newContent.text, 227 this.content_ = newContent;
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | StartupConfig.cpp | 93 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/ |
D | Workspace.js | 86 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 });
|
D | ScriptSnippetModel.js | 199 _setScriptSnippetContent: function(name, newContent) argument 202 snippet.content = newContent; 644 setFileContent: function(path, newContent, callback) argument 646 this._model._setScriptSnippetContent(path, newContent);
|
D | FileSystemWorkspaceBinding.js | 272 setFileContent: function(path, newContent, callback) argument 275 this._fileSystem.setFileContent(filePath, newContent, callback.bind(this, ""));
|
D | ContentProviderBasedProjectDelegate.js | 108 setFileContent: function(path, newContent, callback) argument
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | StartupConfig.h | 73 bool append (const UINT8* newContent, UINT8 newContentLen);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | RevisionHistoryView.js | 236 function step2(baseContent, newContent) argument 239 var newLines = difflib.stringAsLines(newContent);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
D | StylesSidebarPane.js | 1638 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/ |
D | ScriptDebugServer.h | 81 …bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error…
|
D | ScriptDebugServer.cpp | 240 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/ |
D | math_semantic_tree.js | 1084 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/ |
D | InspectorDebuggerAgent.h | 116 …ebugger::SetScriptSourceError>&, const String& scriptId, const String& newContent, const bool* pre…
|
D | InspectorDebuggerAgent.cpp | 601 …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()
|