Home | History | Annotate | Download | only in frame

Lines Matching refs:m_frame

58     if (!m_frame)
60 if (!m_frame->page())
62 return m_frame->page()->backForward().backForwardListCount();
73 if (!m_frame)
76 if (HistoryItem* historyItem = m_frame->loader().currentItem())
104 if (!m_frame)
112 if (!activeDocument->canNavigate(*m_frame))
115 m_frame->navigationScheduler().scheduleHistoryNavigation(distance);
120 Document* document = m_frame->document();
132 if (!m_frame || !m_frame->page() || !m_frame->loader().documentLoader())
136 if (!fullURL.isValid() || !m_frame->document()->securityOrigin()->canRequest(fullURL)) {
138 exceptionState.throwSecurityError("A history state object with URL '" + fullURL.elidedString() + "' cannot be created in a document with origin '" + m_frame->document()->securityOrigin()->toString() + "'.");
141 m_frame->loader().updateForSameDocumentNavigation(fullURL, SameDocumentNavigationHistoryApi, data, type);