Searched refs:getOrCreateFile (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/resources/file_manager/js/
H A Dharness.js131 self.getOrCreateFile(destPath, onFileFound,
143 getOrCreateFile: function(path, successCallback, errorCallback) {
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp124 getOrCreateFile(CurLoc));
130 = DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc));
269 /// getOrCreateFile - Get the file debug info descriptor for the input location.
270 llvm::DIFile CGDebugInfo::getOrCreateFile(SourceLocation Loc) { function in class:CGDebugInfo
607 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation());
808 llvm::DIFile file = getOrCreateFile(loc);
846 llvm::DIFile VUnit = getOrCreateFile(C.getLocation());
865 llvm::DIFile VUnit = getOrCreateFile(f->getLocation());
883 llvm::DIFile VUnit = getOrCreateFile(Var->getLocation());
1063 llvm::DIFile MethodDefUnit = getOrCreateFile(Metho
[all...]
H A DCGDebugInfo.h321 /// getOrCreateFile - Get the file debug info descriptor for the input
323 llvm::DIFile getOrCreateFile(SourceLocation Loc);
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
H A Dutil.js316 util.getOrCreateFile = function(root, path, successCallback, errorCallback) {

Completed in 142 milliseconds