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

  /external/chromium_org/content/browser/renderer_host/pepper/
content_browser_pepper_host_factory.h 24 class ContentBrowserPepperHostFactory : public ppapi::host::HostFactory {
27 explicit ContentBrowserPepperHostFactory(BrowserPpapiHostImpl* host);
29 virtual ~ContentBrowserPepperHostFactory();
55 DISALLOW_COPY_AND_ASSIGN(ContentBrowserPepperHostFactory);
content_browser_pepper_host_factory.cc 49 ContentBrowserPepperHostFactory::ContentBrowserPepperHostFactory(
53 ContentBrowserPepperHostFactory::~ContentBrowserPepperHostFactory() {}
55 scoped_ptr<ResourceHost> ContentBrowserPepperHostFactory::CreateResourceHost(
222 ContentBrowserPepperHostFactory::CreateAcceptedTCPSocket(
236 ContentBrowserPepperHostFactory::CreateNewTCPSocket(
252 const ppapi::PpapiPermissions& ContentBrowserPepperHostFactory::GetPermissions()

Completed in 34 milliseconds