Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEditorClient.h141 virtual void showSubstitutionsPanel(bool show) = 0;
H A DContextMenuController.cpp389 frame->editor()->showSubstitutionsPanel(); in contextMenuItemSelected()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h108 virtual void showSubstitutionsPanel(bool show);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditor.h239 void showSubstitutionsPanel();
H A DEditor.cpp1292 void Editor::showSubstitutionsPanel() in showSubstitutionsPanel() function in WebCore::Editor
1300 client()->showSubstitutionsPanel(false); in showSubstitutionsPanel()
1303 client()->showSubstitutionsPanel(true); in showSubstitutionsPanel()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm162 void WebEditorClient::showSubstitutionsPanel(bool)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DEmptyClients.h500 virtual void showSubstitutionsPanel(bool) { } in showSubstitutionsPanel() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog-2011-02-1630501 (WebKit::WebEditorClient::showSubstitutionsPanel):