Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DEditorClient.h151 virtual void showSubstitutionsPanel(bool show) = 0;
DContextMenuController.cpp304 frame->editor()->showSubstitutionsPanel(); in contextMenuItemSelected()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h81 virtual void showSubstitutionsPanel(bool show);
DWebEditorClient.mm337 void WebEditorClient::showSubstitutionsPanel(bool show) function
/external/webkit/WebCore/editing/
DEditor.h208 void showSubstitutionsPanel();
DEditor.cpp1143 void Editor::showSubstitutionsPanel() in showSubstitutionsPanel() function in WebCore::Editor
1151 client()->showSubstitutionsPanel(false); in showSubstitutionsPanel()
1154 client()->showSubstitutionsPanel(true); in showSubstitutionsPanel()
/external/webkit/WebCore/loader/
DEmptyClients.h385 virtual void showSubstitutionsPanel(bool) { } in showSubstitutionsPanel() function
/external/webkit/WebKit/mac/
DChangeLog2843 (WebEditorClient::showSubstitutionsPanel):