Home
last modified time | relevance | path

Searched refs:selectedFile (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKitTools/QtLauncher/
Dmainwindow.cpp154 QString selectedFile = fileDialog.selectedFiles()[0]; in openFile() local
155 if (!selectedFile.isEmpty()) in openFile()
156 load(QUrl::fromLocalFile(selectedFile)); in openFile()
/external/webkit/WebKit/qt/QGVLauncher/
Dmain.cpp364 QString selectedFile = fileDialog.selectedFiles()[0]; in openFile() local
365 if (!selectedFile.isEmpty()) in openFile()
366 loadURL(QUrl::fromLocalFile(selectedFile)); in openFile()
/external/proguard/src/proguard/gui/
DProGuardGUI.java1603 File selectedFile = fileChooser.getSelectedFile(); in actionPerformed() local
1604 String fileName = selectedFile.getPath(); in actionPerformed()