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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
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/Source/modules/filesystem/
H A DDOMFileSystem.cpp200 void DOMFileSystem::createFile(const FileEntry* fileEntry, PassOwnPtr<FileCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) function in class:WebCore::DOMFileSystem
H A DDOMFileSystemSync.cpp166 PassRefPtr<File> DOMFileSystemSync::createFile(const FileEntrySync* fileEntry, ExceptionState& exceptionState) function in class:WebCore::DOMFileSystemSync
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/
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 DContentProviderBasedProjectDelegate.js170 createFile: function(path, name, content, callback)
H A DScriptSnippetModel.js675 createFile: function(path, name, content, callback)
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);
/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/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/content/child/fileapi/
H A Dwebfilesystem_impl.cc470 void WebFileSystemImpl::createFile( function in class:content::WebFileSystemImpl
/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
/external/llvm/lib/IR/
H A DDIBuilder.cpp194 /// createFile - Create a file descriptor to hold debugging information
196 DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) { function in class:DIBuilder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c69126 static int createFile(JournalFile *p){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c72578 static int createFile(JournalFile *p){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c72606 static int createFile(JournalFile *p){ function
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6355 milliseconds