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

12

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebTextCheckerClient.cpp116 bool WebTextCheckerClient::spellingUIIsShowing() function in class:WebKit::WebTextCheckerClient
118 if (!m_client.spellingUIIsShowing)
121 return m_client.spellingUIIsShowing(m_client.clientInfo);
H A DTextChecker.h74 static bool spellingUIIsShowing();
H A DWebTextCheckerClient.h50 bool spellingUIIsShowing();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DTextCheckerQt.cpp93 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DTextCheckerGtk.cpp106 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
108 return WebTextChecker::shared()->client().spellingUIIsShowing();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKTextChecker.h65 WKTextCheckerSpellingUIIsShowing spellingUIIsShowing; member in struct:WKTextCheckerClient
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h105 virtual bool spellingUIIsShowing();
H A DEditorClientQt.cpp598 bool EditorClientQt::spellingUIIsShowing() function in class:WebCore::EditorClientQt
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h162 virtual bool spellingUIIsShowing() = 0;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h97 virtual bool spellingUIIsShowing();
H A DEditorClientBlackBerry.cpp613 bool EditorClientBlackBerry::spellingUIIsShowing() function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h146 virtual bool spellingUIIsShowing();
H A DEditorClientEfl.cpp451 bool EditorClientEfl::spellingUIIsShowing() function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h131 virtual bool spellingUIIsShowing();
H A DEditorClientGtk.cpp552 bool EditorClient::spellingUIIsShowing() function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h111 virtual bool spellingUIIsShowing();
H A DWebEditorClient.cpp765 bool WebEditorClient::spellingUIIsShowing() function in class:WebEditorClient
772 if (FAILED(ed->spellingUIIsShowing(&showing)))
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h103 virtual bool spellingUIIsShowing();
H A DEditorClientWinCE.cpp506 bool EditorClientWinCE::spellingUIIsShowing() function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebEditingDelegate.idl184 HRESULT spellingUIIsShowing([out, retval] BOOL* result);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h143 virtual bool spellingUIIsShowing() OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DTextCheckerEfl.cpp212 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h151 virtual bool spellingUIIsShowing() OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DTextCheckerMac.mm397 bool TextChecker::spellingUIIsShowing()
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h498 virtual bool spellingUIIsShowing() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 241 milliseconds

12