OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);