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

1 2 3 4

  /external/lzma/CPP/Windows/Control/
StatusBar.h 16 bool SetText(LPCTSTR text)
17 { return CWindow::SetText(text); }
18 bool SetText(unsigned index, LPCTSTR text, UINT type)
20 bool SetText(unsigned index, LPCTSTR text)
21 { return SetText(index, text, 0); }
26 bool SetText(LPCWSTR text)
27 { return CWindow::SetText(text); }
28 bool SetText(unsigned index, LPCWSTR text, UINT type)
30 bool SetText(unsigned index, LPCWSTR text)
31 { return SetText(index, text, 0); }
    [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtbuf_unittest.cpp 23 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(L"Hello World")
    [all...]
cfde_txtedtbuf.h 50 void SetText(const CFX_WideString& wsText);
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.cpp 30 SetText(Title);
34 staticContol.SetText(Static);
35 _comboBox.SetText(Value);
PasswordDialog.cpp 28 _passwordEdit.SetText(Password);
ProgressDialog.cpp 69 SetText(_title);
124 SetText(title + _title);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h 75 ProgressDialog.SetText(LangString(IDS_PROGRESS_EXTRACTING));
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 149 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/
xfa_localevalue.h 78 bool SetText(const CFX_WideString& wsText);
79 bool SetText(const CFX_WideString& wsText,
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.h 50 void SetText(const CFX_ByteString& text);
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 53 void SetText(const CFX_WideString& wsText) override;
  /external/webrtc/webrtc/modules/video_render/external/
video_render_external_impl.h 102 virtual int32_t SetText(const uint8_t textId,
  /external/webrtc/webrtc/modules/video_render/
i_video_render.h 108 virtual int32_t SetText(const uint8_t textId,
video_render.h 246 virtual int32_t SetText(const uint8_t textId,
  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.h 103 virtual int32_t SetText(const uint8_t textId,
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 109 virtual int32_t SetText(const uint8_t textId,
video_render_mac_cocoa_impl.h 109 virtual int32_t SetText(const uint8_t textId,
video_render_mac_cocoa_impl.mm 222 int32_t VideoRenderMacCocoaImpl::SetText(const uint8_t textId,
232 return _ptrCocoaRender->SetText(textId, text, textLength, textColorRef, backgroundColorRef, left, top, right, bottom);
  /external/webrtc/webrtc/modules/video_render/windows/
i_video_render_win.h 88 virtual int32_t SetText(const uint8_t textId,
video_render_windows_impl.h 111 virtual int32_t SetText(const uint8_t textId,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 246 void SetText(object t, string 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/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.h 77 int32_t SetText(const uint8_t text_id,
  /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 );

Completed in 1515 milliseconds

1 2 3 4