Lines Matching refs:WebFrameProxy
48 class WebFrameProxy; variable
63 void runJavaScriptAlert(WebPageProxy*, const String&, WebFrameProxy*);
64 bool runJavaScriptConfirm(WebPageProxy*, const String&, WebFrameProxy*);
65 String runJavaScriptPrompt(WebPageProxy*, const String&, const String&, WebFrameProxy*);
87 bool runBeforeUnloadConfirmPanel(WebPageProxy*, const String&, WebFrameProxy*);
92 …unsigned long long exceededDatabaseQuota(WebPageProxy*, WebFrameProxy*, WebSecurityOrigin*, const …
94 …bool runOpenPanel(WebPageProxy*, WebFrameProxy*, const WebOpenPanelParameters::Data&, WebOpenPanel…
95 …bool decidePolicyForGeolocationPermissionRequest(WebPageProxy*, WebFrameProxy*, WebSecurityOrigin*…
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*);