Home | History | Annotate | Download | only in common

Lines Matching refs:output

38   std::string output =
41 output += indent + "}\n";
42 return output;
52 std::string output =
56 output += indent + " status: ";
58 &output, "%s",
60 output += "\n";
63 output += indent + " enabled: ";
64 base::StringAppendF(&output, "%s", value.enabled() ? "true" : "false");
65 output += "\n";
68 output += indent + " owned: ";
69 base::StringAppendF(&output, "%s", value.owned() ? "true" : "false");
70 output += "\n";
73 output += indent + " local_data: ";
74 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
77 output += "\n";
80 output += indent + " dictionary_attack_counter: ";
81 base::StringAppendF(&output, "%d", value.dictionary_attack_counter());
82 output += "\n";
85 output += indent + " dictionary_attack_threshold: ";
86 base::StringAppendF(&output, "%d", value.dictionary_attack_threshold());
87 output += "\n";
90 output += indent + " dictionary_attack_lockout_in_effect: ";
92 &output, "%s",
94 output += "\n";
97 output += indent + " dictionary_attack_lockout_seconds_remaining: ";
98 base::StringAppendF(&output, "%d",
100 output += "\n";
102 output += indent + "}\n";
103 return output;
113 std::string output =
116 output += indent + "}\n";
117 return output;
127 std::string output =
131 output += indent + " status: ";
133 &output, "%s",
135 output += "\n";
137 output += indent + "}\n";
138 return output;
149 std::string output =
153 output += indent + " owner_dependency: ";
154 base::StringAppendF(&output, "%s",
158 output += "\n";
160 output += indent + "}\n";
161 return output;
172 std::string output =
176 output += indent + " status: ";
178 &output, "%s",
180 output += "\n";
182 output += indent + "}\n";
183 return output;