HomeSort by relevance Sort by last modified time
    Searched refs:GetPluginNPP (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 83 virtual struct _NPP* GetPluginNPP() = 0;
webplugin_delegate_impl.cc 188 NPP WebPluginDelegateImpl::GetPluginNPP() {
webplugin_delegate_impl.h 93 virtual NPP GetPluginNPP() OVERRIDE;
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 46 NPP owner = delegate->GetPluginNPP();
198 WebBindings::registerObjectOwner(delegate_->GetPluginNPP());
203 delegate_->GetPluginNPP());
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 68 virtual struct _NPP* GetPluginNPP() OVERRIDE;
webplugin_delegate_proxy.cc 362 channel_host_->AddMappingForNPObjectOwner(instance_id_, GetPluginNPP());
745 channel_host_.get(), route_id, 0, page_url_, GetPluginNPP());
750 NPP WebPluginDelegateProxy::GetPluginNPP() {
    [all...]
webplugin_impl.cc 242 npp_ = plugin_delegate->GetPluginNPP();
    [all...]

Completed in 171 milliseconds