Searched refs:SetText (Results 1 - 25 of 84) sorted by relevance

1234

/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/pdfium/xfa/fde/
H A Dcfde_txtedtbuf_unittest.cpp23 buf_->SetText(L"Hi");
33 buf_->SetText(L"Hi");
46 buf_->SetText(L"Hi");
59 buf_->SetText(L"Hello World");
72 TEST_F(CFDE_TxtEdtBufTest, SetText) {
73 buf_->SetText(L"Hello World");
76 buf_->SetText(L"Hi");
87 buf_->SetText(L"Hello there World");
98 buf_->SetText(L"Hello World");
109 buf_->SetText(
[all...]
H A Dcfde_txtedtbuf.h50 void SetText(const CFX_WideString& wsText);
/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp30 SetText(Title);
34 staticContol.SetText(Static);
35 _comboBox.SetText(Value);
H A DPasswordDialog.cpp28 _passwordEdit.SetText(Password);
H A DProgressDialog.cpp69 SetText(_title);
124 SetText(title + _title);
H A DOverwriteDialog.cpp81 control.SetText(s);
/external/lzma/CPP/7zip/UI/GUI/
H A DExtractDialog.cpp149 SetText(s);
157 _passwordControl.SetText(Password);
202 _pathName.SetText(pathName);
209 _path.SetText(pathPrefix);
250 _passwordControl.SetText(password);
286 _path.SetText(resultPath);
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localevalue.h78 bool SetText(const CFX_WideString& wsText);
79 bool SetText(const CFX_WideString& wsText,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
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 DITreeAdaptor.cs266 void SetText( object t, string text ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
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
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.h75 ProgressDialog.SetText(LangString(IDS_PROGRESS_EXTRACTING));
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.h50 void SetText(const CFX_ByteString& text);
/external/webrtc/webrtc/modules/video_render/
H A Di_video_render.h108 virtual int32_t SetText(const uint8_t textId,
/external/webrtc/webrtc/modules/video_render/windows/
H A Di_video_render_win.h88 virtual int32_t SetText(const uint8_t textId,
H A Dvideo_render_windows_impl.h111 virtual int32_t SetText(const uint8_t textId,
/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/xfa/fwl/
H A Dcfwl_barcode.h53 void SetText(const CFX_WideString& wsText) override;
/external/webrtc/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.h102 virtual int32_t SetText(const uint8_t textId,
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_impl.h77 int32_t SetText(const uint8_t text_id,
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.h103 virtual int32_t SetText(const uint8_t textId,
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.h109 virtual int32_t SetText(const uint8_t textId,
H A Dvideo_render_mac_cocoa_impl.h109 virtual int32_t SetText(const uint8_t textId,
H A Dvideo_render_mac_cocoa_impl.mm222 int32_t VideoRenderMacCocoaImpl::SetText(const uint8_t textId,
232 return _ptrCocoaRender->SetText(textId, text, textLength, textColorRef, backgroundColorRef, left, top, right, bottom);

Completed in 412 milliseconds

1234