Home
last modified time | relevance | path

Searched refs:PepperPDFHost (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/pepper/
Dpepper_pdf_host.cc120 PepperPDFHost::PepperPDFHost( in PepperPDFHost() function in PepperPDFHost
128 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 …]
Dpepper_pdf_host.h36 class PepperPDFHost : public ppapi::host::ResourceHost {
38 PepperPDFHost(content::RendererPpapiHost* host,
41 virtual ~PepperPDFHost();
77 DISALLOW_COPY_AND_ASSIGN(PepperPDFHost);
Dchrome_renderer_pepper_host_factory.cc106 return scoped_ptr<ResourceHost>(new PepperPDFHost( in CreateResourceHost()