Searched refs:thisApp (Results 1 – 7 of 7) sorted by relevance
20 MyApp *thisApp = NULL; variable25 if (thisApp != NULL) in SIGINT_Handler()27 thisApp->GracefullyExit (); in SIGINT_Handler()35 thisApp = application; in register_sigint()
522 QString thisApp; in internalOpen() local524 thisApp = QStringLiteral("KDE System"); in internalOpen()526 thisApp = appid; in internalOpen()529 if (implicitDeny(wallet, thisApp)) { in internalOpen()782 QString thisApp; in isAuthorizedApp() local786 thisApp = appid; in isAuthorizedApp()789 if (!implicitAllow(wallet, thisApp)) { in isAuthorizedApp()811 if (!apps.contains(thisApp)) { in isAuthorizedApp()815 apps += thisApp; in isAuthorizedApp()824 if (!apps.contains(thisApp)) { in isAuthorizedApp()[all …]
135 static JApp* thisApp; /**< Pointer to this application */ variable455 static JApp * App() {return thisApp;} in App()
32 JApp * JApp::thisApp = 0; member in JApp56 thisApp = this; in JApp()
287 NSRunningApplication *thisApp = [NSRunningApplication currentApplication];290 BOOL isCurrent = [thisApp isEqual:otherApp];
320 NSRunningApplication *thisApp = [NSRunningApplication currentApplication];323 BOOL isCurrent = [thisApp isEqual:otherApp];
116 // 1. make a copy of thisApp with the newAppName: