Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_menu_host.cc95 PepperFlashMenuHost::PepperFlashMenuHost( in PepperFlashMenuHost() function in PepperFlashMenuHost
113 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()
Dpepper_flash_menu_host.h27 class PepperFlashMenuHost : public ppapi::host::ResourceHost,
30 PepperFlashMenuHost(content::RendererPpapiHost* host,
34 virtual ~PepperFlashMenuHost();
66 DISALLOW_COPY_AND_ASSIGN(PepperFlashMenuHost);
Dchrome_renderer_pepper_host_factory.cc70 return scoped_ptr<ResourceHost>(new PepperFlashMenuHost( in CreateResourceHost()