OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPluginURLForInstance
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/
browser_ppapi_host.h
94
virtual GURL
GetPluginURLForInstance
(PP_Instance instance) = 0;
/external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.h
59
virtual GURL
GetPluginURLForInstance
(PP_Instance instance) OVERRIDE;
browser_ppapi_host_impl.cc
126
GURL BrowserPpapiHostImpl::
GetPluginURLForInstance
(PP_Instance instance) {
/external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_browser_host.cc
114
GURL plugin_url = host_->
GetPluginURLForInstance
(pp_instance());
Completed in 5454 milliseconds