HomeSort by relevance Sort by last modified time
    Searched refs:InjectedBundlePageUIClient (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageUIClient.cpp 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& horizonta (…)
    [all...]
InjectedBundlePageUIClient.h 46 class InjectedBundlePageUIClient : public APIClient<WKBundlePageUIClient> {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 41 #include "InjectedBundlePageUIClient.h"
209 InjectedBundlePageUIClient& injectedBundleUIClient() { return m_uiClient; }
614 InjectedBundlePageUIClient m_uiClient;

Completed in 498 milliseconds