/external/chromium/third_party/libjingle/source/talk/base/ |
D | signalthread.cc | 43 worker_.SetName("SignalThread", this); in SignalThread() 50 bool SignalThread::SetName(const std::string& name, const void* obj) { in SetName() function in talk_base::SignalThread 54 return worker_.SetName(name, obj); in SetName()
|
D | signalthread.h | 60 bool SetName(const std::string& name, const void* obj);
|
D | thread.h | 135 bool SetName(const std::string& name, const void* obj);
|
D | thread.cc | 179 SetName("Thread", this); // default name in Thread() 208 bool Thread::SetName(const std::string& name, const void* obj) { in SetName() function in talk_base::Thread
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library_unittest.cc | 18 wifi->SetName(wifi_setname); in TEST() 28 wifi->SetName(wifi_setname2); in TEST()
|
/external/chromium/chrome/browser/ui/views/ |
D | generic_info_view.cc | 28 SetName(row, UTF16ToWide(l10n_util::GetStringUTF16(name_string_id))); in SetNameByStringId() 31 void GenericInfoView::SetName(int row, const string16& name) { in SetName() function in GenericInfoView
|
D | generic_info_view.h | 38 void SetName(int row, const string16& name);
|
D | generic_info_view_unittest.cc | 45 view1->SetName(0, kName); in TEST_F()
|
/external/chromium/base/threading/ |
D | platform_thread_posix.cc | 161 void PlatformThread::SetName(const char* name) { 192 void PlatformThread::SetName(const char* /*name*/) { in SetName() function in base::PlatformThread
|
D | platform_thread.h | 71 static void SetName(const char* name);
|
D | platform_thread_win.cc | 96 void PlatformThread::SetName(const char* name) { in SetName() function in base::PlatformThread
|
D | thread.cc | 150 PlatformThread::SetName(name_.c_str()); in ThreadMain()
|
D | watchdog.cc | 126 PlatformThread::SetName(name.c_str()); in SetThreadName()
|
D | worker_pool_posix.cc | 74 PlatformThread::SetName(name.c_str()); in ThreadMain()
|
D | simple_thread.cc | 48 PlatformThread::SetName(name_.c_str()); in ThreadMain()
|
D | platform_thread_mac.mm | 36 void PlatformThread::SetName(const char* name) {
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 31 void ThreadContextBase::SetName(const char *new_name) { in SetName() function in __sanitizer::ThreadContextBase 83 SetName(0); in Reset() 196 tctx->SetName(name); in SetThreadName()
|
D | sanitizer_thread_registry.h | 55 void SetName(const char *new_name);
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8LazyEventListener.cpp | 154 …wrappedFunction->SetName(v8::String::New(fromWebCoreString(m_functionName), m_functionName.length(… in prepareListenerObject()
|
/external/chromium/chrome/browser/ |
D | browser_main_posix.cc | 115 base::PlatformThread::SetName("CrShutdownDetector"); in ThreadMain()
|
/external/chromium/net/http/ |
D | mock_gssapi_library_posix.cc | 110 void SetName(gss_name_t dest, const void* src, size_t length) { in SetName() function 133 SetName(dest, src.c_str(), src.length()); in NameFromString()
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
D | xmlelement.h | 148 void SetName(const QName& name) { name_ = name; } in SetName() function
|
/external/tinyxml/ |
D | tinyxml.h | 744 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. in SetName() function 752 void SetName( const std::string& _name ) in SetName() function 755 SetName ( buf.buffer ? buf.buffer : "error" ); in SetName()
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 1016 void XMLAttribute::SetName( const char* n ) in SetName() function in XMLAttribute 1254 attrib->SetName( name ); in FindOrCreateAttribute() 1467 ele->SetName( name ); in NewElement()
|
D | tinyxml2.h | 825 void SetName( const char* name ); 848 void SetName( const char* str, bool staticMem=false ) { SetValue( str, staticMem ); }
|