Searched refs:newSource (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DScript.js54 editSource: function(newSource, callback)
59 this._source = newSource;
62 DebuggerAgent.editScriptSource(this.sourceID, newSource, didEditScriptSource.bind(this));
H A DDebuggerModel.js148 editScriptSource: function(sourceID, newSource, callback)
150 this._scripts[sourceID].editSource(newSource, this._didEditScriptSource.bind(this, sourceID, newSource, callback));
153 _didEditScriptSource: function(sourceID, newSource, callback, error, callFrames)
H A DDebuggerPresentationModel.js144 editScriptSource: function(sourceFileId, newSource, callback)
152 sourceFile.content = newSource;
156 resource.addRevision(newSource);
168 WebInspector.debuggerModel.editScriptSource(script.sourceID, newSource, didEditScriptSource.bind(this, oldSource));
172 _updateBreakpointsAfterLiveEdit: function(sourceFileId, oldSource, newSource)
177 var diff = Array.diff(oldSource.split("\n"), newSource.split("\n"));
/external/icu4c/common/unicode/
H A Dcaniter.h112 * @param newSource the source string to iterate against. This allows the same iterator to be used
117 void setSource(const UnicodeString &newSource, UErrorCode &status);
/external/webkit/Source/WebCore/bindings/v8/
H A DDebuggerScript.js165 DebuggerScript.editScriptSource = function(scriptId, newSource)
179 Debug.LiveEdit.SetScriptSource(scriptToEdit, newSource, false, changeLog);
/external/icu4c/common/
H A Dcaniter.cpp165 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) { argument
172 nfd.normalize(newSource, source, status);
181 if (newSource.length() == 0) {
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1504 PosixEventSource *newSource; local
1514 newSource = (PosixEventSource*) malloc(sizeof *newSource);
1515 if (NULL == newSource)
1518 newSource->Callback = callback;
1519 newSource->Context = context;
1520 newSource->fd = fd;
1522 AddToTail(&gEventSources, newSource);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaMethod.java492 * @param newSource {@code non-null;} the new source being used
495 RegisterSpec oldSource, RegisterSpec newSource) {
503 int reg = newSource.getReg();
494 onSourceChanged(SsaInsn insn, RegisterSpec oldSource, RegisterSpec newSource) argument
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c240 EventSource * newSource; local
248 newSource = ( EventSource*) malloc( sizeof *newSource );
249 if ( newSource == NULL )
255 newSource->callback = callback;
256 newSource->context = context;
257 newSource->sock = sock;
258 newSource->fd = mDNSPlatformTCPGetFD( sock );
260 AddToTail( &self->eventSources, newSource );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp4088 String newSource; local
4090 if (!processor->transformToString(this, resultMIMEType, newSource, resultEncoding))
4093 processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, this, frame());
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 350 milliseconds