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

  /external/chromium_org/extensions/browser/
test_management_policy.cc 22 SetProhibitedActions(prohibited_actions);
26 void TestManagementPolicyProvider::SetProhibitedActions(
test_management_policy.h 35 void SetProhibitedActions(int prohibited_actions);
management_policy_unittest.cc 16 allow_all_.SetProhibitedActions(TestProvider::ALLOW_ALL);
17 no_modify_status_.SetProhibitedActions(
19 no_load_.SetProhibitedActions(TestProvider::PROHIBIT_LOAD);
20 must_remain_enabled_.SetProhibitedActions(
22 must_remain_disabled_.SetProhibitedActions(
25 restrict_all_.SetProhibitedActions(TestProvider::PROHIBIT_MODIFY_STATUS |

Completed in 25 milliseconds