HomeSort by relevance Sort by last modified time
    Searched refs:swText (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 84 CFX_WideString swText;
86 swText = m_pWidget->GetValue();
88 swText = m_pWidget->GetOptionLabel(nCurSel);
96 pWnd->SetText(swText.c_str());
140 CFX_WideString swText = pWnd->GetText();
150 if (swText != m_pWidget->GetOptionLabel(nCurSel))
167 m_pWidget->SetValue(swText, FALSE);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 42 CFX_WideString swText = csText;
46 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText);
53 swText.Empty();
71 swText += FWL_VKEY_Return;
72 swText += swSection;
81 m_pEdit->SetText(swText.c_str());
607 CFX_WideString swText = pSH->GetClipboardText(this->GetAttachedHWnd());
608 if (swText.IsEmpty())
PWL_ComboBox.cpp 639 CFX_WideString swText = m_pList->GetText();
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 448 CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText);
489 const CFX_WideString & swText, FX_INT32 charset,
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 721 CFXEU_Clear::CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText) :
724 m_swText(swText)
810 const CFX_WideString & swText, FX_INT32 charset,
815 m_swText(swText),
    [all...]

Completed in 67 milliseconds