Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:WebPageProxy

49 class WebPageProxy;
55 PassRefPtr<WebPageProxy> createNewPage(WebPageProxy*, const WebCore::WindowFeatures&, WebEvent::Modifiers, WebMouseEvent::Button);
56 void showPage(WebPageProxy*);
57 void close(WebPageProxy*);
59 void takeFocus(WebPageProxy*, WKFocusDirection);
60 void focus(WebPageProxy*);
61 void unfocus(WebPageProxy*);
63 void runJavaScriptAlert(WebPageProxy*, const String&, WebFrameProxy*);
64 bool runJavaScriptConfirm(WebPageProxy*, const String&, WebFrameProxy*);
65 String runJavaScriptPrompt(WebPageProxy*, const String&, const String&, WebFrameProxy*);
67 void setStatusText(WebPageProxy*, const String&);
68 void mouseDidMoveOverElement(WebPageProxy*, WebEvent::Modifiers, APIObject*);
69 void missingPluginButtonClicked(WebPageProxy*, const String& mimeType, const String& url, const String& pluginsPageURL);
72 void didNotHandleKeyEvent(WebPageProxy*, const NativeWebKeyboardEvent&);
74 bool toolbarsAreVisible(WebPageProxy*);
75 void setToolbarsAreVisible(WebPageProxy*, bool);
76 bool menuBarIsVisible(WebPageProxy*);
77 void setMenuBarIsVisible(WebPageProxy*, bool);
78 bool statusBarIsVisible(WebPageProxy*);
79 void setStatusBarIsVisible(WebPageProxy*, bool);
80 bool isResizable(WebPageProxy*);
81 void setIsResizable(WebPageProxy*, bool);
83 void setWindowFrame(WebPageProxy*, const WebCore::FloatRect&);
84 WebCore::FloatRect windowFrame(WebPageProxy*);
87 bool runBeforeUnloadConfirmPanel(WebPageProxy*, const String&, WebFrameProxy*);
89 void didDraw(WebPageProxy*);
90 void pageDidScroll(WebPageProxy*);
92 unsigned long long exceededDatabaseQuota(WebPageProxy*, WebFrameProxy*, WebSecurityOrigin*, const String& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long long currentUsage, unsigned long long expectedUsage);
94 bool runOpenPanel(WebPageProxy*, WebFrameProxy*, const WebOpenPanelParameters::Data&, WebOpenPanelResultListenerProxy*);
95 bool decidePolicyForGeolocationPermissionRequest(WebPageProxy*, WebFrameProxy*, WebSecurityOrigin*, GeolocationPermissionRequestProxy*);
98 float headerHeight(WebPageProxy*, WebFrameProxy*);
99 float footerHeight(WebPageProxy*, WebFrameProxy*);
100 void drawHeader(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
101 void drawFooter(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
102 void printFrame(WebPageProxy*, WebFrameProxy*);
105 void runModal(WebPageProxy*);
107 void didCompleteRubberBandForMainFrame(WebPageProxy*, const WebCore::IntSize&);
109 void saveDataToFileInDownloadsFolder(WebPageProxy*, const String& suggestedFilename, const String& mimeType, const String& originatingURLString, WebData*);