Searched refs:aButtonIds (Results 1 – 1 of 1) sorted by relevance
149 } aButtonIds[] = in ShowNativeMessageBox() local171 for( nC = 0; nC < sizeof(aButtonIds)/sizeof(aButtonIds[0]); nC++ ) in ShowNativeMessageBox()173 if( aButtonIds[nC].nCombination == nButtonCombination ) in ShowNativeMessageBox()175 if( aButtonIds[nC].nDefaultButton == nDefaultButton ) in ShowNativeMessageBox()177 if( aButtonIds[nC].nTextIds[0] != -1 ) in ShowNativeMessageBox()178 pDefText = getStandardString( aButtonIds[nC].nTextIds[0] ); in ShowNativeMessageBox()179 if( aButtonIds[nC].nTextIds[1] != -1 ) in ShowNativeMessageBox()180 pAltText = getStandardString( aButtonIds[nC].nTextIds[1] ); in ShowNativeMessageBox()181 if( aButtonIds[nC].nTextIds[2] != -1 ) in ShowNativeMessageBox()203 if( nC < sizeof(aButtonIds)/sizeof(aButtonIds[0]) && nResult >= 1 && nResult <= 3 ) in ShowNativeMessageBox()[all …]
Completed in 17 milliseconds