Searched refs:createFile (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileEntry.cpp54 filesystem()->createFile(this, successCallback, errorCallback);
H A DFileEntrySync.cpp47 return filesystem()->createFile(this, exceptionState);
H A DDOMFileSystemBaseTest.cpp36 RefPtrWillBeRawPtr<File> file = DOMFileSystemBase::createFile(m_fileMetadata, rootUrl, FileSystemTypeExternal, "DOMFileSystemBaseTest.cpp");
48 RefPtrWillBeRawPtr<File> file = DOMFileSystemBase::createFile(m_fileMetadata, rootUrl, FileSystemTypeTemporary, "UserVisibleName.txt");
60 RefPtrWillBeRawPtr<File> file = DOMFileSystemBase::createFile(m_fileMetadata, rootUrl, FileSystemTypePersistent, "UserVisibleName.txt");
H A DDOMFileSystemSync.h62 PassRefPtrWillBeRawPtr<File> createFile(const FileEntrySync*, ExceptionState&);
H A DDOMFileSystemSync.cpp127 m_result->m_file = DOMFileSystemBase::createFile(metadata, m_url, m_type, m_name);
152 PassRefPtrWillBeRawPtr<File> DOMFileSystemSync::createFile(const FileEntrySync* fileEntry, ExceptionState& exceptionState) function in class:blink::DOMFileSystemSync
H A DDOMFileSystem.cpp165 void DOMFileSystem::createFile(const FileEntry* fileEntry, FileCallback* successCallback, ErrorCallback* errorCallback) function in class:blink::DOMFileSystem
H A DDOMFileSystemBase.h106 static PassRefPtrWillBeRawPtr<File> createFile(const FileMetadata&, const KURL& fileSystemURL, FileSystemType, const String name);
H A DDOMFileSystemBase.cpp192 PassRefPtrWillBeRawPtr<File> DOMFileSystemBase::createFile(const FileMetadata& metadata, const KURL& fileSystemURL, FileSystemType type, const String name) function in class:blink::DOMFileSystemBase
360 fileSystem()->createFile(createFileSystemURL(absolutePath), flags.exclusive, callbacks.release());
H A DDOMFileSystem.h69 void createFile(const FileEntry*, FileCallback*, ErrorCallback*);
H A DFileSystemCallbacks.cpp315 handleEventOrScheduleCallback(m_successCallback.release(), DOMFileSystemBase::createFile(metadata, m_url, m_fileSystem->type(), m_name));
/external/chromium_org/third_party/sqlite/src/src/
H A Djournal.c51 static int createFile(JournalFile *p){ function
112 rc = createFile(p);
228 return createFile((JournalFile *)p);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystem.h114 virtual void createFile(const WebURL& path, bool exclusive, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebFileSystem
/external/chromium_org/third_party/libxslt/libxslt/
H A Dsecurity.c67 xsltSecurityCheck createFile; member in struct:_xsltSecurityPrefs
137 sec->createFile = func; return(0);
165 return(sec->createFile);
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h84 Scope = DebugBuilder->createFile(getFilename(), ".");
97 DebugBuilder->createFile(CurrentDebugLocation->first, "."));
114 DebugBuilder->createFile(CurrentDebugLocation->first, ".")));
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.h82 virtual void createFile(
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp199 DIFile File = Builder.createFile(Filename, Scope.getDirectory());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
H A DWorkspace.js155 createFile: function(path, name, content, callback) { },
503 createFile: function(path, name, content, callback)
505 this._projectDelegate.createFile(path, name, content, innerCallback);
H A DFileSystemWorkspaceBinding.js517 createFile: function(path, name, content, callback)
519 this._fileSystem.createFile(path, name, innerCallback.bind(this));
H A DIsolatedFileSystem.js162 createFile: function(path, name, callback)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DContentProviderBasedProjectDelegate.js175 createFile: function(path, name, content, callback)
H A DScriptSnippetModel.js685 createFile: function(path, name, content, callback)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DScenarioData.java76 private File createFile(File outputDir, String subdir, String name, String extension) { method in class:ScenarioData
309 File imgFile = createFile(outputDir, "graphs", imgFileName, "gif");
411 File outputFile = createFile(outputDir, "raw", scenarioFileName, "html");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DNavigatorView.js479 createFile.call(this, content || "");
485 createFile.call(this);
491 function createFile(content)
493 project.createFile(path, null, content || "", fileCreated.bind(this));
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp227 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) { function in class:clang::tooling::FlushRewrittenFilesTest
264 FileID ID = createFile("input.cpp", "line1\nline2\nline3\nline4");
/external/llvm/include/llvm/IR/
H A DDIBuilder.h129 /// createFile - Create a file descriptor to hold debugging information
131 DIFile createFile(StringRef Filename, StringRef Directory);

Completed in 473 milliseconds

12