Home | History | Annotate | Download | only in policy

Lines Matching refs:pac_url

531   bool pac_url = HasProxyPolicy(kPolicyProxyPacUrl);
534 if ((server || pac_url || bypass_list) && !(mode || server_mode)) {
566 if (server && pac_url) {
572 if (!server && !pac_url) {
578 if (pac_url)
598 if (server || pac_url || bypass_list) {
605 if (server || bypass_list || pac_url) {
620 if (pac_url) {
627 if (server || pac_url || bypass_list) {
688 std::string pac_url;
689 proxy_policies_[kPolicyProxyPacUrl]->GetAsString(&pac_url);
691 ProxyConfigDictionary::CreatePacScript(pac_url));