Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Frame

54     virtual void focusedFrameChanged(WebCore::Frame*);
56 // The Frame pointer provides the ChromeClient with context about which
57 // Frame wants to create the new Page. Also, the newly created window
60 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
83 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame);
87 virtual void runJavaScriptAlert(WebCore::Frame*, const WTF::String&);
88 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&);
89 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
104 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
114 virtual void print(WebCore::Frame*);
117 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String& databaseName);
146 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
147 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*);
149 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
159 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*);