Searched refs:showSpellingUI (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/public/
H A DWebSpellCheckClient.h63 virtual void showSpellingUI(bool show) { } function in class:WebKit::WebSpellCheckClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h113 virtual void showSpellingUI(bool show);
H A DEditorClientAndroid.cpp224 void EditorClientAndroid::showSpellingUI(bool) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h112 virtual void showSpellingUI(bool show);
H A DEditorClientEfl.cpp484 void EditorClientEfl::showSpellingUI(bool) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h109 virtual void showSpellingUI(bool show);
H A DEditorClientHaiku.cpp457 void EditorClientHaiku::showSpellingUI(bool) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h107 virtual void showSpellingUI(bool show);
H A DEditorClientQt.cpp619 void EditorClientQt::showSpellingUI(bool) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h110 virtual void showSpellingUI(bool show);
H A DEditorClientWx.cpp532 void EditorClientWx::showSpellingUI(bool show) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebCore/page/
H A DEditorClient.h175 virtual void showSpellingUI(bool show) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h110 virtual void showSpellingUI(bool show);
H A DEditorClientImpl.cpp922 void EditorClientImpl::showSpellingUI(bool show) function in class:WebKit::EditorClientImpl
925 m_webView->spellCheckClient()->showSpellingUI(show);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h134 virtual void showSpellingUI(bool show);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h107 virtual void showSpellingUI(bool show);
H A DWebEditorClient.cpp739 void WebEditorClient::showSpellingUI(bool show) function in class:WebEditorClient
745 ed->showSpellingUI(show);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h99 virtual void showSpellingUI(bool);
H A DEditorClientWinCE.cpp483 void EditorClientWinCE::showSpellingUI(bool) function in class:WebKit::EditorClientWinCE
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h151 virtual HRESULT STDMETHODCALLTYPE showSpellingUI( function
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl183 HRESULT showSpellingUI([in] BOOL show);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h136 virtual void showSpellingUI(bool show);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h143 virtual void showSpellingUI(bool show);
H A DWebEditorClient.cpp426 void WebEditorClient::showSpellingUI(bool) function in class:WebKit::WebEditorClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h530 virtual void showSpellingUI(bool) { } function in class:WebCore::EmptyEditorClient

Completed in 381 milliseconds

12