Searched refs:showAction (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.h | 141 QAction *showAction; variable
|
D | wpagui.cpp | 1409 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/ |
D | CLDRModify.java | 769 showAction(reason, "Removing", oldValueOldPath, null, null, path, path); in remove() 776 …public void showAction(String reason, String action, String oldValueOldPath, String oldValueNewPat… in showAction() method in CLDRModify.CLDRFilter 827 … showAction(reason, "Adding", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace() 830 … showAction(reason, "Replacing", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace() 839 …showAction(reason, "Moving", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullPath); in replace() 841 …showAction(reason, "Redundant Value", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, new… in replace() 843 …showAction(reason, "Overriding", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullP… in replace() 858 showAction(reason, "Adding", oldValueOldPath, null, in add()
|
D | GenerateMaximalLocales.java | 1352 boolean showAction) { in add() argument 1358 if (showAction) { in add() 1367 if (showAction) { in add()
|