Searched refs:from_here (Results 1 – 5 of 5) sorted by relevance
77 const tracked_objects::Location& from_here) { in PopulateAndLog() argument78 string file_name = base::FilePath(from_here.file_name()).BaseName().value(); in PopulateAndLog()80 << from_here.line_number() << ")]: "<< message; in PopulateAndLog()82 error->Populate(type, message, from_here); in PopulateAndLog()
65 const tracked_objects::Location& from_here);
131 void Error::PopulateAndLog(const tracked_objects::Location& from_here, in PopulateAndLog() argument133 string file_name = base::FilePath(from_here.file_name()).BaseName().value(); in PopulateAndLog()135 << from_here.line_number() << ")]: "<< message; in PopulateAndLog()137 error->Populate(type, message, from_here); in PopulateAndLog()
101 static void PopulateAndLog(const tracked_objects::Location& from_here,
169 void PostDelayedTask(const tracked_objects::Location& from_here, in PostDelayedTask() argument172 brillo::MessageLoop::current()->PostDelayedTask(from_here, task, delay); in PostDelayedTask()