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

/external/webkit/WebKitTools/QtLauncher/
H A Dmainwindow.h56 void openFile();
H A Dmainwindow.cpp144 void MainWindow::openFile() function in class:MainWindow
H A Dmain.cpp483 fileMenu->addAction(tr("Open File..."), this, SLOT(openFile()), QKeySequence::Open);
/external/webkit/WebKit/mac/Misc/
H A DWebNSImageExtras.m87 [[NSWorkspace sharedWorkspace] openFile:[NSString stringWithUTF8String:path]];
/external/opencore/fileformats/mp4/composer/include/
H A Datomutils.h124 static bool openFile(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, PVA_FF_UNICODE_STRING_PARAM fileName, int32 mode, uint32 aCacheSize = 0);
/external/opencore/fileformats/mp4/composer/src/
H A Dmediadataatom.cpp122 int retVal = PVA_FF_AtomUtils::openFile(&_pofstream, targetFileName, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, aCacheSize);
242 PVA_FF_AtomUtils::openFile(&_pofstream, _tempFilename, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, aCacheSize);
632 PVA_FF_AtomUtils::openFile(&mdatFilePtr, _tempFilename, Oscl_File::MODE_READ | Oscl_File::MODE_BINARY);
H A Datomutils.cpp295 PVA_FF_AtomUtils::openFile(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, function in class:PVA_FF_AtomUtils
H A Dmpeg4file.cpp1580 PVA_FF_AtomUtils::openFile(&fp, filename, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY);
1866 PVA_FF_AtomUtils::openFile(&fp, filename, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY);
/external/webkit/WebKit/qt/QGVLauncher/
H A Dmain.cpp354 void openFile() function in class:MainWindow
458 fileMenu->addAction("Open File...", this, SLOT(openFile()), QKeySequence::Open);
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/
H A DSDLMain.m253 - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py1415 openFile = "" variable
1426 openFile = dlg.fileName
1429 au = JetCreator(None, -1, openFile)
/external/webkit/WebKit/mac/WebView/
H A DWebPDFView.mm1235 if (![[NSWorkspace sharedWorkspace] openFile:opath]) {

Completed in 212 milliseconds