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.cpp1409 showAction = new QAction(tr("&Show Window"), this); in createTrayIcon()
1412 connect(showAction, SIGNAL(triggered()), this, SLOT(show())); in createTrayIcon()
1415 tray_menu->addAction(showAction); in createTrayIcon()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java764 showAction(reason, "Removing", oldValueOldPath, null, null, path, path); in remove()
771 …public void showAction(String reason, String action, String oldValueOldPath, String oldValueNewPat… in showAction() method in CLDRModify.CLDRFilter
818showAction(reason, "Adding", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace()
821showAction(reason, "Replacing", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace()
830showAction(reason, "Moving", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullPath); in replace()
832showAction(reason, "Redundant Value", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, new… in replace()
834showAction(reason, "Overriding", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullP… in replace()
849 showAction(reason, "Adding", oldValueOldPath, null, in add()
DGenerateMaximalLocales.java1334 boolean showAction) { in add() argument
1340 if (showAction) { in add()
1349 if (showAction) { in add()