Lines Matching refs:log
150 // Now log plugin stability info.
237 // TODO(kmixter): Write attribute once log server supports it
238 // and remove warning log.
240 LOG(WARNING) << "Not yet able to send otherusercrashcount="
247 // TODO(kmixter): Write attribute once log server supports it
248 // and remove warning log.
250 LOG(WARNING) << "Not yet able to send kernelcrashcount="
257 // TODO(kmixter): Write attribute once log server supports it
258 // and remove warning log.
260 LOG(WARNING) << "Not yet able to send systemuncleanshutdowns="
457 void MetricsLog::RecordOmniboxOpenedURL(const AutocompleteLog& log) {
470 WriteIntAttribute("typedlength", static_cast<int>(log.text.length()));
471 WriteIntAttribute("selectedindex", static_cast<int>(log.selected_index));
473 static_cast<int>(log.inline_autocompleted_length));
475 AutocompleteInput::TypeToString(log.input_type));
479 for (AutocompleteResult::const_iterator i(log.result.begin());
480 i != log.result.end(); ++i) {