Home | History | Annotate | Download | only in plugins

Lines Matching refs:pluginView

38     class PluginView;
50 This is our extended state in a PluginView. This object is created and
51 kept insync with the PluginView, but is also available to WebViewCore
52 to allow its draw() method to be called from outside of the PluginView.
55 // initialize with our host pluginview. This will delete us when it is
57 PluginWidgetAndroid(WebCore::PluginView* view);
60 WebCore::PluginView* pluginView() const { return m_pluginView; }
65 /* Can't determine our core at construction time, so PluginView calls this
69 /* Called each time the PluginView gets a new size or position.
92 /* Called by PluginView to invalidate a portion of the plugin area (in
193 WebCore::PluginView* m_pluginView;