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

  /external/chromium_org/content/renderer/pepper/
content_renderer_pepper_host_factory.h 21 class ContentRendererPepperHostFactory : public ppapi::host::HostFactory {
23 explicit ContentRendererPepperHostFactory(RendererPpapiHostImpl* host);
24 virtual ~ContentRendererPepperHostFactory();
38 DISALLOW_COPY_AND_ASSIGN(ContentRendererPepperHostFactory);
content_renderer_pepper_host_factory.cc 62 ContentRendererPepperHostFactory::ContentRendererPepperHostFactory(
66 ContentRendererPepperHostFactory::~ContentRendererPepperHostFactory() {}
68 scoped_ptr<ResourceHost> ContentRendererPepperHostFactory::CreateResourceHost(
195 ContentRendererPepperHostFactory::GetPermissions() const {

Completed in 594 milliseconds