Lines Matching refs:strName
3340 String strName(accessibleName); in InsertItem() local
3341 strName += String::CreateFromInt32(nIndex); in InsertItem()
3345 strName += s1; in InsertItem()
3346 strName += sAdditionalAccnameString2; in InsertItem()
3347 strName += s3; in InsertItem()
3349 strName += sAdditionalAccnameString1; in InsertItem()
3350 strName += s3; in InsertItem()
3352 strName += sAdditionalAccnameString3; in InsertItem()
3353 strName += s2; in InsertItem()
3354 pEdit->SetAccessibleName(strName); in InsertItem()
3358 pEdit->SetAccessibleName(strName); in InsertItem()
3544 String strName(accessibleName); in InsertAtSelection() local
3545 strName += String::CreateFromInt32(nIndex); in InsertAtSelection()
3549 strName += s1; in InsertAtSelection()
3550 strName += sAdditionalAccnameString2; in InsertAtSelection()
3551 strName += s3; in InsertAtSelection()
3553 strName += sAdditionalAccnameString1; in InsertAtSelection()
3554 strName += s3; in InsertAtSelection()
3556 strName += sAdditionalAccnameString3; in InsertAtSelection()
3557 strName += s2; in InsertAtSelection()
3558 pEdit->SetAccessibleName(strName); in InsertAtSelection()
3562 pEdit->SetAccessibleName(strName); in InsertAtSelection()