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

12

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileEntrySync.cpp48 return filesystem()->createFile(this, exceptionState);
H A DFileEntry.cpp55 filesystem()->createFile(this, successCallback, errorCallback);
H A DDOMFileSystemSync.h60 PassRefPtr<File> createFile(const FileEntrySync*, ExceptionState&);
H A DDOMFileSystem.cpp200 void DOMFileSystem::createFile(const FileEntry* fileEntry, PassOwnPtr<FileCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) function in class:WebCore::DOMFileSystem
H A DDOMFileSystem.h64 void createFile(const FileEntry*, PassOwnPtr<FileCallback>, PassOwnPtr<ErrorCallback>);
H A DDOMFileSystemSync.cpp166 PassRefPtr<File> DOMFileSystemSync::createFile(const FileEntrySync* fileEntry, ExceptionState& exceptionState) function in class:WebCore::DOMFileSystemSync
H A DDOMFileSystemBase.cpp301 fileSystem()->createFile(createFileSystemURL(absolutePath), flags.exclusive, callbacks.release());
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DBlobBuilder.h52 PassRefPtr<File> createFile(const String& contentType, const String& fileName, double modificationTime);
H A DBlobBuilder.cpp140 PassRefPtr<File> BlobBuilder::createFile(const String& contentType, const String& fileName, double modificationTime) function in class:WebCore::BlobBuilder
/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.h117 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/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.h80 virtual void createFile(
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8FileCustom.cpp92 RefPtr<File> file = blobBuilder.createFile(properties.contentType(), fileName, properties.lastModified());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DWorkspace.js132 createFile: function(path, name, content, callback) { },
417 createFile: function(path, name, content, callback)
419 this._projectDelegate.createFile(path, name, content, innerCallback);
H A DContentProviderBasedProjectDelegate.js170 createFile: function(path, name, content, callback)
H A DFileSystemProjectDelegate.js451 createFile: function(path, name, content, callback)
453 this._fileSystem.createFile(path, name, innerCallback.bind(this));
H A DIsolatedFileSystem.js151 createFile: function(path, name, callback)
H A DSourcesPanel.js1308 createFile.call(this, content || "");
1314 createFile.call(this);
1320 function createFile(content)
1322 project.createFile(path, null, content || "", fileCreated.bind(this));
H A DScriptSnippetModel.js675 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/clang/unittests/Tooling/
H A DRefactoringTest.cpp193 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) { function in class:clang::tooling::FlushRewrittenFilesTest
229 FileID ID = createFile("input.cpp", "line1\nline2\nline3\nline4");
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3Client.java1089 * Same as {@link #createFile(String, SFTPv3FileAttributes) createFile(fileName, null)}.
1095 public SFTPv3FileHandle createFile(String fileName) throws IOException method in class:SFTPv3Client
1097 return createFile(fileName, null);
1114 public SFTPv3FileHandle createFile(String fileName, SFTPv3FileAttributes attr) throws IOException method in class:SFTPv3Client

Completed in 833 milliseconds

12