Home
last modified time | relevance | path

Searched refs:notifyWidget (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderWidget.h46 void notifyWidget(WidgetNotification);
DRenderWidget.cpp247 void RenderWidget::notifyWidget(WidgetNotification notification) in notifyWidget() function in WebCore::RenderWidget
250 m_widget->notifyWidget(notification); in notifyWidget()
DRenderView.cpp649 renderWidgets[i]->notifyWidget(notification); in notifyWidgets()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.h114 virtual void notifyWidget(WebCore::WidgetNotification);
DPluginView.cpp593 void PluginView::notifyWidget(WidgetNotification notification) in notifyWidget() function in WebKit::PluginView
/external/webkit/Source/WebCore/platform/
DWidget.h201 virtual void notifyWidget(WidgetNotification) { } in notifyWidget() function
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1635 virtual void notifyWidget(WidgetNotification notification)
/external/webkit/Source/WebKit/mac/
DChangeLog3322 (NetscapePluginWidget::notifyWidget): Implement notifyWidget() and use it
/external/webkit/Source/WebKit2/
DChangeLog13414 (WebKit::PluginView::notifyWidget):
13791 (WebKit::PluginView::notifyWidget): Generate the snapshot before
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1637487 (WebCore::Widget::notifyWidget): Generic method that can be used
37503 (WebCore::RenderWidget::notifyWidget): Pass the message to the widget.