Lines Matching refs:m_frame

450     m_frame = frame;
510 m_shouldProcessNoScriptElement = !(m_frame && m_frame->script()->canExecuteScripts(NotAboutToExecuteScript));
1355 return m_frame ? m_frame->view() : 0;
1360 return m_frame ? m_frame->page() : 0;
1365 return m_frame ? m_frame->settings() : 0;
1546 if (m_frame)
1547 m_frame->animation()->beginAnimationUpdate();
1552 if (m_frame)
1553 m_frame->animation()->endAnimationUpdate();
1764 if (m_frame) {
1765 FrameView* view = m_frame->view();
1794 m_frame = 0;
1802 if (!m_inPageCache && ownerPage && (m_frame == ownerPage->mainFrame()) && hasListenerType(Document::TOUCH_LISTENER)) {
1927 if (m_frame) {
1939 if (m_frame->loader()->state() == FrameStateProvisional)
1940 m_frame->loader()->stopAllLoaders();
1951 if (m_frame)
1952 m_frame->loader()->didExplicitOpen();
1990 if (m_frame && m_frame->animation())
1991 m_frame->animation()->beginAnimationUpdate();
2062 if (!m_frame) {
2074 if (m_frame)
2075 m_frame->loader()->checkCompleted();
2967 if (m_frame)
2968 m_frame->animation()->beginAnimationUpdate();
2970 if (m_frame)
2971 m_frame->animation()->endAnimationUpdate();
3507 // The m_frame pointer is not (not always?) zeroed out when the document is put into b/f cache, so the frame can hold an unrelated document/window pair.
3509 if (m_frame->document() != this)
3755 if (m_frame)
3756 m_frame->script()->updateSecurityOrigin();
3784 if (m_frame)
3785 m_frame->script()->updateSecurityOrigin();
3793 if (m_frame) {
3979 ASSERT(m_frame);
3980 m_frame->loader()->client()->dispatchDidBecomeFrameset(isFrameSet());
4108 for (Frame* frame = m_frame; frame && frame->document(); frame = frame->tree()->traverseNext(m_frame))
4128 if (!m_frame)
4130 Frame* parent = m_frame->tree()->parent();
4473 m_frame->selection()->updateSecureKeyboardEntryIfActive();
4486 if (!m_frame) {
4498 ScriptExecutionContext::setSecurityOrigin(SecurityOrigin::create(m_url, m_frame->loader()->sandboxFlags()));
4536 Frame* ownerFrame = m_frame->tree()->parent();
4538 ownerFrame = m_frame->loader()->opener();
5066 if (!m_frame)
5069 DocumentLoader* loader = m_frame->loader()->activeDocumentLoader();
5075 bool isDocumentUpToDate = m_frame->isDocumentUpToDate();
5079 if (isDocumentUpToDate && m_frame->document() != this)