coreresult web part title near contextmenu show. same to listview functionality on this contextmenu
this code for contextmenu
<div class='s4-ctx' onmouseover='OnChildItem(this.parentNode); return false;'>
<a onfocus='OnChildItem(this.parentNode.parentNode); return false;' onclick='PopMenuFromChevron(event); return false;' href='javascript:;' title='Open Menu'></a>
</div>