Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Frame

58         virtual void focusedFrameChanged(WebCore::Frame*);
60 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
85 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
89 virtual void runJavaScriptAlert(WebCore::Frame*, const WTF::String&);
90 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
91 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
106 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
115 virtual void print(WebCore::Frame*);
117 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String&);
126 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
134 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
135 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*);