Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:Frame

73         virtual void focusedFrameChanged(Frame*);
75 // The Frame pointer provides the ChromeClient with context about which
76 // Frame wants to create the new Page. Also, the newly created window
79 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&);
102 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame);
106 virtual void runJavaScriptAlert(Frame*, const String&);
107 virtual bool runJavaScriptConfirm(Frame*, const String&);
108 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
123 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
134 virtual void print(Frame*);
136 virtual void exceededDatabaseQuota(Frame*, const String&);
150 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
151 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*);
157 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>);
171 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer* g);