Searched refs:PepperFlashDeviceIDHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_flash_device_id_host.cc21 PepperFlashDeviceIDHost::PepperFlashDeviceIDHost(BrowserPpapiHost* host, function in class:chrome::PepperFlashDeviceIDHost
31 PepperFlashDeviceIDHost::~PepperFlashDeviceIDHost() {
34 int32_t PepperFlashDeviceIDHost::OnResourceMessageReceived(
37 IPC_BEGIN_MESSAGE_MAP(PepperFlashDeviceIDHost, msg)
44 int32_t PepperFlashDeviceIDHost::OnHostMsgGetDeviceID(
46 if (!fetcher_->Start(base::Bind(&PepperFlashDeviceIDHost::GotDeviceID,
54 void PepperFlashDeviceIDHost::GotDeviceID(
H A Dpepper_flash_device_id_host.h25 class PepperFlashDeviceIDHost : public ppapi::host::ResourceHost { class in namespace:chrome
27 PepperFlashDeviceIDHost(content::BrowserPpapiHost* host,
30 virtual ~PepperFlashDeviceIDHost();
48 base::WeakPtrFactory<PepperFlashDeviceIDHost> weak_factory_;
50 DISALLOW_COPY_AND_ASSIGN(PepperFlashDeviceIDHost);

Completed in 470 milliseconds