Searched defs:name_prefix (Results 1 – 8 of 8) sorted by relevance
/external/chromium/base/threading/ |
D | simple_thread.cc | 13 SimpleThread::SimpleThread(const std::string& name_prefix) in SimpleThread() 18 SimpleThread::SimpleThread(const std::string& name_prefix, in SimpleThread() 57 const std::string& name_prefix) in DelegateSimpleThread() 63 const std::string& name_prefix, in DelegateSimpleThread() 79 const std::string& name_prefix, in DelegateSimpleThreadPool()
|
D | worker_pool_posix.cc | 55 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit, in WorkerThread() 97 const std::string& name_prefix, in PosixDynamicThreadPool()
|
D | simple_thread.h | 90 std::string name_prefix() { return name_prefix_; } in name_prefix() function
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | TraceEvent.h | 35 #define TRACE_EVENT_MAKE_UNIQUE_IDENTIFIER(name_prefix) TRACE_EVENT_MAKE_UNIQUE_IDENTIFIER2(name_pr… argument
|
/external/v8/src/ |
D | profile-generator-inl.h | 47 const char* name_prefix, in CodeEntry()
|
D | profile-generator.h | 410 const char* name_prefix, in INLINE()
|
D | profile-generator.cc | 801 const char* name_prefix, in NewCodeEntry()
|
/external/chromium/base/metrics/ |
D | field_trial.cc | 105 std::string FieldTrial::MakeName(const std::string& name_prefix, in MakeName()
|