Searched refs:showSubstitutionsPanel (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DEditorClient.h144 virtual void showSubstitutionsPanel(bool show) = 0;
H A DContextMenuController.cpp392 frame->editor()->showSubstitutionsPanel();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm169 void WebEditorClient::showSubstitutionsPanel(bool)
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h86 virtual void showSubstitutionsPanel(bool show);
H A DWebEditorClient.mm413 void WebEditorClient::showSubstitutionsPanel(bool show)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h111 virtual void showSubstitutionsPanel(bool show);
/external/webkit/Source/WebCore/editing/
H A DEditor.h240 void showSubstitutionsPanel();
H A DEditor.cpp1310 void Editor::showSubstitutionsPanel() function in class:WebCore::Editor
1318 client()->showSubstitutionsPanel(false);
1321 client()->showSubstitutionsPanel(true);
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h510 virtual void showSubstitutionsPanel(bool) { } function in class:WebCore::EmptyEditorClient

Completed in 201 milliseconds