Home
last modified time | relevance | path

Searched refs:spellingUIIsShowing (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.h106 virtual bool spellingUIIsShowing();
DEditorClientQt.cpp577 bool EditorClientQt::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientQt
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h109 virtual bool spellingUIIsShowing();
DEditorClientHaiku.cpp457 bool EditorClientHaiku::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h105 virtual bool spellingUIIsShowing();
DEditorClientAndroid.cpp220 bool EditorClientAndroid::spellingUIIsShowing() { return false; } in spellingUIIsShowing() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.h109 virtual bool spellingUIIsShowing();
DEditorClientWx.cpp516 bool EditorClientWx::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientWx
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h109 virtual bool spellingUIIsShowing();
DWebEditorClient.cpp738 bool WebEditorClient::spellingUIIsShowing() in spellingUIIsShowing() function in WebEditorClient
745 if (FAILED(ed->spellingUIIsShowing(&showing))) in spellingUIIsShowing()
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h117 virtual bool spellingUIIsShowing();
DEditorClientGtk.cpp695 bool EditorClient::spellingUIIsShowing() in spellingUIIsShowing() function in WebKit::EditorClient
/external/webkit/WebKitTools/DumpRenderTree/win/
DEditingDelegate.h154 virtual HRESULT STDMETHODCALLTYPE spellingUIIsShowing( in spellingUIIsShowing() function
/external/webkit/WebCore/page/
DEditorClient.h177 virtual bool spellingUIIsShowing() = 0;
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h128 virtual bool spellingUIIsShowing();
DWebEditorClient.mm798 bool WebEditorClient::spellingUIIsShowing() function
/external/webkit/WebKit/win/Interfaces/
DIWebEditingDelegate.idl184 HRESULT spellingUIIsShowing([out, retval] BOOL* result);
/external/webkit/WebCore/loader/
DEmptyClients.h410 virtual bool spellingUIIsShowing() { return false; } in spellingUIIsShowing() function
/external/webkit/WebCore/editing/
DEditor.cpp2138 if (client()->spellingUIIsShowing()) { in showSpellingGuessPanel()
2152 return client()->spellingUIIsShowing(); in spellingPanelIsShowing()
/external/webkit/WebKit/
DChangeLog339 (WebCore::EditorClientHaiku::spellingUIIsShowing):
/external/webkit/WebKit/win/
DWebView.cpp4071 if (SUCCEEDED(m_editingDelegate->spellingUIIsShowing(&showing)) && showing) { in showGuessPanel()
DChangeLog-2009-06-1614432 (WebEditorClient::spellingUIIsShowing):
/external/webkit/WebKit/gtk/
DChangeLog6976 (WebKit::EditorClient::spellingUIIsShowing):
7200 (WebCore::EditorClientGtk::spellingUIIsShowing):
/external/webkit/WebKit/qt/
DChangeLog10922 (WebCore::EditorClientQt::spellingUIIsShowing):
12873 (WebCore::EditorClientQt::spellingUIIsShowing):
/external/webkit/WebKit/mac/
DChangeLog-2007-10-144202 (WebEditorClient::spellingUIIsShowing): Added. Call through to NSSpellChecker.
4542 (WebEditorClient::spellingUIIsShowing):

12