Home | History | Annotate | Download | only in web

Lines Matching refs:m_webView

188     if (!m_webView->contextMenuAllowed())
191 HitTestResult r = m_webView->page()->contextMenuController().hitTestResult();
204 mousePoint.scale(m_webView->pageScaleFactor(), m_webView->pageScaleFactor());
209 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canUndo())
211 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canRedo())
213 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canCut())
215 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canCopy())
217 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canPaste())
219 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canDelete())
307 data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame());
308 if (selectedFrame != m_webView->mainFrameImpl()->frame()) {
335 } else if (m_webView->spellCheckClient()) {
337 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
341 toLocalFrame(m_webView->focusedCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled();
343 if (toLocalFrame(m_webView->focusedCoreFrame())->spellChecker().isSpellCheckingEnabledInFocusedNode()) {
345 if (m_webView->spellCheckClient()) {
347 m_webView->spellCheckClient()->spellCheck(
395 HitTestResult r = m_webView->page()->contextMenuController().hitTestResult();