Home
last modified time | relevance | path

Searched refs:mainFrameImpl (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp375 WebFrameImpl* WebViewImpl::mainFrameImpl() in mainFrameImpl() function in WebKit::WebViewImpl
394 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 …]
DWebFrameImpl.cpp1471 WebFrameImpl* mainFrameImpl = viewImpl()->mainFrameImpl(); in find() local
1498 WebFrameImpl* oldActiveFrame = mainFrameImpl->m_activeMatchFrame; in find()
1500 mainFrameImpl->m_activeMatchFrame = this; in find()
1585 WebFrameImpl* mainFrameImpl = viewImpl()->mainFrameImpl(); in scopeStringMatches() local
1600 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 …]
DWebDevToolsFrontendImpl.cpp109 WebFrameImpl* frame = m_webViewImpl->mainFrameImpl(); in dispatchOnInspectorFrontend()
DContextMenuClientImpl.cpp244 data.pageURL = urlFromFrame(m_webView->mainFrameImpl()->frame()); in getCustomMenuFromDefaultItems()
245 if (selectedFrame != m_webView->mainFrameImpl()->frame()) { in getCustomMenuFromDefaultItems()
DWebViewImpl.h242 WebFrameImpl* mainFrameImpl();
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp446 COMPtr<WebFrame> mainFrameImpl(Query, mainFrame); in dispatchCreatePage() local
447 return core(mainFrameImpl.get()); in dispatchCreatePage()
/external/webkit/Source/WebKit/win/
DWebView.cpp2072 WebFrame* mainFrameImpl = webView ? webView->topLevelFrame() : 0; in WebViewWndProc() local
2073 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() local
5918 if (!mainFrameImpl) in onGetObject()
5921 COMPtr<IAccessible> accessible = mainFrameImpl->accessible(); in onGetObject()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1628487 (WebKit::WebViewImpl::mainFrameImpl):