Home
last modified time | relevance | path

Searched refs:SourceFile (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DSourceFile.js31 WebInspector.SourceFile = function(id, script, contentChangedDelegate) class in WebInspector
49 WebInspector.SourceFile.prototype = {
239 WebInspector.SourceFile.call(this, sourceFileId, script, contentChangedDelegate);
258 … WebInspector.SourceFile.prototype._didRequestContent.call(this, mimeType, formattedText);
264 WebInspector.FormattedSourceFile.prototype.__proto__ = WebInspector.SourceFile.prototype;
DDebuggerPresentationModel.js111 … sourceFile = new WebInspector.SourceFile(sourceFileId, script, contentChanged.bind(this));
/external/clang/lib/Basic/
DSourceManager.cpp571 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() argument
574 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile); in overrideFileContents()
580 void SourceManager::overrideFileContents(const FileEntry *SourceFile, in overrideFileContents() argument
582 assert(SourceFile->getSize() == NewFile->getSize() && in overrideFileContents()
585 assert(FileInfos.count(SourceFile) == 0 && in overrideFileContents()
588 OverriddenFiles[SourceFile] = NewFile; in overrideFileContents()
1308 SourceLocation SourceManager::getLocation(const FileEntry *SourceFile, in getLocation() argument
1310 assert(SourceFile && "Null source file!"); in getLocation()
1331 } else if (MainContentCache->OrigEntry == SourceFile) { in getLocation()
1337 SourceFileName = llvm::sys::path::filename(SourceFile->getName()); in getLocation()
[all …]
/external/clang/include/clang/Basic/
DSourceManager.h552 FileID createMainFileID(const FileEntry *SourceFile) { in createMainFileID() argument
554 MainFileID = createFileID(SourceFile, SourceLocation(), SrcMgr::C_User); in createMainFileID()
572 FileID createFileID(const FileEntry *SourceFile, SourceLocation IncludePos,
575 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
624 void overrideFileContents(const FileEntry *SourceFile,
634 void overrideFileContents(const FileEntry *SourceFile,
988 SourceLocation getLocation(const FileEntry *SourceFile,
1125 getOrCreateContentCache(const FileEntry *SourceFile);
/external/proguard/examples/
Dlibrary.pro22 -renamesourcefileattribute SourceFile
24 SourceFile,LineNumberTable,EnclosingMethod
/external/proguard/src/proguard/gui/
DGUIResources.properties108 renameSourceFileAttribute = Rename SourceFile attribute
213 <html>Put the given string in the "SourceFile" attribute of the processed class files.<br>\
216 The replacement "SourceFile" string.
/external/webkit/Source/WebCore/
DChangeLog13600 * inspector/front-end/SourceFile.js:
13665 * inspector/front-end/SourceFile.js:
13666 (WebInspector.SourceFile.prototype._loadResourceContent):
22248 * inspector/front-end/SourceFile.js:
23698 * inspector/front-end/SourceFile.js:
23699 (WebInspector.SourceFile):
26289 * inspector/front-end/SourceFile.js:
26290 (WebInspector.SourceFile.prototype.set content):
26304 * inspector/front-end/SourceFile.js:
26305 (WebInspector.SourceFile.prototype._loadResourceContent):
[all …]
DWebCore.gypi6264 'inspector/front-end/SourceFile.js',