Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DContextMenuController.cpp920 bool shouldShowFontMenu = frame->editor()->canEditRichly(); in populate() local
922 bool shouldShowFontMenu = true; in populate() local
924 if (shouldShowFontMenu) { in populate()