Home | History | Annotate | Download | only in loader

Lines Matching refs:m_frame

228     : m_frame(frame)
245 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
252 return m_frame->page();
271 schedule(adoptPtr(new ScheduledRedirect(delay, m_frame->document(), url, delay <= 1)));
303 lockBackForwardList = lockBackForwardList || mustLockBackForwardList(m_frame);
309 if (originDocument->securityOrigin()->canAccess(m_frame->document()->securityOrigin())) {
311 if (parsedURL.hasFragmentIdentifier() && equalIgnoringFragmentIdentifier(m_frame->document()->url(), parsedURL)) {
312 FrameLoadRequest request(originDocument, ResourceRequest(m_frame->document()->completeURL(url), referrer), "_self");
316 m_frame->loader().load(request);
326 ASSERT(m_frame->page());
327 schedule(adoptPtr(new ScheduledFormSubmission(submission, mustLockBackForwardList(m_frame))));
334 const KURL& url = m_frame->document()->url();
338 schedule(adoptPtr(new ScheduledRefresh(m_frame->document(), url.string(), Referrer(m_frame->document()->outgoingReferrer(), m_frame->document()->referrerPolicy()))));
348 BackForwardClient& backForward = m_frame->page()->backForward();
360 if (!m_frame->page())
362 if (m_frame->page()->defersLoading()) {
363 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
367 RefPtr<LocalFrame> protect(m_frame);
370 redirect->fire(m_frame);
371 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
376 ASSERT(m_frame->page());
382 if (!m_frame->loader().stateMachine()->committedFirstRealDocumentLoad() && m_frame->loader().provisionalDocumentLoader()) {
383 RefPtr<Frame> protect(m_frame);
384 m_frame->loader().provisionalDocumentLoader()->stopLoading();
385 if (!m_frame->host())
399 ASSERT(m_frame->page());
402 if (!m_redirect->shouldStartTimer(m_frame))
406 InspectorInstrumentation::frameScheduledNavigation(m_frame
412 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);