Searched refs:spellingUIIsShowing (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebTextCheckerClient.cpp122 bool WebTextCheckerClient::spellingUIIsShowing() function in class:WebKit::WebTextCheckerClient
124 if (!m_client.spellingUIIsShowing)
127 return m_client.spellingUIIsShowing(m_client.base.clientInfo);
H A DTextChecker.h74 static bool spellingUIIsShowing();
H A DWebTextCheckerClient.h56 bool spellingUIIsShowing();
H A DWebPageProxy.cpp3789 if (!TextChecker::spellingUIIsShowing())
3920 void WebPageProxy::spellingUIIsShowing(bool& isShowing) function in class:WebKit::WebPageProxy
3922 isShowing = TextChecker::spellingUIIsShowing();
H A DWebPageProxy.h1145 void spellingUIIsShowing(bool&);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DTextCheckerGtk.cpp106 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
108 return WebTextChecker::shared()->client().spellingUIIsShowing();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DTextCheckerIOS.mm153 bool TextChecker::spellingUIIsShowing()
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKTextChecker.h70 WKTextCheckerSpellingUIIsShowing spellingUIIsShowing; member in struct:WKTextCheckerClientV0
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.h110 virtual bool spellingUIIsShowing() override;
H A DWebEditorClient.cpp761 bool WebEditorClient::spellingUIIsShowing() function in class:WebEditorClient
768 if (FAILED(ed->spellingUIIsShowing(&showing)))
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.h99 virtual bool spellingUIIsShowing() override;
H A DEditorClientWinCE.cpp501 bool EditorClientWinCE::spellingUIIsShowing() function in class:WebKit::EditorClientWinCE
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.h160 virtual bool spellingUIIsShowing() override;
237 inline bool WebEditorClient::spellingUIIsShowing() function in class:WebEditorClient
H A DWebEditorClient.mm1068 bool WebEditorClient::spellingUIIsShowing()
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebEditingDelegate.idl184 HRESULT spellingUIIsShowing([out, retval] BOOL* result);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DTextCheckerEfl.cpp212 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h148 virtual bool spellingUIIsShowing() override;
H A DWebEditorClient.cpp493 bool WebEditorClient::spellingUIIsShowing() function in class:WebKit::WebEditorClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DTextCheckerMac.mm400 bool TextChecker::spellingUIIsShowing()
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebView.cpp4606 if (SUCCEEDED(m_editingDelegate->spellingUIIsShowing(&showing)) && showing) {

Completed in 315 milliseconds