HomeSort by relevance Sort by last modified time
    Searched defs:WebPluginDelegateImpl (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 17 WebPluginDelegateImpl::WebPluginDelegateImpl(
30 WebPluginDelegateImpl::~WebPluginDelegateImpl() {
33 bool WebPluginDelegateImpl::PlatformInitialize() {
37 void WebPluginDelegateImpl::PlatformDestroyInstance() {
41 void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas,
45 bool WebPluginDelegateImpl::WindowedCreatePlugin() {
49 void WebPluginDelegateImpl::WindowedDestroyWindow() {
52 bool WebPluginDelegateImpl::WindowedReposition
    [all...]
webplugin_delegate_impl_aura.cc 14 WebPluginDelegateImpl::WebPluginDelegateImpl(PluginInstance* instance) {
17 WebPluginDelegateImpl::~WebPluginDelegateImpl() {
20 bool WebPluginDelegateImpl::PlatformInitialize() {
24 void WebPluginDelegateImpl::PlatformDestroyInstance() {
28 void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas,
32 bool WebPluginDelegateImpl::WindowedCreatePlugin() {
36 void WebPluginDelegateImpl::WindowedDestroyWindow() {
39 bool WebPluginDelegateImpl::WindowedReposition
    [all...]
webplugin_delegate_impl_gtk.cc 31 WebPluginDelegateImpl::WebPluginDelegateImpl(
70 WebPluginDelegateImpl::~WebPluginDelegateImpl() {
87 bool WebPluginDelegateImpl::PlatformInitialize() {
94 void WebPluginDelegateImpl::PlatformDestroyInstance() {
98 void WebPluginDelegateImpl::Paint(WebKit::WebCanvas* canvas,
107 bool WebPluginDelegateImpl::WindowedCreatePlugin() {
154 void WebPluginDelegateImpl::WindowedDestroyWindow() {
165 bool WebPluginDelegateImpl::WindowedReposition
    [all...]
webplugin_delegate_impl_win.cc 67 WebPluginDelegateImpl* g_current_plugin_instance = NULL;
201 LRESULT CALLBACK WebPluginDelegateImpl::HandleEventMessageFilterHook(
211 LRESULT CALLBACK WebPluginDelegateImpl::MouseHookProc(
222 WebPluginDelegateImpl::WebPluginDelegateImpl(
306 // WebPluginDelegateImpl::Initialize.
317 WebPluginDelegateImpl::~WebPluginDelegateImpl() {
339 bool WebPluginDelegateImpl::PlatformInitialize() {
359 WebPluginDelegateImpl::TrackPopupMenuPatch)
    [all...]
webplugin_delegate_impl.h 58 class WebPluginDelegateImpl : public WebPluginDelegate {
80 static WebPluginDelegateImpl* Create(const base::FilePath& filename,
161 static WebPluginDelegateImpl* GetActiveDelegate();
193 friend class base::DeleteHelper<WebPluginDelegateImpl>;
196 explicit WebPluginDelegateImpl(PluginInstance* instance);
197 virtual ~WebPluginDelegateImpl();
408 scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_;
452 base::WeakPtrFactory<WebPluginDelegateImpl> user_gesture_msg_factory_;
483 DISALLOW_COPY_AND_ASSIGN(WebPluginDelegateImpl);

Completed in 2097 milliseconds