Home | History | Annotate | Download | only in loader

Lines Matching full:frame

43 #include "Frame.h"
213 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
227 RefPtr<Frame> protectFrame(m_frame);
341 void DocumentLoader::setFrame(Frame* frame)
343 if (m_frame == frame)
345 ASSERT(frame && !m_frame);
346 m_frame = frame;
392 // Once a frame has loaded, we no longer need to consider subresources,
474 return ArchiveResource::create(mainResourceBuffer, r.url(), r.mimeType(), r.textEncodingName(), frame()->tree()->name());
691 if (Frame* frame = m_frame)
692 frame->loader()->checkLoadComplete();
758 if (Frame* frame = m_frame)
759 frame->loader()->checkLoadComplete();