Home
last modified time | relevance | path

Searched refs:detail_str (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/shell/renderer/
Dleak_detector.cc87 std::string detail_str; in onLeakDetectionComplete() local
88 base::JSONWriter::Write(&detail, &detail_str); in onLeakDetectionComplete()
89 report.detail = detail_str; in onLeakDetectionComplete()
/external/oprofile/libpp/
Dformat_output.cpp876 string detail_str = output_symbol_details(symb, sd.index, lo, hi); in output_symbol() local
878 if (detail_str.size() > 0) { in output_symbol()
881 details << detail_str; in output_symbol()