OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
(
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 |
test_management_policy.h
35
void
SetProhibitedActions
(int prohibited_actions);
Completed in 47 milliseconds