HomeSort by relevance Sort by last modified time
    Searched refs:line_name (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 226 string16 line_name = title.empty() ? ASCIIToUTF16("description") local
228 subst.push_back(EscapeForHTML(UTF16ToUTF8(line_name)));
  /external/skia/bench/
bench_graph_svg.py 247 line_name = Label(point.bench
252 if line_name not in lines:
253 lines[line_name] = []
255 lines[line_name].append((revision, point.time))
    [all...]
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 225 string16 line_name = title.empty() ? ASCIIToUTF16("description") local
227 subst.push_back(net::EscapeForHTML(UTF16ToUTF8(line_name)));

Completed in 691 milliseconds