Searched refs:SetName (Results 1 – 17 of 17) sorted by relevance
49 static void SetName(const char* name);
65 void PlatformThread::SetName(const char* name) { in SetName() function in PlatformThread
48 void PlatformThread::SetName(const char* name) { in SetName() function in PlatformThread
142 PlatformThread::SetName(name_.c_str()); in ThreadMain()
33 PlatformThread::SetName(name_.c_str()); in ThreadMain()
125 PlatformThread::SetName(name.c_str()); in SetThreadName()
71 PlatformThread::SetName(name.c_str()); in ThreadMain()
151 …wrappedFunction->SetName(v8::String::New(fromWebCoreString(m_functionName), m_functionName.length(… in prepareListenerObject()
205 v8Function->SetName(v8::Handle<v8::String>::Cast(key)); in npObjectGetProperty()
744 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute. in SetName() function752 void SetName( const std::string& _name ) in SetName() function755 SetName ( buf.buffer ? buf.buffer : "error" ); in SetName()
282 self.device.SetName(self.cmd_args[0])
551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))835 dlg.SetName(self.GetValue(JetDefs.F_ENAME))874 def SetName(self, name): member in JetReplicate985 dlg.SetName("abc 02")
214 Private->EPOC_WsWindowGroup.SetName(winGroupName); //!! in ConstructWindowL()
40 STDMETHOD(SetName) (THIS_ LPCSTR) kind; \
1387 void SetName(Handle<String> name);
2455 void Function::SetName(v8::Handle<v8::String> name) { in SetName() function in v8::Function