Home | History | Annotate | Download | only in chromium

Lines Matching refs:contextMenu

742 static Vector<WebString> makeMenuItemStringsFor(WebContextMenuData* contextMenu, MockSpellCheck* spellcheck)
749 if (!contextMenu)
754 if (contextMenu->isEditable) {
758 spellcheck->fillSuggestionList(contextMenu->misspelledWord, &suggestions);