Searched refs:mainFrameImpl (Results 1 – 8 of 8) sorted by relevance
375 WebFrameImpl* WebViewImpl::mainFrameImpl() in mainFrameImpl() function in WebKit::WebViewImpl394 if (!mainFrameImpl() || !mainFrameImpl()->frameView()) in mouseMove()402 mainFrameImpl()->frame()->eventHandler()->mouseMoved( in mouseMove()403 PlatformMouseEventBuilder(mainFrameImpl()->frameView(), event)); in mouseMove()410 if (!mainFrameImpl() || !mainFrameImpl()->frameView()) in mouseLeave()415 mainFrameImpl()->frame()->eventHandler()->handleMouseMoveEvent( in mouseLeave()416 PlatformMouseEventBuilder(mainFrameImpl()->frameView(), event)); in mouseLeave()421 if (!mainFrameImpl() || !mainFrameImpl()->frameView()) in mouseDown()460 mainFrameImpl()->frame()->loader()->resetMultipleFormSubmissionProtection(); in mouseDown()462 mainFrameImpl()->frame()->eventHandler()->handleMousePressEvent( in mouseDown()[all …]
1471 WebFrameImpl* mainFrameImpl = viewImpl()->mainFrameImpl(); in find() local1498 WebFrameImpl* oldActiveFrame = mainFrameImpl->m_activeMatchFrame; in find()1500 mainFrameImpl->m_activeMatchFrame = this; in find()1585 WebFrameImpl* mainFrameImpl = viewImpl()->mainFrameImpl(); in scopeStringMatches() local1600 mainFrameImpl->m_framesScopingCount++; in scopeStringMatches()1678 mainFrameImpl->m_activeMatchFrame = this; in scopeStringMatches()1719 mainFrameImpl->increaseMatchCount(matchCount, identifier); in scopeStringMatches()1741 mainFrameImpl->m_framesScopingCount--; in scopeStringMatches()1745 if (!mainFrameImpl->m_framesScopingCount) in scopeStringMatches()1746 mainFrameImpl->increaseMatchCount(0, identifier); in scopeStringMatches()[all …]
109 WebFrameImpl* frame = m_webViewImpl->mainFrameImpl(); in dispatchOnInspectorFrontend()
244 data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame()); in getCustomMenuFromDefaultItems()245 if (selectedFrame != m_webView->mainFrameImpl()->frame()) { in getCustomMenuFromDefaultItems()
242 WebFrameImpl* mainFrameImpl();
446 COMPtr<WebFrame> mainFrameImpl(Query, mainFrame); in dispatchCreatePage() local447 return core(mainFrameImpl.get()); in dispatchCreatePage()
2072 WebFrame* mainFrameImpl = webView ? webView->topLevelFrame() : 0; in WebViewWndProc() local2073 if (!mainFrameImpl) in WebViewWndProc()2127 if (Frame* coreFrame = core(mainFrameImpl)) in WebViewWndProc()2133 if (Frame* coreFrame = core(mainFrameImpl)) in WebViewWndProc()2247 if (Frame* coreFrame = core(mainFrameImpl)) { in WebViewWndProc()5917 WebFrame* mainFrameImpl = topLevelFrame(); in onGetObject() local5918 if (!mainFrameImpl) in onGetObject()5921 COMPtr<IAccessible> accessible = mainFrameImpl->accessible(); in onGetObject()
28487 (WebKit::WebViewImpl::mainFrameImpl):