/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebTextCheckerClient.cpp | 116 bool WebTextCheckerClient::spellingUIIsShowing() in spellingUIIsShowing() function in WebKit::WebTextCheckerClient 118 if (!m_client.spellingUIIsShowing) in spellingUIIsShowing() 121 return m_client.spellingUIIsShowing(m_client.clientInfo); in spellingUIIsShowing()
|
D | TextCheckerWin.cpp | 105 bool TextChecker::spellingUIIsShowing() in spellingUIIsShowing() function in WebKit::TextChecker 107 return WebTextChecker::shared()->client().spellingUIIsShowing(); in spellingUIIsShowing()
|
D | WebTextCheckerClient.h | 50 bool spellingUIIsShowing();
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TextCheckerQt.cpp | 83 bool TextChecker::spellingUIIsShowing() in spellingUIIsShowing() function in WebKit::TextChecker
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | TextCheckerGtk.cpp | 82 bool TextChecker::spellingUIIsShowing() in spellingUIIsShowing() function in WebKit::TextChecker
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TextChecker.h | 69 static bool spellingUIIsShowing();
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
D | WKTextChecker.h | 65 WKTextCheckerSpellingUIIsShowing spellingUIIsShowing; member
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 110 virtual bool spellingUIIsShowing();
|
D | EditorClientHaiku.cpp | 462 bool EditorClientHaiku::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 108 virtual bool spellingUIIsShowing();
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 113 virtual bool spellingUIIsShowing();
|
D | EditorClientEfl.cpp | 489 bool EditorClientEfl::spellingUIIsShowing() in spellingUIIsShowing() function in WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 111 virtual bool spellingUIIsShowing();
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 114 virtual bool spellingUIIsShowing();
|
D | EditorClientAndroid.cpp | 226 bool EditorClientAndroid::spellingUIIsShowing() { return false; } in spellingUIIsShowing() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 100 virtual bool spellingUIIsShowing();
|
D | EditorClientWinCE.cpp | 488 bool EditorClientWinCE::spellingUIIsShowing() in spellingUIIsShowing() function in WebKit::EditorClientWinCE
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 108 virtual bool spellingUIIsShowing();
|
D | WebEditorClient.cpp | 748 bool WebEditorClient::spellingUIIsShowing() in spellingUIIsShowing() function in WebEditorClient 755 if (FAILED(ed->spellingUIIsShowing(&showing))) in spellingUIIsShowing()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 135 virtual bool spellingUIIsShowing();
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 176 virtual bool spellingUIIsShowing() = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 111 virtual bool spellingUIIsShowing();
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.h | 154 virtual HRESULT STDMETHODCALLTYPE spellingUIIsShowing( in spellingUIIsShowing() function
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 144 virtual bool spellingUIIsShowing();
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 137 virtual bool spellingUIIsShowing();
|