Home
last modified time | relevance | path

Searched refs:focusedWebCoreFrame (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/chromium/src/
DContextMenuClientImpl.cpp200 if (m_webView->focusedWebCoreFrame()->editor()->isContinuousSpellCheckingEnabled()) { in getCustomMenuFromDefaultItems()
230 if (m_webView->focusedWebCoreFrame()->editor()->canUndo()) in getCustomMenuFromDefaultItems()
232 if (m_webView->focusedWebCoreFrame()->editor()->canRedo()) in getCustomMenuFromDefaultItems()
234 if (m_webView->focusedWebCoreFrame()->editor()->canCut()) in getCustomMenuFromDefaultItems()
236 if (m_webView->focusedWebCoreFrame()->editor()->canCopy()) in getCustomMenuFromDefaultItems()
238 if (m_webView->focusedWebCoreFrame()->editor()->canPaste()) in getCustomMenuFromDefaultItems()
240 if (m_webView->focusedWebCoreFrame()->editor()->canDelete()) in getCustomMenuFromDefaultItems()
DWebViewImpl.cpp423 Frame* focused = focusedWebCoreFrame(); in mouseUp()
478 Frame* frame = focusedWebCoreFrame(); in keyEvent()
578 Frame* frame = focusedWebCoreFrame(); in charEvent()
689 Frame* frame = focusedWebCoreFrame(); in keyEventDefault()
780 Frame* frame = focusedWebCoreFrame(); in propagateScroll()
796 Frame* WebViewImpl::focusedWebCoreFrame() in focusedWebCoreFrame() function in WebKit::WebViewImpl
1011 Frame* focused = focusedWebCoreFrame(); in handleCompositionEvent()
1096 const Frame* focused = focusedWebCoreFrame(); in queryCompositionStatus()
1127 const Frame* focused = focusedWebCoreFrame(); in setTextDirection()
1220 return WebFrameImpl::fromFrame(focusedWebCoreFrame()); in focusedFrame()
[all …]
DEditorClientImpl.cpp119 const Frame* frame = m_webView->focusedWebCoreFrame(); in shouldSpellcheckByDefault()
270 Frame* frame = m_webView->focusedWebCoreFrame(); in respondToChangedSelection()
DWebViewImpl.h192 WebCore::Frame* focusedWebCoreFrame();
DChromeClientImpl.cpp148 const Frame* frame = m_webView->focusedWebCoreFrame(); in focus()
/external/webkit/WebKit/chromium/
DChangeLog5173 (WebKit::WebViewImpl::focusedWebCoreFrame):