Home | History | Annotate | Download | only in page

Lines Matching full:frame

41     class Frame;
71 void contentsSizeChanged(Frame*, const IntSize&) const;
92 Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&) const;
114 bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
118 void runJavaScriptAlert(Frame*, const String&);
119 bool runJavaScriptConfirm(Frame*, const String&);
120 bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
121 void setStatusbarText(Frame*, const String&);
133 void print(Frame*);
135 void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
136 void cancelGeolocationPermissionRequestForFrame(Frame*);
138 void runOpenPanel(Frame*, PassRefPtr<FileChooser>);