HomeSort by relevance Sort by last modified time
    Searched defs:BrowserPpapiHostImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc 32 BrowserPpapiHostImpl* browser_ppapi_host =
33 new BrowserPpapiHostImpl(sender, permissions, std::string(),
45 BrowserPpapiHostImpl::BrowserPpapiHostImpl(
64 BrowserPpapiHostImpl::~BrowserPpapiHostImpl() {
74 ppapi::host::PpapiHost* BrowserPpapiHostImpl::GetPpapiHost() {
78 base::ProcessHandle BrowserPpapiHostImpl::GetPluginProcessHandle() const {
84 bool BrowserPpapiHostImpl::IsValidInstance(PP_Instance instance) const {
88 bool BrowserPpapiHostImpl::GetRenderViewIDsForInstance
    [all...]
browser_ppapi_host_impl.h 27 class CONTENT_EXPORT BrowserPpapiHostImpl : public BrowserPpapiHost {
34 BrowserPpapiHostImpl(
44 virtual ~BrowserPpapiHostImpl();
79 // Implementing MessageFilter on BrowserPpapiHostImpl makes it ref-counted,
114 DISALLOW_COPY_AND_ASSIGN(BrowserPpapiHostImpl);

Completed in 763 milliseconds