Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Frame

61     virtual void focusedFrameChanged(WebCore::Frame*);
63 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
86 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
90 virtual void runJavaScriptAlert(WebCore::Frame*, const WTF::String&);
91 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
92 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
107 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
116 virtual void print(WebCore::Frame*);
119 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String&);
138 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
150 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*);
163 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*) { }
164 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*) { }