Searched refs:WebWidget (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebPopupMenu.h35 #include "WebWidget.h"
41 class WebPopupMenu : public WebWidget {
H A DWebWidget.h49 class WebWidget { class in namespace:WebKit
51 // This method closes and deletes the WebWidget.
54 // Returns the current size of the WebWidget.
57 // Called to resize the WebWidget.
64 // Called to layout the WebWidget. This MUST be called before Paint,
68 // Called to paint the rectangular region within the WebWidget
72 // changes are made to the WebWidget (e.g., once events are
84 // Called to inform the WebWidget of a change in theme.
89 // Called to inform the WebWidget of an input event. Returns true if
93 // Called to inform the WebWidget tha
[all...]
H A DWebWidgetClient.h41 class WebWidget;
46 // Called when a region of the WebWidget needs to be re-painted.
49 // Called when a region of the WebWidget, given by clipRect, should be
56 // Called when a call to WebWidget::composite is required
59 // Called when a call to WebWidget::animate is required
69 // Called when the widget should be closed. WebWidget::close() should
H A DWebViewClient.h70 class WebWidget;
77 // Since a WebView is a WebWidget, a WebViewClient is a WebWidgetClient.
98 virtual WebWidget* createPopupMenu(WebPopupType) { return 0; }
99 virtual WebWidget* createPopupMenu(const WebPopupMenuInfo&) { return 0; }
H A DWebView.h37 #include "WebWidget.h"
57 class WebView : public WebWidget {
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.h111 void setFocus(WebKit::WebWidget*, bool enable);
188 WebKit::WebWidget* m_focusedWidget;
H A DWebViewHost.h71 void setWebWidget(WebKit::WebWidget*);
73 WebKit::WebWidget* webWidget() const;
114 virtual WebKit::WebWidget* createPopupMenu(WebKit::WebPopupType);
115 virtual WebKit::WebWidget* createPopupMenu(const WebKit::WebPopupMenuInfo&);
290 WebKit::WebWidget* m_webWidget;
H A DTestShell.cpp275 void TestShell::setFocus(WebWidget* widget, bool enable)
611 WebWidget* focusedWidget = m_focusedWidget;
H A DWebViewHost.cpp239 WebWidget* WebViewHost::createPopupMenu(WebPopupType)
244 WebWidget* WebViewHost::createPopupMenu(const WebPopupMenuInfo&)
1159 void WebViewHost::setWebWidget(WebKit::WebWidget* widget)
1172 WebWidget* WebViewHost::webWidget() const
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp123 class TestWebWidget : public WebWidget {
154 virtual WebWidget* createPopupMenu(WebPopupType) { return m_webPopupMenu.get(); }
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp714 WebWidget* webwidget;

Completed in 129 milliseconds