HomeSort by relevance Sort by last modified time
    Searched refs:newSource (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
Script.js 54 editSource: function(newSource, callback)
59 this._source = newSource;
62 DebuggerAgent.editScriptSource(this.sourceID, newSource, didEditScriptSource.bind(this));
DebuggerModel.js 148 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)
DebuggerPresentationModel.js 144 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/
caniter.h 112 * @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/
DebuggerScript.js 165 DebuggerScript.editScriptSource = function(scriptId, newSource)
179 Debug.LiveEdit.SetScriptSource(scriptToEdit, newSource, false, changeLog);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
AddonSitesDialog.java 392 SdkSource newSource;
396 newSource = new SdkSysImgSource(url, null/*uiName*/);
398 newSource = new SdkAddonSource(url, null/*uiName*/);
400 mSources.add(SdkSourceCategory.USER_ADDONS, newSource);
406 IStructuredSelection newSel = new StructuredSelection(newSource);
  /external/icu4c/common/
caniter.cpp 165 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) {
172 nfd.normalize(newSource, source, status);
181 if (newSource.length() == 0) {
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 492 * @param newSource {@code non-null;} the new source being used
495 RegisterSpec oldSource, RegisterSpec newSource) {
503 int reg = newSource.getReg();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 492 * @param newSource {@code non-null;} the new source being used
495 RegisterSpec oldSource, RegisterSpec newSource) {
503 int reg = newSource.getReg();
  /external/mdnsresponder/mDNSShared/
dnsextd.c 240 EventSource * newSource;
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 );
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 668 milliseconds