• Home
  • Raw
  • Download

Lines Matching refs:m_webView

149     if (!m_webView->contextMenuAllowed())  in getCustomMenuFromDefaultItems()
152 HitTestResult r = m_webView->page()->contextMenuController()->hitTestResult(); in getCustomMenuFromDefaultItems()
160 if (m_webView->focusedWebCoreFrame()->editor()->canUndo()) in getCustomMenuFromDefaultItems()
162 if (m_webView->focusedWebCoreFrame()->editor()->canRedo()) in getCustomMenuFromDefaultItems()
164 if (m_webView->focusedWebCoreFrame()->editor()->canCut()) in getCustomMenuFromDefaultItems()
166 if (m_webView->focusedWebCoreFrame()->editor()->canCopy()) in getCustomMenuFromDefaultItems()
168 if (m_webView->focusedWebCoreFrame()->editor()->canPaste()) in getCustomMenuFromDefaultItems()
170 if (m_webView->focusedWebCoreFrame()->editor()->canDelete()) in getCustomMenuFromDefaultItems()
244 data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame()); in getCustomMenuFromDefaultItems()
245 if (selectedFrame != m_webView->mainFrameImpl()->frame()) { in getCustomMenuFromDefaultItems()
257 if (m_webView->focusedWebCoreFrame()->editor()->isContinuousSpellCheckingEnabled()) { in getCustomMenuFromDefaultItems()
260 if (m_webView->focusedWebCoreFrame()->editor()->isSpellCheckingEnabledInFocusedNode()) { in getCustomMenuFromDefaultItems()
262 if (m_webView->spellCheckClient()) { in getCustomMenuFromDefaultItems()
264 m_webView->spellCheckClient()->spellCheck( in getCustomMenuFromDefaultItems()
293 if (m_webView->client()) in getCustomMenuFromDefaultItems()
294 m_webView->client()->showContextMenu(selected_web_frame, data); in getCustomMenuFromDefaultItems()