HomeSort by relevance Sort by last modified time
    Searched refs:PepperUMAHost (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/pepper/
pepper_uma_host.cc 49 PepperUMAHost::PepperUMAHost(content::RendererPpapiHost* host,
68 PepperUMAHost::~PepperUMAHost() {}
70 int32_t PepperUMAHost::OnResourceMessageReceived(
73 PPAPI_BEGIN_MESSAGE_MAP(PepperUMAHost, msg)
86 bool PepperUMAHost::IsPluginWhitelisted() {
91 bool PepperUMAHost::IsHistogramAllowed(const std::string& histogram) {
117 int32_t PepperUMAHost::OnHistogramCustomTimes(
142 int32_t PepperUMAHost::OnHistogramCustomCounts
    [all...]
pepper_uma_host.h 27 class PepperUMAHost : public ppapi::host::ResourceHost {
29 PepperUMAHost(content::RendererPpapiHost* host,
33 virtual ~PepperUMAHost();
76 DISALLOW_COPY_AND_ASSIGN(PepperUMAHost);
chrome_renderer_pepper_host_factory.cc 105 new PepperUMAHost(host_, instance, params.pp_resource()));

Completed in 72 milliseconds