Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Frame

69     virtual void focusedFrameChanged(WebCore::Frame*);
71 // The Frame pointer provides the ChromeClient with context about which
72 // Frame wants to create the new Page. Also, the newly created window
75 virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
98 virtual bool runBeforeUnloadConfirmPanel(const String& message, WebCore::Frame* frame);
102 virtual void runJavaScriptAlert(WebCore::Frame*, const String&);
103 virtual bool runJavaScriptConfirm(WebCore::Frame*, const String&);
104 virtual bool runJavaScriptPrompt(WebCore::Frame*, const String& message, const String& defaultValue, String& result);
123 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
135 virtual void print(WebCore::Frame*);
138 virtual void exceededDatabaseQuota(WebCore::Frame*, const String& databaseName);
168 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
169 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*);
171 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
193 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*);