Searched defs:SetText (Results 1 - 25 of 34) sorted by relevance

12

/external/lzma/CPP/Windows/Control/
H A DStatusBar.h16 bool SetText(LPCTSTR text) function in class:NWindows::NControl::CStatusBar
17 { return CWindow::SetText(text); }
18 bool SetText(unsigned index, LPCTSTR text, UINT type) function in class:NWindows::NControl::CStatusBar
20 bool SetText(unsigned index, LPCTSTR text) function in class:NWindows::NControl::CStatusBar
21 { return SetText(index, text, 0); }
26 bool SetText(LPCWSTR text) function in class:NWindows::NControl::CStatusBar
27 { return CWindow::SetText(text); }
28 bool SetText(unsigned index, LPCWSTR text, UINT type) function in class:NWindows::NControl::CStatusBar
30 bool SetText(unsigned index, LPCWSTR text) function in class:NWindows::NControl::CStatusBar
31 { return SetText(inde
[all...]
/external/python/cpython2/Lib/idlelib/
H A DObjectBrowser.py36 def SetText(self, text): member in class:ObjectTreeItem
H A DTreeWidget.py288 self.item.SetText(text)
347 def SetText(self, text): member in class:TreeItem
378 def SetText(self, text): member in class:FileTreeItem
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs176 public virtual void SetText(object t, string text) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
177 adaptor.SetText(t, text);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs235 public virtual void SetText(object t, string text) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs246 void SetText(object t, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs97 SetText(t, text);
105 SetText(t, text);
303 public virtual void SetText( object t, string text ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs266 void SetText( object t, string text ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs229 public virtual void SetText( object t, string text ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
231 adaptor.SetText( t, text );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs234 void SetText(T t, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.cpp164 void CPDF_TextObject::SetText(const CFX_ByteString& str) { function in class:CPDF_TextObject
/external/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp72 void CFWL_Barcode::SetText(const CFX_WideString& wsText) { function in class:CFWL_Barcode
75 CFWL_Edit::SetText(wsText);
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.cc292 int32_t VideoRenderAndroid::SetText( function in class:webrtc::VideoRenderAndroid
/external/webrtc/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc163 int32_t VideoRenderExternalImpl::SetText( function in class:webrtc::VideoRenderExternalImpl
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.cc233 int32_t VideoRenderLinuxImpl::SetText( function in class:webrtc::VideoRenderLinuxImpl
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc253 int32_t VideoRenderMacCarbonImpl::SetText(const uint8_t textId, function in class:webrtc::VideoRenderMacCarbonImpl
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc293 int32_t VideoRenderWindowsImpl::SetText( function in class:webrtc::VideoRenderWindowsImpl
311 error = _ptrRendererWin->SetText(textId, text, textLength,
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.cpp218 void CPWL_ComboBox::SetText(const CFX_WideString& text) { function in class:CPWL_ComboBox
220 m_pEdit->SetText(text);
236 m_pEdit->SetText(m_pList->GetText());
H A DPWL_EditCtrl.cpp448 void CPWL_EditCtrl::SetText(const CFX_WideString& wsText) { function in class:CPWL_EditCtrl
449 m_pEdit->SetText(wsText);
/external/pdfium/xfa/fde/
H A Dcfde_txtedtbuf.cpp35 void CFDE_TxtEdtBuf::SetText(const CFX_WideString& wsText) { function in class:CFDE_TxtEdtBuf
/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlelement.cc42 void XmlText::SetText(const std::string& text) { function in class:buzz::XmlText
140 first_child_->AsText()->SetText(text);
/external/webrtc/webrtc/modules/video_render/
H A Dvideo_render_impl.cc468 int32_t ModuleVideoRenderImpl::SetText( function in class:webrtc::ModuleVideoRenderImpl
486 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
H A Dvideo_render_internal_impl.cc691 int32_t ModuleVideoRenderImpl::SetText( function in class:webrtc::ModuleVideoRenderImpl
709 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
/external/lzma/CPP/Windows/
H A DWindow.h240 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); } function in class:NWindows::CWindow
242 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } function in class:NWindows::CWindow
/external/pdfium/xfa/fde/xml/
H A Dfde_xml_imp.h161 void SetText(const CFX_WideString& wsText) { m_wsText = wsText; } function in class:CFDE_XMLText

Completed in 749 milliseconds

12