/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 106 virtual bool spellingUIIsShowing();
|
D | EditorClientQt.cpp | 577 bool EditorClientQt::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientQt
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 109 virtual bool spellingUIIsShowing();
|
D | EditorClientHaiku.cpp | 457 bool EditorClientHaiku::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientHaiku
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 105 virtual bool spellingUIIsShowing();
|
D | EditorClientAndroid.cpp | 220 bool EditorClientAndroid::spellingUIIsShowing() { return false; } in spellingUIIsShowing() function in android::EditorClientAndroid
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 109 virtual bool spellingUIIsShowing();
|
D | EditorClientWx.cpp | 516 bool EditorClientWx::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientWx
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 109 virtual bool spellingUIIsShowing();
|
D | WebEditorClient.cpp | 738 bool WebEditorClient::spellingUIIsShowing() in spellingUIIsShowing() function in WebEditorClient 745 if (FAILED(ed->spellingUIIsShowing(&showing))) in spellingUIIsShowing()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 117 virtual bool spellingUIIsShowing();
|
D | EditorClientGtk.cpp | 695 bool EditorClient::spellingUIIsShowing() in spellingUIIsShowing() function in WebKit::EditorClient
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EditingDelegate.h | 154 virtual HRESULT STDMETHODCALLTYPE spellingUIIsShowing( in spellingUIIsShowing() function
|
/external/webkit/WebCore/page/ |
D | EditorClient.h | 177 virtual bool spellingUIIsShowing() = 0;
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 128 virtual bool spellingUIIsShowing();
|
D | WebEditorClient.mm | 798 bool WebEditorClient::spellingUIIsShowing() function
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebEditingDelegate.idl | 184 HRESULT spellingUIIsShowing([out, retval] BOOL* result);
|
/external/webkit/WebCore/loader/ |
D | EmptyClients.h | 410 virtual bool spellingUIIsShowing() { return false; } in spellingUIIsShowing() function
|
/external/webkit/WebCore/editing/ |
D | Editor.cpp | 2138 if (client()->spellingUIIsShowing()) { in showSpellingGuessPanel() 2152 return client()->spellingUIIsShowing(); in spellingPanelIsShowing()
|
/external/webkit/WebKit/ |
D | ChangeLog | 339 (WebCore::EditorClientHaiku::spellingUIIsShowing):
|
/external/webkit/WebKit/win/ |
D | WebView.cpp | 4071 if (SUCCEEDED(m_editingDelegate->spellingUIIsShowing(&showing)) && showing) { in showGuessPanel()
|
D | ChangeLog-2009-06-16 | 14432 (WebEditorClient::spellingUIIsShowing):
|
/external/webkit/WebKit/gtk/ |
D | ChangeLog | 6976 (WebKit::EditorClient::spellingUIIsShowing): 7200 (WebCore::EditorClientGtk::spellingUIIsShowing):
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 10922 (WebCore::EditorClientQt::spellingUIIsShowing): 12873 (WebCore::EditorClientQt::spellingUIIsShowing):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2007-10-14 | 4202 (WebEditorClient::spellingUIIsShowing): Added. Call through to NSSpellChecker. 4542 (WebEditorClient::spellingUIIsShowing):
|