Searched refs:PepperFlashBrowserHost (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_flash_browser_host.cc52 PepperFlashBrowserHost::PepperFlashBrowserHost(BrowserPpapiHost* host, function in class:chrome::PepperFlashBrowserHost
62 PepperFlashBrowserHost::~PepperFlashBrowserHost() {}
64 int32_t PepperFlashBrowserHost::OnResourceMessageReceived(
67 PPAPI_BEGIN_MESSAGE_MAP(PepperFlashBrowserHost, msg)
78 int32_t PepperFlashBrowserHost::OnUpdateActivity(
96 int32_t PepperFlashBrowserHost::OnGetLocalTimeZoneOffset(
107 int32_t PepperFlashBrowserHost::OnGetLocalDataRestrictions(
125 base::Bind(&PepperFlashBrowserHost
[all...]
H A Dpepper_flash_browser_host.h28 class PepperFlashBrowserHost : public ppapi::host::ResourceHost { class in namespace:chrome
30 PepperFlashBrowserHost(content::BrowserPpapiHost* host,
33 virtual ~PepperFlashBrowserHost();
56 base::WeakPtrFactory<PepperFlashBrowserHost> weak_factory_;
58 DISALLOW_COPY_AND_ASSIGN(PepperFlashBrowserHost);
H A Dchrome_browser_pepper_host_factory.cc90 new PepperFlashBrowserHost(host_, instance, params.pp_resource()));

Completed in 74 milliseconds