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

1 2

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 46 void CPWL_Label::SetText(FX_LPCWSTR csText)
48 m_pEdit->SetText(csText);
PWL_Signature.cpp 102 void CPWL_Signature::SetText(FX_LPCWSTR sText)
104 m_pText->SetText(sText);
111 m_pDescription->SetText(string);
PWL_ComboBox.cpp 247 void CPWL_ComboBox::SetText(FX_LPCWSTR text)
250 m_pEdit->SetText(text);
269 m_pEdit->SetText(m_pList->GetText().c_str());
PWL_EditCtrl.cpp 564 void CPWL_EditCtrl::SetText(FX_LPCWSTR csText)
566 m_pEdit->SetText(csText);
PWL_IconList.cpp 108 void CPWL_IconList_Item::SetText(const CFX_WideString& str)
110 m_pText->SetText(str.c_str());
381 pItem->SetText(str);
PWL_ListBox.cpp 473 void CPWL_ListBox::SetText(FX_LPCWSTR csText,FX_BOOL bRefresh)
475 //return CPDF_List::SetText(csText,bRefresh);
PWL_Edit.cpp 40 void CPWL_Edit::SetText(FX_LPCWSTR csText)
81 m_pEdit->SetText(swText.c_str());
PWL_Note.cpp 83 void CPWL_Note_Options::SetText(const CFX_WideString& sText)
85 m_pText->SetText(sText.c_str());
146 void CPWL_Note_Edit::SetText(FX_LPCWSTR csText)
149 CPWL_Edit::SetText(csText);
441 void CPWL_Note_Contents::SetText(const CFX_WideString& sText)
446 m_pEdit->SetText(sText.c_str());
814 m_pSubject->SetText(sName.c_str());
870 m_pDateTime->SetText(swTime.c_str());
885 m_pContents->SetText(sContents);
1306 m_pOptions->SetText(sText)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 34 def SetText(self, text):
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/
ObjectBrowser.py 34 def SetText(self, text):
TreeWidget.py 287 self.item.SetText(text)
346 def SetText(self, text):
377 def SetText(self, text):
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 176 public virtual void SetText(object t, string text) {
177 adaptor.SetText(t, text);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 235 public virtual void SetText(object t, string text) {
ITreeAdaptor.cs 246 void SetText(object t, string text);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 97 SetText(t, text);
105 SetText(t, text);
303 public virtual void SetText( object t, string text )
ITreeAdaptor.cs 266 void SetText( object t, string text );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 229 public virtual void SetText( object t, string text )
231 adaptor.SetText( t, text );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 234 void SetText(T t, string text);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 79 void CFX_ListItem::SetText(FX_LPCWSTR text)
82 m_pEdit->SetText(text);
155 pListItem->SetText(str);
fxet_edit.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 260 void CPDF_TextObject::SetText(const CFX_ByteString& str)
279 void CPDF_TextObject::SetText(CFX_ByteString* pStrs, FX_FLOAT* pKerning, int nSegs)
284 void CPDF_TextObject::SetText(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pKernings)
  /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...]
  /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...]

Completed in 499 milliseconds

1 2