Lines Matching full:frame
61 class Frame;
91 FrameLoader(Frame*, FrameLoaderClient*);
96 Frame* frame() const { return m_frame; }
110 void loadURLIntoChildFrame(const KURL&, const String& referer, Frame*);
123 static void reportLocalLoadFailed(Frame*, const String& url);
126 Frame* createWindow(FrameLoader* frameLoaderForFrameLookup, const FrameLoadRequest&, const WindowFeatures&, bool& created);
269 Frame* opener();
270 void setOpener(Frame*);
297 bool requestObject(RenderPart* frame, const String& url, const AtomicString& frameName,
315 bool shouldAllowNavigation(Frame* targetFrame) const;
316 Frame* findFrameForNavigation(const AtomicString& name);
438 void closeAndRemoveChild(Frame*);
440 Frame* loadSubframe(HTMLFrameOwnerElement*, const KURL&, const String& name, const String& referrer);
462 Frame* m_frame;
472 // Document loaders for the three phases of frame loading. Note that while
524 Frame* m_opener;
525 HashSet<Frame*> m_openedFrames;