Lines Matching full:frame
88 FrameLoaderClientImpl::FrameLoaderClientImpl(WebFrameImpl* frame)
89 : m_webFrame(frame)
103 // behalf of the Frame. Since the WebFrame owns us, this extra ref also
230 // Frame::pageDestroyed. Without this change, this call to clearWindowShell
234 m_webFrame->frame()->script()->proxy()->clearForClose();
256 // If the request being loaded by |loader| is a frame, update the ResourceType.
257 // A subresource in this context is anything other than a frame --
259 // subresource is NOT limited to stuff loaded through the frame's subresource
283 // the main frame, a sub-frame, or the sub-objects in that document.
372 // A frame may be reused. This call ensures we don't hold on to our password
565 // Flag of whether frame loader is completed. Generate didStartLoading and
570 !m_webFrame->frame()->page()->mainFrame()->loader()->isLoading();
773 Frame* FrameLoaderClientImpl::dispatchCreatePage()
776 Page* newPage = m_webFrame->frame()->page()->chrome()->createWindow(
777 m_webFrame->frame(), FrameLoadRequest(), features);
838 m_webFrame->frame()->loader()->activeDocumentLoader()->response();
860 (m_webFrame->frame()->loader()->policyChecker()->*function)(action);
886 (m_webFrame->frame()->loader()->policyChecker()->*function)(policyAction);
922 node = m_webFrame->frame()->eventHandler()->hitTestResultAtPoint(
948 (m_webFrame->frame()->loader()->policyChecker()->*function)(policyAction);
966 (m_webFrame->frame()->loader()->policyChecker()->*function)(PolicyUse);
1051 if (m_webFrame->frame()->document()
1052 && m_webFrame->frame()->document()->isMediaDocument())
1061 m_webFrame->frame()->loader()->activeDocumentLoader()->response());
1172 // that has fallback content (child elements) and is being loaded as a frame.
1200 PluginData* pluginData = m_webFrame->frame()->page()->pluginData();
1233 // Even if already complete, we might have set a previous item on a frame that
1237 // m_webFrame->frame()->loader()->setPreviousHistoryItem(0);
1322 PassRefPtr<Frame> FrameLoaderClientImpl::createFrame(
1435 PluginData* pluginData = m_webFrame->frame()->page()->pluginData();
1481 m_webFrame->frame()->loader()->activeDocumentLoader());