Lines Matching refs:WebPage
44 class WebPage; variable
48 void willAddMessageToConsole(WebPage*, const String& message, int32_t lineNumber);
49 void willSetStatusbarText(WebPage*, const String&);
50 void willRunJavaScriptAlert(WebPage*, const String&, WebFrame*);
51 void willRunJavaScriptConfirm(WebPage*, const String&, WebFrame*);
52 void willRunJavaScriptPrompt(WebPage*, const String&, const String&, WebFrame*);
53 …void mouseDidMoveOverElement(WebPage*, const WebCore::HitTestResult&, WebEvent::Modifiers, RefPtr<…
54 void pageDidScroll(WebPage*);
57 …void paintCustomOverhangArea(WebPage*, WebCore::GraphicsContext*, const WebCore::IntRect&, const W…
59 String shouldGenerateFileForUpload(WebPage*, const String& originalFilePath);
60 String generateFileForUpload(WebPage*, const String& originalFilePath);