Home
last modified time | relevance | path

Searched refs:showAction (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h141 QAction *showAction; variable
Dwpagui.cpp1394 showAction = new QAction(tr("&Show Window"), this); in createTrayIcon()
1397 connect(showAction, SIGNAL(triggered()), this, SLOT(show())); in createTrayIcon()
1400 tray_menu->addAction(showAction); in createTrayIcon()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java763 showAction(reason, "Removing", oldValueOldPath, null, null, path, path); in remove()
770 …public void showAction(String reason, String action, String oldValueOldPath, String oldValueNewPat… in showAction() method in CLDRModify.CLDRFilter
817showAction(reason, "Adding", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace()
820showAction(reason, "Replacing", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace()
829showAction(reason, "Moving", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullPath); in replace()
831showAction(reason, "Redundant Value", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, new… in replace()
833showAction(reason, "Overriding", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullP… in replace()
848 showAction(reason, "Adding", oldValueOldPath, null, in add()
DGenerateMaximalLocales.java1329 boolean showAction) { in add() argument
1335 if (showAction) { in add()
1344 if (showAction) { in add()