Home
last modified time | relevance | path

Searched refs:desired_method_mask (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_output_protection_message_filter.cc97 int32_t OnEnableProtection(uint32_t desired_method_mask);
195 uint32_t desired_method_mask) { in OnEnableProtection() argument
201 GetClientId(), display_id_, desired_method_mask); in OnEnableProtection()
202 desired_method_mask_ = desired_method_mask; in OnEnableProtection()
304 uint32_t desired_method_mask) { in OnEnableProtection() argument
308 int32_t result = delegate_->OnEnableProtection(desired_method_mask); in OnEnableProtection()
Dpepper_output_protection_message_filter.h45 uint32_t desired_method_mask);
/external/chromium_org/ppapi/cpp/private/
Doutput_protection_private.cc49 uint32_t desired_method_mask, in EnableProtection() argument
53 pp_resource(), desired_method_mask, in EnableProtection()
Doutput_protection_private.h22 int32_t EnableProtection(uint32_t desired_method_mask,
/external/chromium_org/ppapi/proxy/
Doutput_protection_resource.cc82 uint32_t desired_method_mask, in EnableProtection() argument
91 PpapiHostMsg_OutputProtection_EnableProtection(desired_method_mask), in EnableProtection()
Doutput_protection_resource.h37 uint32_t desired_method_mask,
/external/chromium_org/ppapi/thunk/
Dppb_output_protection_api.h25 uint32_t desired_method_mask,
/external/chromium_org/ui/display/chromeos/
Ddisplay_configurator.cc363 uint32_t desired_method_mask) { in EnableContentProtection() argument
380 protections[display_id] |= desired_method_mask; in EnableContentProtection()
385 if (desired_method_mask == CONTENT_PROTECTION_METHOD_NONE) { in EnableContentProtection()
393 client_protection_requests_[client_id][display_id] = desired_method_mask; in EnableContentProtection()