Searched refs:desired_method_mask (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
D | pepper_output_protection_message_filter.cc | 97 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()
|
D | pepper_output_protection_message_filter.h | 45 uint32_t desired_method_mask);
|
/external/chromium_org/ppapi/cpp/private/ |
D | output_protection_private.cc | 49 uint32_t desired_method_mask, in EnableProtection() argument 53 pp_resource(), desired_method_mask, in EnableProtection()
|
D | output_protection_private.h | 22 int32_t EnableProtection(uint32_t desired_method_mask,
|
/external/chromium_org/ppapi/proxy/ |
D | output_protection_resource.cc | 82 uint32_t desired_method_mask, in EnableProtection() argument 91 PpapiHostMsg_OutputProtection_EnableProtection(desired_method_mask), in EnableProtection()
|
D | output_protection_resource.h | 37 uint32_t desired_method_mask,
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_output_protection_api.h | 25 uint32_t desired_method_mask,
|
/external/chromium_org/ui/display/chromeos/ |
D | display_configurator.cc | 363 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()
|