Home
last modified time | relevance | path

Searched refs:IsShowingSpellingUI (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_spell_check_panel_host_client.h18 virtual bool IsShowingSpellingUI() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_spell_check_panel_host_client.h18 virtual bool IsShowingSpellingUI() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/spellcheck/renderer/
H A Dspellcheck_panel.h40 bool IsShowingSpellingUI() override;
H A Dspellcheck_panel.cc35 bool SpellCheckPanel::IsShowingSpellingUI() { in IsShowingSpellingUI() function in SpellCheckPanel
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/spellcheck/renderer/
H A Dspellcheck_panel.h40 bool IsShowingSpellingUI() override;
H A Dspellcheck_panel.cc36 bool SpellCheckPanel::IsShowingSpellingUI() { in IsShowingSpellingUI() function in SpellCheckPanel
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dempty_clients.h391 bool IsShowingSpellingUI() override { return false; } in IsShowingSpellingUI() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dempty_clients.h402 bool IsShowingSpellingUI() override { return false; } in IsShowingSpellingUI() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/spellcheck/
H A Dspell_checker.cc245 if (SpellCheckPanelHostClient().IsShowingSpellingUI()) { in ShowSpellingGuessPanel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/spellcheck/
H A Dspell_checker.cc253 if (SpellCheckPanelHostClient().IsShowingSpellingUI()) { in ShowSpellingGuessPanel()