Home | History | Annotate | Download | only in page

Lines Matching refs:Frame

50     class Frame;
93 virtual void focusedFrameChanged(Frame*) = 0;
95 // The Frame pointer provides the ChromeClient with context about which
96 // Frame wants to create the new Page. Also, the newly created window
101 virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&) = 0;
124 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame) = 0;
128 virtual void runJavaScriptAlert(Frame*, const String&) = 0;
129 virtual bool runJavaScriptConfirm(Frame*, const String&) = 0;
130 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result) = 0;
163 virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0;
172 virtual void print(Frame*) = 0;
175 virtual void exceededDatabaseQuota(Frame*, const String& databaseName) = 0;
222 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) = 0;
223 virtual void cancelGeolocationPermissionRequestForFrame(Frame*, Geolocation*) = 0;
225 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>) = 0;
243 virtual void attachRootGraphicsLayer(Frame*, GraphicsLayer*) = 0;