Searched defs:SetName (Results 1 - 16 of 16) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsignalthread.cc43 worker_.SetName("SignalThread", this);
50 bool SignalThread::SetName(const std::string& name, const void* obj) { function in class:talk_base::SignalThread
54 return worker_.SetName(name, obj);
H A Dthread.cc179 SetName("Thread", this); // default name
208 bool Thread::SetName(const std::string& name, const void* obj) { function in class:talk_base::Thread
/external/chromium/base/threading/
H A Dplatform_thread_posix.cc155 // Linux SetName is currently disabled, as we need to distinguish between
161 void PlatformThread::SetName(const char* name) {
192 void PlatformThread::SetName(const char* /*name*/) { function in class:base::PlatformThread
H A Dplatform_thread_win.cc96 void PlatformThread::SetName(const char* name) { function in class:base::PlatformThread
/external/chromium/chrome/browser/ui/views/
H A Dgeneric_info_view.cc28 SetName(row, UTF16ToWide(l10n_util::GetStringUTF16(name_string_id)));
31 void GenericInfoView::SetName(int row, const string16& name) { function in class:GenericInfoView
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h148 void SetName(const QName& name) { name_ = name; } function in class:buzz::XmlElement
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc31 void ThreadContextBase::SetName(const char *new_name) { function in class:__sanitizer::ThreadContextBase
83 SetName(0);
196 tctx->SetName(name);
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
835 dlg.SetName(self.GetValue(JetDefs.F_ENAME))
874 def SetName(self, name): member in class:JetReplicate
985 dlg.SetName("abc 02")
/external/chromium/net/http/
H A Dmock_gssapi_library_posix.cc110 void SetName(gss_name_t dest, const void* src, size_t length) { function in namespace:net::__anon3120
133 SetName(dest, src.c_str(), src.length());
/external/tinyxml/
H A Dtinyxml.h744 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. function in class:TiXmlAttribute
752 void SetName( const std::string& _name ) function in class:TiXmlAttribute
755 SetName ( buf.buffer ? buf.buffer : "error" );
/external/tinyxml2/
H A Dtinyxml2.cpp1016 void XMLAttribute::SetName( const char* n ) function in class:XMLAttribute
1254 attrib->SetName( name );
1467 ele->SetName( name );
H A Dtinyxml2.h825 void SetName( const char* name );
848 void SetName( const char* str, bool staticMem=false ) { SetValue( str, staticMem ); } function in class:tinyxml2::XMLElement
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc1026 void Network::SetName(const std::string& name) { function in class:chromeos::Network
1050 SetName(name);
1813 SetName(ssid);
1815 SetName(ssid_utf8);
/external/v8/src/
H A Dapi.cc3621 void Function::SetName(v8::Handle<v8::String> name) { function in class:v8::Function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 460 milliseconds