Home | History | Annotate | Download | only in loader

Lines Matching full:frame

36 #include "Frame.h"
52 MainResourceLoader::MainResourceLoader(Frame* frame)
53 : ResourceLoader(frame, true, true)
64 PassRefPtr<MainResourceLoader> MainResourceLoader::create(Frame* frame)
66 return adoptRef(new MainResourceLoader(frame));
73 RefPtr<Frame> protectFrame(m_frame);
162 // URL of the main frame which doesn't change when we redirect.
178 Frame* top = m_frame->tree()->top();
315 HTTPHeaderMap::const_iterator it = r.httpHeaderFields().find(AtomicString("x-frame-options"));