HomeSort by relevance Sort by last modified time
    Searched refs:WebPluginDelegateImpl (Results 1 - 13 of 13) 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.cc 25 WebPluginDelegateImpl* WebPluginDelegateImpl::Create(
37 return new WebPluginDelegateImpl(instance.get());
40 void WebPluginDelegateImpl::PluginDestroyed() {
48 bool WebPluginDelegateImpl::Initialize(
99 void WebPluginDelegateImpl::DestroyInstance() {
123 void WebPluginDelegateImpl::UpdateGeometry(
144 void WebPluginDelegateImpl::SetFocus(bool focused) {
164 void WebPluginDelegateImpl::SetPluginHasFocus(bool focused) {
171 void WebPluginDelegateImpl::SetContentAreaHasFocus(bool has_focus)
    [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);
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...]
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.h 31 class WebPluginDelegateImpl;
35 // actual WebPluginDelegateImpl object.
117 WebPluginDelegateImpl* delegate_;
webplugin_proxy.h 33 class WebPluginDelegateImpl;
51 void set_delegate(WebPluginDelegateImpl* d) { delegate_ = d; }
223 WebPluginDelegateImpl* delegate_;
webplugin_delegate_stub.cc 35 WebPluginDelegateImpl* delegate,
183 delegate_ = WebPluginDelegateImpl::Create(path, mime_type_);
186 WebPluginDelegateImpl::PLUGIN_QUIRK_DIE_AFTER_UNLOAD) {
webplugin_proxy.cc 321 WebPluginDelegateImpl::PLUGIN_QUIRK_BLOCK_NONSTANDARD_GETURL_REQUESTS) {
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 124 if (webkit::npapi::WebPluginDelegateImpl::GetPluginNameFromWindow(
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 157 if (webkit::npapi::WebPluginDelegateImpl::IsPluginDelegateWindow(window) &&
608 if (!webkit::npapi::WebPluginDelegateImpl::IsPluginDelegateWindow(hwnd))
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 658 return WebPluginDelegateImpl::Create(file_path_, mime_type_);
    [all...]

Completed in 607 milliseconds