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

  /external/chromium/chrome/browser/
browser_shutdown.cc 278 const char *time_fmt = "Shutdown.%s.time"; local
283 time = StringPrintf(time_fmt, "window_close");
286 time = StringPrintf(time_fmt, "browser_exit");
289 time = StringPrintf(time_fmt, "end_session");
  /external/chromium_org/chrome/browser/
browser_shutdown.cc 275 const char* time_fmt = "Shutdown.%s.time"; local
280 time = base::StringPrintf(time_fmt, "window_close");
283 time = base::StringPrintf(time_fmt, "browser_exit");
286 time = base::StringPrintf(time_fmt, "end_session");

Completed in 174 milliseconds