Searched refs:PepperFlashMenuHost (Results 1 – 3 of 3) sorted by relevance
95 PepperFlashMenuHost::PepperFlashMenuHost( in PepperFlashMenuHost() function in PepperFlashMenuHost113 PepperFlashMenuHost::~PepperFlashMenuHost() { in ~PepperFlashMenuHost()122 int32_t PepperFlashMenuHost::OnResourceMessageReceived( in OnResourceMessageReceived()125 IPC_BEGIN_MESSAGE_MAP(PepperFlashMenuHost, msg) in OnResourceMessageReceived()132 int32_t PepperFlashMenuHost::OnHostMsgShow( in OnHostMsgShow()174 void PepperFlashMenuHost::OnMenuAction(int request_id, unsigned action) { in OnMenuAction()181 void PepperFlashMenuHost::OnMenuClosed(int request_id) { in OnMenuClosed()195 void PepperFlashMenuHost::SendMenuReply(int32_t result, int action) { in SendMenuReply()
27 class PepperFlashMenuHost : public ppapi::host::ResourceHost,30 PepperFlashMenuHost(content::RendererPpapiHost* host,34 virtual ~PepperFlashMenuHost();66 DISALLOW_COPY_AND_ASSIGN(PepperFlashMenuHost);
70 return scoped_ptr<ResourceHost>(new PepperFlashMenuHost( in CreateResourceHost()