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

12

/external/webkit/Source/WebKit2/UIProcess/win/
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 DTextCheckerWin.cpp105 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
107 return WebTextChecker::shared()->client().spellingUIIsShowing();
H A DWebTextCheckerClient.h50 bool spellingUIIsShowing();
/external/webkit/Source/WebKit2/UIProcess/
H A DTextChecker.h69 static bool spellingUIIsShowing();
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp82 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp83 bool TextChecker::spellingUIIsShowing() function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h65 WKTextCheckerSpellingUIIsShowing spellingUIIsShowing; member in struct:WKTextCheckerClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h114 virtual bool spellingUIIsShowing();
H A DEditorClientAndroid.cpp226 bool EditorClientAndroid::spellingUIIsShowing() { return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h113 virtual bool spellingUIIsShowing();
H A DEditorClientEfl.cpp489 bool EditorClientEfl::spellingUIIsShowing() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h110 virtual bool spellingUIIsShowing();
H A DEditorClientHaiku.cpp462 bool EditorClientHaiku::spellingUIIsShowing() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h108 virtual bool spellingUIIsShowing();
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h111 virtual bool spellingUIIsShowing();
/external/webkit/Source/WebCore/page/
H A DEditorClient.h176 virtual bool spellingUIIsShowing() = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h111 virtual bool spellingUIIsShowing();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h135 virtual bool spellingUIIsShowing();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h108 virtual bool spellingUIIsShowing();
H A DWebEditorClient.cpp748 bool WebEditorClient::spellingUIIsShowing() function in class:WebEditorClient
755 if (FAILED(ed->spellingUIIsShowing(&showing)))
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h100 virtual bool spellingUIIsShowing();
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h154 virtual HRESULT STDMETHODCALLTYPE spellingUIIsShowing( function
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl184 HRESULT spellingUIIsShowing([out, retval] BOOL* result);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h137 virtual bool spellingUIIsShowing();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h144 virtual bool spellingUIIsShowing();

Completed in 388 milliseconds

12