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 50 ContentBrowserPepperHostFactory::ContentBrowserPepperHostFactory(
55 ContentBrowserPepperHostFactory::~ContentBrowserPepperHostFactory() {
58 scoped_ptr<ResourceHost> ContentBrowserPepperHostFactory::CreateResourceHost(
217 ContentBrowserPepperHostFactory::CreateAcceptedTCPSocket(
231 ContentBrowserPepperHostFactory::CreateNewTCPSocket(
248 ContentBrowserPepperHostFactory::GetPermissions() const {

Completed in 29 milliseconds