Home | History | Annotate | Download | only in test_runner

Lines Matching refs:allowed

22   bool allowed = enabled_per_settings && images_allowed_;
26 (allowed ? "true" : "false") + "\n");
28 return allowed;
32 bool allowed = media_allowed_;
36 (allowed ? "true" : "false") + "\n");
37 return allowed;
42 bool allowed = enabled_per_settings && scripts_allowed_;
47 (allowed ? "true" : "false") + "\n");
49 return allowed;
94 void WebPermissions::SetDisplayingInsecureContentAllowed(bool allowed) {
95 displaying_insecure_content_allowed_ = allowed;
98 void WebPermissions::SetRunningInsecureContentAllowed(bool allowed) {
99 running_insecure_content_allowed_ = allowed;