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

12

  /external/webrtc/webrtc/modules/video_render/
video_render_internal_impl.cc 691 int32_t ModuleVideoRenderImpl::SetText(
709 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
  /external/lzma/CPP/Windows/
Window.h 240 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); }
242 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); }
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 42 void CPWL_Edit::SetText(const WideString& csText) {
45 m_pEdit->SetText(swText);
53 m_pEdit->SetText(swText);
79 m_pEdit->SetText(swText);
cpwl_list_impl.cpp 32 void CPWL_ListCtrl::Item::SetText(const WideString& text) {
33 m_pEdit->SetText(text);
564 pListItem->SetText(str);
cpwl_edit_impl.cpp 786 void CPWL_EditImpl::SetText(const WideString& sText) {
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 962 int32_t VideoRenderDirect3D9::SetText(const uint8_t textId,
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 287 void CPDF_VariableText::SetText(const WideString& swText) {
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 273 void CFWL_Edit::SetText(const WideString& wsText) {
    [all...]
  /external/antlr/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/tinyxml2/
tinyxml2.cpp     [all...]

Completed in 325 milliseconds

12