Home | History | Annotate | Download | only in web

Lines Matching refs:m_webView

44     : m_webView(webview)
57 if (!m_webView->focusedCoreFrame()->isLocalFrame())
59 const LocalFrame* frame = toLocalFrame(m_webView->focusedCoreFrame());
96 if (Page* page = m_webView->page()) {
105 if (m_webView->focusedCoreFrame()->isLocalFrame()) {
106 if (LocalFrame* frame = toLocalFrame(m_webView->focusedCoreFrame())) {
119 const LocalFrame* frame = toLocalFrame(m_webView->focusedCoreFrame());
125 const Frame* frame = m_webView->focusedCoreFrame();
137 if (m_webView->spellCheckClient()) {
138 m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, 0);
154 if (m_webView->spellCheckClient()) {
158 m_webView->spellCheckClient()->requestCheckingOfText(text, markers, markerOffsets, new WebTextCheckingCompletionImpl(request));
164 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
174 if (m_webView->spellCheckClient())
175 return m_webView->spellCheckClient()->autoCorrectWord(WebString(misspelledWord));
186 if (!m_webView->spellCheckClient())
189 m_webView->spellCheckClient()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults);
216 if (m_webView->spellCheckClient())
217 m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord));
222 if (m_webView->spellCheckClient())
223 m_webView->spellCheckClient()->showSpellingUI(show);
228 if (m_webView->spellCheckClient())
229 return m_webView->spellCheckClient()->isShowingSpellingUI();