Home
last modified time | relevance | path

Searched defs:oldSource (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Basic/
DConvertUTF.c175 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32() local
232 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF8() local
/external/webkit/Source/WebCore/inspector/front-end/
DDebuggerPresentationModel.js149 function didEditScriptSource(oldSource, error) argument
166 function didReceiveSource(oldSource) argument
172 _updateBreakpointsAfterLiveEdit: function(sourceFileId, oldSource, newSource) argument
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DUTF8.cpp140 const UChar* oldSource = source; // In case we have to back up because of target overflow. in convertUTF16ToUTF8() local
/external/webkit/Source/WebCore/platform/win/
DPasteboardWin.cpp230 HGDIOBJ oldSource = SelectObject(sourceDC, coreBitmap); in writeImage() local