Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:InjectedBundlePageUIClient

27 #include "InjectedBundlePageUIClient.h"
39 void InjectedBundlePageUIClient::willAddMessageToConsole(WebPage* page, const String& message, int32_t lineNumber)
45 void InjectedBundlePageUIClient::willSetStatusbarText(WebPage* page, const String& statusbarText)
51 void InjectedBundlePageUIClient::willRunJavaScriptAlert(WebPage* page, const String& alertText, WebFrame* frame)
57 void InjectedBundlePageUIClient::willRunJavaScriptConfirm(WebPage* page, const String& message, WebFrame* frame)
63 void InjectedBundlePageUIClient::willRunJavaScriptPrompt(WebPage* page, const String& message, const String& defaultValue, WebFrame* frame)
69 void InjectedBundlePageUIClient::mouseDidMoveOverElement(WebPage* page, const HitTestResult& coreHitTestResult, WebEvent::Modifiers modifiers, RefPtr<APIObject>& userData)
81 void InjectedBundlePageUIClient::pageDidScroll(WebPage* page)
89 bool InjectedBundlePageUIClient::shouldPaintCustomOverhangArea()
94 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsContext, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
102 String InjectedBundlePageUIClient::shouldGenerateFileForUpload(WebPage* page, const String& originalFilePath)
110 String InjectedBundlePageUIClient::generateFileForUpload(WebPage* page, const String& originalFilePath)