Home | History | Annotate | Download | only in page

Lines Matching defs:replacedString

413         frame->editor()->changeBackToReplacedString(m_hitTestResult.replacedString());
870 String replacedString = m_hitTestResult.replacedString();
871 if (!replacedString.isEmpty()) {
872 ContextMenuItem item(ActionType, ContextMenuItemTagChangeBack, contextMenuItemTagChangeBack(replacedString));