Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.cc320 ThreadData::ThreadData(const std::string& suggested_name) in ThreadData() argument
326 DCHECK_GE(suggested_name.size(), 0u); in ThreadData()
327 thread_name_ = suggested_name; in ThreadData()
369 void ThreadData::InitializeThreadContext(const std::string& suggested_name) { in InitializeThreadContext() argument
375 current_thread_data = new ThreadData(suggested_name); in InitializeThreadContext()
Dtracked_objects.h456 static void InitializeThreadContext(const std::string& suggested_name);
571 explicit ThreadData(const std::string& suggested_name);