Searched defs:WebPluginDelegateImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_android.cc17 WebPluginDelegateImpl::WebPluginDelegateImpl( function in class:content::WebPluginDelegateImpl
31 WebPluginDelegateImpl::~WebPluginDelegateImpl() {
34 bool WebPluginDelegateImpl::PlatformInitialize() {
38 void WebPluginDelegateImpl::PlatformDestroyInstance() {
42 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
45 bool WebPluginDelegateImpl::WindowedCreatePlugin() {
49 void WebPluginDelegateImpl::WindowedDestroyWindow() {
52 bool WebPluginDelegateImpl
[all...]
H A Dwebplugin_delegate_impl_aura.cc14 WebPluginDelegateImpl::WebPluginDelegateImpl(WebPlugin* plugin, function in class:content::WebPluginDelegateImpl
18 WebPluginDelegateImpl::~WebPluginDelegateImpl() {
21 bool WebPluginDelegateImpl::PlatformInitialize() {
25 void WebPluginDelegateImpl::PlatformDestroyInstance() {
29 void WebPluginDelegateImpl::Paint(SkCanvas* canvas, const gfx::Rect& rect) {
32 bool WebPluginDelegateImpl::WindowedCreatePlugin() {
36 void WebPluginDelegateImpl::WindowedDestroyWindow() {
39 bool WebPluginDelegateImpl
[all...]
H A Dwebplugin_delegate_impl.h52 class WebPluginDelegateImpl : public WebPluginDelegate { class in namespace:content
76 static WebPluginDelegateImpl* Create(WebPlugin* plugin,
170 static WebPluginDelegateImpl* GetActiveDelegate();
196 friend class base::DeleteHelper<WebPluginDelegateImpl>;
199 WebPluginDelegateImpl(WebPlugin* plugin, PluginInstance* instance);
200 virtual ~WebPluginDelegateImpl();
396 scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_;
440 base::WeakPtrFactory<WebPluginDelegateImpl> user_gesture_msg_factory_;
471 DISALLOW_COPY_AND_ASSIGN(WebPluginDelegateImpl);
H A Dwebplugin_delegate_impl_win.cc67 WebPluginDelegateImpl* g_current_plugin_instance = NULL;
204 LRESULT CALLBACK WebPluginDelegateImpl::HandleEventMessageFilterHook(
214 LRESULT CALLBACK WebPluginDelegateImpl::MouseHookProc(
225 WebPluginDelegateImpl::WebPluginDelegateImpl( function in class:content::WebPluginDelegateImpl
311 // WebPluginDelegateImpl::Initialize.
322 WebPluginDelegateImpl::~WebPluginDelegateImpl() {
344 bool WebPluginDelegateImpl::PlatformInitialize() {
364 WebPluginDelegateImpl
[all...]

Completed in 1018 milliseconds