Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DWidget.h120 enum WidgetNotification { WillPaintFlattened, DidPaintFlattened }; enum
201 virtual void notifyWidget(WidgetNotification) { } in notifyWidget() argument
/external/webkit/Source/WebCore/rendering/
DRenderWidget.h46 void notifyWidget(WidgetNotification);
DRenderView.h101 void notifyWidgets(WidgetNotification);
DRenderWidget.cpp247 void RenderWidget::notifyWidget(WidgetNotification notification) in notifyWidget()
DRenderView.cpp643 void RenderView::notifyWidgets(WidgetNotification 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()
/external/webkit/Source/WebCore/page/
DFrameView.h353 void notifyWidgetsInAllFrames(WidgetNotification);
DFrameView.cpp2779 void FrameView::notifyWidgetsInAllFrames(WidgetNotification notification) in notifyWidgetsInAllFrames()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1635 virtual void notifyWidget(WidgetNotification notification)