Home
last modified time | relevance | path

Searched refs:spellingUIIsShowing (Results 1 – 25 of 48) sorted by relevance

12

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

12