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 | 1394 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/ |
D | CLDRModify.java | 763 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 817 … showAction(reason, "Adding", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace() 820 … showAction(reason, "Replacing", oldValueOldPath, null, newValue, oldFullPath, newFullPath); in replace() 829 …showAction(reason, "Moving", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullPath); in replace() 831 …showAction(reason, "Redundant Value", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, new… in replace() 833 …showAction(reason, "Overriding", oldValueOldPath, oldValueNewPath, newValue, oldFullPath, newFullP… in replace() 848 showAction(reason, "Adding", oldValueOldPath, null, in add()
|
D | GenerateMaximalLocales.java | 1329 boolean showAction) { in add() argument 1335 if (showAction) { in add() 1344 if (showAction) { in add()
|