Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Frame

57     virtual void focusedFrameChanged(WebCore::Frame*);
59 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
82 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
86 virtual void runJavaScriptAlert(WebCore::Frame*, const WTF::String&);
87 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
88 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
101 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
113 virtual void print(WebCore::Frame*);
115 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String& databaseName);
127 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
154 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*);
174 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*) { }
175 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*) { }