Searched refs:PepperPDFHost (Results 1 – 3 of 3) sorted by relevance
120 PepperPDFHost::PepperPDFHost( in PepperPDFHost() function in PepperPDFHost128 PepperPDFHost::~PepperPDFHost() { in ~PepperPDFHost()131 int32_t PepperPDFHost::OnResourceMessageReceived( in OnResourceMessageReceived()134 IPC_BEGIN_MESSAGE_MAP(PepperPDFHost, msg) in OnResourceMessageReceived()155 int32_t PepperPDFHost::OnHostMsgGetLocalizedString( in OnHostMsgGetLocalizedString()176 int32_t PepperPDFHost::OnHostMsgDidStartLoading( in OnHostMsgDidStartLoading()186 int32_t PepperPDFHost::OnHostMsgDidStopLoading( in OnHostMsgDidStopLoading()196 int32_t PepperPDFHost::OnHostMsgSetContentRestriction( in OnHostMsgSetContentRestriction()208 int32_t PepperPDFHost::OnHostMsgUserMetricsRecordAction( in OnHostMsgUserMetricsRecordAction()226 int32_t PepperPDFHost::OnHostMsgHasUnsupportedFeature( in OnHostMsgHasUnsupportedFeature()[all …]
36 class PepperPDFHost : public ppapi::host::ResourceHost {38 PepperPDFHost(content::RendererPpapiHost* host,41 virtual ~PepperPDFHost();77 DISALLOW_COPY_AND_ASSIGN(PepperPDFHost);
106 return scoped_ptr<ResourceHost>(new PepperPDFHost( in CreateResourceHost()