Home
last modified time | relevance | path

Searched refs:EnableContentProtection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_output_protection_message_filter.cc200 bool result = configurator->EnableContentProtection( in OnEnableProtection()
225 configurator->EnableContentProtection( in OnWindowHierarchyChanged()
227 configurator->EnableContentProtection( in OnWindowHierarchyChanged()
/external/chromium_org/ui/display/chromeos/
Ddisplay_configurator.h242 bool EnableContentProtection(ContentProtectionClientId client_id,
Ddisplay_configurator_unittest.cc1157 EXPECT_TRUE(configurator_.EnableContentProtection( in TEST_F()
1190 EXPECT_TRUE(configurator_.EnableContentProtection( in TEST_F()
1209 EXPECT_TRUE(configurator_.EnableContentProtection( in TEST_F()
1213 EXPECT_TRUE(configurator_.EnableContentProtection( in TEST_F()
Ddisplay_configurator.cc360 bool DisplayConfigurator::EnableContentProtection( in EnableContentProtection() function in ui::DisplayConfigurator