Home | History | Annotate | Download | only in policy

Lines Matching refs:Apply

15   EXPECT_CALL(store, Apply(_, _)).Times(3);
19 observer.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
21 observer.Apply(kPolicyProxyMode, Value::CreateStringValue("direct"));
23 observer.Apply(kPolicyIncognitoEnabled, Value::CreateBooleanValue(true));
34 EXPECT_CALL(store_pass, Apply(_, _)).Times(1);
38 filter_pass.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
40 filter_pass.Apply(kPolicyProxyMode, Value::CreateStringValue("direct"));
47 EXPECT_CALL(store_block, Apply(_, _)).Times(0);
51 filter_block.Apply(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
53 filter_block.Apply(kPolicyProxyMode, Value::CreateStringValue("direct"));