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.h94 virtual GURL GetPluginURLForInstance(PP_Instance instance) = 0;
/external/chromium_org/content/browser/renderer_host/pepper/
Dbrowser_ppapi_host_impl.h59 virtual GURL GetPluginURLForInstance(PP_Instance instance) OVERRIDE;
Dbrowser_ppapi_host_impl.cc126 GURL BrowserPpapiHostImpl::GetPluginURLForInstance(PP_Instance instance) { in GetPluginURLForInstance() function in content::BrowserPpapiHostImpl
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_flash_browser_host.cc114 GURL plugin_url = host_->GetPluginURLForInstance(pp_instance()); in OnGetLocalDataRestrictions()