HomeSort by relevance Sort by last modified time
    Searched defs:SetText (Results 26 - 49 of 49) sorted by null

12

  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement.cc 42 void XmlText::SetText(const std::string& text) {
140 first_child_->AsText()->SetText(text);
  /external/webrtc/webrtc/modules/video_render/
video_render_impl.cc 468 int32_t ModuleVideoRenderImpl::SetText(
486 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
video_render_internal_impl.cc 691 int32_t ModuleVideoRenderImpl::SetText(
709 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py 287 self.item.SetText(text)
346 def SetText(self, text):
377 def SetText(self, text):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py 287 self.item.SetText(text)
346 def SetText(self, text):
377 def SetText(self, text):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 287 self.item.SetText(text)
346 def SetText(self, text):
377 def SetText(self, text):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 287 self.item.SetText(text)
346 def SetText(self, text):
377 def SetText(self, text):
  /external/lzma/CPP/Windows/
Window.h 239 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); }
241 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); }
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 489 void CPWL_EditCtrl::SetText(const FX_WCHAR* csText) {
490 m_pEdit->SetText(csText);
PWL_IconList.cpp 93 void CPWL_IconList_Item::SetText(const CFX_WideString& str) {
94 m_pText->SetText(str.c_str());
326 pItem->SetText(str);
PWL_Edit.cpp 34 void CPWL_Edit::SetText(const FX_WCHAR* csText) {
70 m_pEdit->SetText(swText.c_str());
    [all...]
PWL_Note.cpp 66 void CPWL_Note_Options::SetText(const CFX_WideString& sText) {
67 m_pText->SetText(sText.c_str());
121 void CPWL_Note_Edit::SetText(const FX_WCHAR* csText) {
123 CPWL_Edit::SetText(csText);
373 void CPWL_Note_Contents::SetText(const CFX_WideString& sText) {
376 m_pEdit->SetText(sText.c_str());
700 m_pSubject->SetText(sName.c_str());
746 m_pDateTime->SetText(swTime.c_str());
758 m_pContents->SetText(sContents);
1102 m_pOptions->SetText(sText)
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 64 void CFX_ListItem::SetText(const FX_WCHAR* text) {
66 m_pEdit->SetText(text);
125 pListItem->SetText(str);
fxet_edit.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 387 FX_BOOL CXFA_LocaleValue::SetText(const CFX_WideString& wsText) {
392 FX_BOOL CXFA_LocaleValue::SetText(const CFX_WideString& wsText,
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 962 int32_t VideoRenderDirect3D9::SetText(const uint8_t textId,
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 255 void CPDF_TextObject::SetText(const CFX_ByteString& str) {
274 void CPDF_TextObject::SetText(CFX_ByteString* pStrs,
281 void CPDF_TextObject::SetText(int nChars,
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h 131 virtual void SetText(const CFX_WideString& wsText) { m_wsText = wsText; }
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 243 procedure SetText(const Value: String);
272 property Text: String read GetText write SetText;
521 procedure SetText(const Value: String);
625 /// the input char buffer. Use setText() or can set this instance var.
627 property Text: String read GetText write SetText;
670 procedure SetText(const Value: String);
680 property Text: String read GetText write SetText;
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp 142 void CFDE_TxtEdtEngine::SetText(const CFX_WideString& wsText) {
155 m_pTxtBuf->SetText(wsTemp);
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 41 FWL_ERR IFWL_Edit::SetText(const CFX_WideString& wsText) {
42 return static_cast<CFWL_EditImp*>(GetImpl())->SetText(wsText);
520 FWL_ERR CFWL_EditImp::SetText(const CFX_WideString& wsText) {
521 m_pEdtEngine->SetText(wsText);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 184 virtual HRESULT WINAPI SetText(ULONG uMode,LPCWSTR pszPath) = 0;
217 HRESULT (WINAPI *SetText)(IWbemPath *This,ULONG uMode,LPCWSTR pszPath);
252 #define IWbemPath_SetText(This,uMode,pszPath) (This)->lpVtbl->SetText(This,uMode,pszPath)
    [all...]
tom.h 288 virtual HRESULT WINAPI SetText(BSTR bstr) = 0;
350 HRESULT (WINAPI *SetText)(ITextRange *This,BSTR bstr);
414 #define ITextRange_SetText(This,bstr) (This)->lpVtbl->SetText(This,bstr)
    [all...]

Completed in 1603 milliseconds

12