Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:WebPage

44 class WebPage;
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<APIObject>& userData);
54 void pageDidScroll(WebPage*);
57 void paintCustomOverhangArea(WebPage*, WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);
59 String shouldGenerateFileForUpload(WebPage*, const String& originalFilePath);
60 String generateFileForUpload(WebPage*, const String& originalFilePath);