HomeSort by relevance Sort by last modified time
    Searched full:marker_name (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 75 // the identifier BootTime.|marker_name|.
76 void AddLoginTimeMarker(const std::string& marker_name, bool send_to_uma);
81 // the identifier ShutdownTime.|marker_name|.
82 void AddLogoutTimeMarker(const std::string& marker_name, bool send_to_uma);
boot_times_loader.cc 351 const std::string& marker_name, bool send_to_uma) {
352 login_time_markers_.push_back(TimeMarker(marker_name, send_to_uma));
356 const std::string& marker_name, bool send_to_uma) {
357 logout_time_markers_.push_back(TimeMarker(marker_name, send_to_uma));
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.h 42 // the identifier BootTime.|marker_name|.
43 void AddLoginTimeMarker(const std::string& marker_name, bool send_to_uma);
48 // the identifier ShutdownTime.|marker_name|.
49 void AddLogoutTimeMarker(const std::string& marker_name, bool send_to_uma);
boot_times_loader.cc 301 const std::string& marker_name, bool send_to_uma) {
302 AddMarker(&login_time_markers_, TimeMarker(marker_name, send_to_uma));
306 const std::string& marker_name, bool send_to_uma) {
307 AddMarker(&logout_time_markers_, TimeMarker(marker_name, send_to_uma));
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 249 char proc_self_task[80], marker_name[48], *marker_path; local
279 strcpy(marker_name, proc_self_task);
280 marker_path = marker_name + strlen(marker_name);
288 if (sys_stat(marker_name, &marker_sb) < 0) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 249 char proc_self_task[80], marker_name[48], *marker_path; local
279 strcpy(marker_name, proc_self_task);
280 marker_path = marker_name + strlen(marker_name);
288 if (sys_stat(marker_name, &marker_sb) < 0) {
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 49 const std::string& marker_name,
54 chromeos::BootTimesLoader::Get()->AddLoginTimeMarker(marker_name, false);
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc 66 const std::string& marker_name,
71 chromeos::BootTimesLoader::Get()->AddLoginTimeMarker(marker_name, false);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 212 milliseconds