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

12

/external/webkit/Tools/QtTestBrowser/
H A Dmainwindow.h58 void openFile();
H A Dmainwindow.cpp198 void MainWindow::openFile() function in class:MainWindow
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.h61 void openFile();
H A DBrowserWindow.cpp74 fileMenu->addAction("Open File", this, SLOT(openFile()), QKeySequence::Open);
214 void BrowserWindow::openFile() function in class:BrowserWindow
/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/Source/WebCore/platform/
H A DFileStream.cpp88 m_handle = openFile(path, OpenForRead);
H A DFileSystem.h184 PlatformFileHandle openFile(const String& path, FileOpenMode);
/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/webkit/Source/WebKit/mac/Misc/
H A DWebNSImageExtras.m87 [[NSWorkspace sharedWorkspace] openFile:[NSString stringWithUTF8String:path]];
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h34 virtual base::PlatformFile openFile(const WebKit::WebString& path, int mode);
H A Dwebfileutilities_impl.cc104 base::PlatformFile WebFileUtilitiesImpl::openFile(const WebString& path, function in class:webkit_glue::WebFileUtilitiesImpl
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3Client.java1034 return openFile(fileName, SSH_FXF_READ, null);
1046 return openFile(fileName, SSH_FXF_READ | SSH_FXF_WRITE, null);
1065 return openFile(fileName, SSH_FXF_READ | SSH_FXF_WRITE | SSH_FXF_APPEND, null);
1084 return openFile(fileName, SSH_FXF_WRITE | SSH_FXF_APPEND, null);
1116 return openFile(fileName, SSH_FXF_CREAT | SSH_FXF_READ | SSH_FXF_WRITE, attr);
1148 return openFile(fileName, SSH_FXF_CREAT | SSH_FXF_TRUNC | SSH_FXF_WRITE, attr);
1211 public SFTPv3FileHandle openFile(String fileName, int flags, SFTPv3FileAttributes attr) throws IOException method in class:SFTPv3Client
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp132 PlatformFileHandle openFile(const String& path, FileOpenMode mode) function in namespace:WebCore
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DCacheResult.cpp191 file = openFile(m_filePath, OpenForWrite);
/external/webkit/Source/WebKit2/Shared/
H A DWebMemorySampler.cpp130 m_sampleLogFile = openFile(m_sampleLogFilePath, OpenForWrite);
/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/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/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
H A DSDLMain.m252 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename

Completed in 980 milliseconds

12