Searched defs:openFile (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp85 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
87 return PlatformBridge::openFile(path, mode);
/external/webkit/Tools/QtTestBrowser/
H A Dmainwindow.cpp198 void MainWindow::openFile() function in class:MainWindow
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.cc104 base::PlatformFile WebFileUtilitiesImpl::openFile(const WebString& path, function in class:webkit_glue::WebFileUtilitiesImpl
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h63 virtual FileHandle openFile(const WebString& path, int mode) { return FileHandle(); } function in class:WebKit::WebFileUtilities
/external/clang/lib/Basic/
H A DFileManager.cpp316 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, argument
366 if (FileDescriptor != -1 && !openFile) {
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp242 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp72 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp132 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp241 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp237 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp74 fileMenu->addAction("Open File", this, SLOT(openFile()), QKeySequence::Open);
214 void BrowserWindow::openFile() function in class:BrowserWindow
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py1415 openFile = "" variable
1426 openFile = dlg.fileName
1429 au = JetCreator(None, -1, openFile)
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp398 PlatformFileHandle PlatformBridge::openFile(const String& path, FileOpenMode mode) function in class:WebCore::PlatformBridge
400 return webKitClient()->fileUtilities()->openFile(path, mode);

Completed in 508 milliseconds