Home
last modified time | relevance | path

Searched defs:openFile (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
Dmainwindow.cpp198 void MainWindow::openFile() in openFile() function in MainWindow
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp85 PlatformFileHandle openFile(const String& path, FileOpenMode mode) in openFile() function
/external/webkit/Source/WebKit/chromium/public/
DWebFileUtilities.h63 virtual FileHandle openFile(const WebString& path, int mode) { return FileHandle(); } in openFile() function
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp132 PlatformFileHandle openFile(const String& path, FileOpenMode mode) in openFile() function
/external/chromium/webkit/glue/
Dwebfileutilities_impl.cc104 base::PlatformFile WebFileUtilitiesImpl::openFile(const WebString& path, in openFile() function in webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp72 PlatformFileHandle openFile(const String& path, FileOpenMode mode) in openFile() function
/external/webkit/Tools/MiniBrowser/qt/
DBrowserWindow.cpp214 void BrowserWindow::openFile() in openFile() function in BrowserWindow
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp237 PlatformFileHandle openFile(const String& path, FileOpenMode mode) in openFile() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp242 PlatformFileHandle openFile(const String& path, FileOpenMode mode) in openFile() function
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp241 PlatformFileHandle openFile(const String& path, FileOpenMode mode) in openFile() function
/external/sonivox/jet_tools/JetCreator/
DJetCreator.py1415 openFile = "" variable
1426 openFile = dlg.fileName variable
/external/clang/lib/Basic/
DFileManager.cpp330 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, in getFile()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSFTPv3Client.java1211 …public SFTPv3FileHandle openFile(String fileName, int flags, SFTPv3FileAttributes attr) throws IOE… in openFile() method in SFTPv3Client
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp398 PlatformFileHandle PlatformBridge::openFile(const String& path, FileOpenMode mode) in openFile() function in WebCore::PlatformBridge