focusedWebCoreFrame 198 Source/web/ContextMenuClientImpl.cpp if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canUndo()) focusedWebCoreFrame 200 Source/web/ContextMenuClientImpl.cpp if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canRedo()) focusedWebCoreFrame 202 Source/web/ContextMenuClientImpl.cpp if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canCut()) focusedWebCoreFrame 204 Source/web/ContextMenuClientImpl.cpp if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canCopy()) focusedWebCoreFrame 206 Source/web/ContextMenuClientImpl.cpp if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canPaste()) focusedWebCoreFrame 208 Source/web/ContextMenuClientImpl.cpp if (toLocalFrame(m_webView->focusedWebCoreFrame())->editor().canDelete()) focusedWebCoreFrame 329 Source/web/ContextMenuClientImpl.cpp toLocalFrame(m_webView->focusedWebCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled(); focusedWebCoreFrame 331 Source/web/ContextMenuClientImpl.cpp if (toLocalFrame(m_webView->focusedWebCoreFrame())->spellChecker().isSpellCheckingEnabledInFocusedNode()) { focusedWebCoreFrame 59 Source/web/SpellCheckerClientImpl.cpp if (!m_webView->focusedWebCoreFrame()->isLocalFrame()) focusedWebCoreFrame 61 Source/web/SpellCheckerClientImpl.cpp const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame()); focusedWebCoreFrame 105 Source/web/SpellCheckerClientImpl.cpp if (m_webView->focusedWebCoreFrame()->isLocalFrame()) { focusedWebCoreFrame 106 Source/web/SpellCheckerClientImpl.cpp if (LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame())) { focusedWebCoreFrame 119 Source/web/SpellCheckerClientImpl.cpp const LocalFrame* frame = toLocalFrame(m_webView->focusedWebCoreFrame()); focusedWebCoreFrame 125 Source/web/SpellCheckerClientImpl.cpp const Frame* frame = m_webView->focusedWebCoreFrame(); focusedWebCoreFrame 857 Source/web/WebViewImpl.cpp const Frame* frame = focusedWebCoreFrame(); focusedWebCoreFrame 913 Source/web/WebViewImpl.cpp RefPtr<LocalFrame> frame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 968 Source/web/WebViewImpl.cpp LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 1324 Source/web/WebViewImpl.cpp LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 1437 Source/web/WebViewImpl.cpp LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 1930 Source/web/WebViewImpl.cpp LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 1996 Source/web/WebViewImpl.cpp LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2008 Source/web/WebViewImpl.cpp LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2030 Source/web/WebViewImpl.cpp LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2156 Source/web/WebViewImpl.cpp const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2200 Source/web/WebViewImpl.cpp LocalFrame* focusedFrame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2239 Source/web/WebViewImpl.cpp const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2252 Source/web/WebViewImpl.cpp if (const LocalFrame* frame = toLocalFrame(focusedWebCoreFrame())) focusedWebCoreFrame 2259 Source/web/WebViewImpl.cpp const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2285 Source/web/WebViewImpl.cpp const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2304 Source/web/WebViewImpl.cpp const LocalFrame* focused = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 2423 Source/web/WebViewImpl.cpp return WebFrameImpl::fromFrame(toLocalFrame(focusedWebCoreFrame())); focusedWebCoreFrame 2430 Source/web/WebViewImpl.cpp Frame* focusedFrame = focusedWebCoreFrame(); focusedWebCoreFrame 2453 Source/web/WebViewImpl.cpp RefPtr<Frame> frame = focusedWebCoreFrame(); focusedWebCoreFrame 3333 Source/web/WebViewImpl.cpp LocalFrame* frame = toLocalFrame(focusedWebCoreFrame()); focusedWebCoreFrame 313 Source/web/WebViewImpl.h WebCore::Frame* focusedWebCoreFrame() const;