Home
last modified time | relevance | path

Searched refs:GetPluginURLForInstance (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/browser/
Dbrowser_ppapi_host.h83 virtual GURL GetPluginURLForInstance(PP_Instance instance) = 0;
/external/chromium_org/content/browser/renderer_host/pepper/
Dbrowser_ppapi_host_impl.h54 virtual GURL GetPluginURLForInstance(PP_Instance instance) OVERRIDE;
Dbrowser_ppapi_host_impl.cc122 GURL BrowserPpapiHostImpl::GetPluginURLForInstance(PP_Instance instance) { in GetPluginURLForInstance() function in content::BrowserPpapiHostImpl
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_flash_browser_host.cc117 GURL plugin_url = host_->GetPluginURLForInstance(pp_instance()); in OnGetLocalDataRestrictions()