Home | History | Annotate | Download | only in common

Lines Matching refs:suggestions

71   int suggestions;  // Bitmap of SUGGEST_* values.
541 options.suggestions = SUGGEST_NONE;
630 params->suggest_reload = !!(options.suggestions & SUGGEST_RELOAD);
633 base::ListValue* suggestions = NULL;
636 suggestions = new base::ListValue();
638 suggestions = params->override_suggestions.release();
642 error_strings->Set("suggestions", suggestions);
673 // Add at the front, so it appears before other suggestions, in the case
674 // suggestions are being overridden by |params|.
675 suggestions->Insert(0, suggest_reload_repost);
679 // If not using the default suggestions, nothing else to do.
698 if (options.suggestions & SUGGEST_CHECK_CONNECTION) {
706 suggestions->Append(suggest_check_connection);
709 if (options.suggestions & SUGGEST_DNS_CONFIG) {
717 suggestions->Append(suggest_dns_config);
731 suggestions->Append(suggest_network_prediction);
734 if (options.suggestions & SUGGEST_FIREWALL_CONFIG) {
742 suggestions->Append(suggest_firewall_config);
745 if (options.suggestions & SUGGEST_PROXY_CONFIG) {
757 suggestions->Append(suggest_proxy_config);
760 if (options.suggestions & SUGGEST_DISABLE_EXTENSION) {
767 suggestions->Append(suggest_disable_extension);
770 if (options.suggestions & SUGGEST_VIEW_POLICIES) {
780 suggestions->Append(suggest_view_policies);
783 if (options.suggestions & SUGGEST_CONTACT_ADMINISTRATOR) {
790 suggestions->Append(suggest_contant_administrator);
793 if (options.suggestions & SUGGEST_LEARNMORE) {
818 suggestions->Append(suggest_learn_more);