Home
last modified time | relevance | path

Searched refs:spellingAndGrammarMenu (Results 1 – 1 of 1) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DContextMenuController.cpp473 ContextMenu spellingAndGrammarMenu; in createAndAppendSpellingAndGrammarSubMenu() local
488 appendItem(showSpellingPanel, &spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()
489 appendItem(checkSpelling, &spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()
491 appendItem(*separatorItem(), &spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()
493 appendItem(checkAsYouType, &spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()
494 appendItem(grammarWithSpelling, &spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()
496 appendItem(correctSpelling, &spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()
499 spellingAndGrammarMenuItem.setSubMenu(&spellingAndGrammarMenu); in createAndAppendSpellingAndGrammarSubMenu()