Home | History | Annotate | Download | only in src

Lines Matching refs:WebViewImpl

52 // WebFrames are created in two places, first in WebViewImpl when the root
153 #include "WebViewImpl.h"
1926 void WebFrameImpl::initializeAsMainFrame(WebViewImpl* webViewImpl)
1928 RefPtr<Frame> frame = Frame::create(webViewImpl->page(), 0, &m_frameLoaderClient);
2027 WebViewImpl* webView = viewImpl();
2073 WebViewImpl* WebFrameImpl::viewImpl() const
2078 return WebViewImpl::fromPage(m_frame->page());