Home | History | Annotate | Download | only in src

Lines Matching refs:WebView

39 #include "../public/WebView.h"
80 class WebViewImpl : public WebView, public RefCounted<WebViewImpl> {
100 // WebView methods:
235 // based on the Webkit function bool WebView::handleContextMenuEvent(WPARAM
236 // wParam, LPARAM lParam) in webkit\webkit\win\WebView.cpp. The only
241 // Notifies the WebView that a load has been committed. isNewNavigation
251 // Set the disposition for how this webview is to be initially shown.
300 friend class WebView; // So WebView::Create can call our constructor
380 // The policy for how this webview is to be initially shown.
387 // within this WebView.
407 // current drop target in this WebView (the drop target can accept the drop).
435 // Whether the webview is rendering transparently.