Home | History | Annotate | Download | only in platform

Lines Matching refs:selectedString

299 String DefaultLocalizationStrategy::contextMenuItemTagLookUpInDictionary(const String& selectedString)
302 UNUSED_PARAM(selectedString);
306 RetainPtr<CFStringRef> selectedCFString(AdoptCF, selectedString.createCFString());
309 return WEB_UI_STRING("Look Up ?<selection>?", "Look Up context menu item with selected word").replace("<selection>", selectedString);