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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 87 CFX_WideString swText;
90 swText = m_pWidget->GetValue();
92 swText = m_pWidget->GetOptionLabel(nCurSel);
100 pWnd->SetText(swText);
145 CFX_WideString swText = pWnd->GetText();
155 if (swText != m_pWidget->GetOptionLabel(nCurSel))
172 m_pWidget->SetValue(swText, FALSE);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Console.h 193 void AppendConsoleText(const CFX_WideString& swText);
194 void SetConsoleText(const CFX_WideString& swText);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 41 CFX_WideString swText = csText;
45 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText);
52 swText.Empty();
70 swText += FWL_VKEY_Return;
71 swText += swSection;
80 m_pEdit->SetText(swText);
603 CFX_WideString swText = pSH->GetClipboardText(this->GetAttachedHWnd());
604 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 452 CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText);
493 const CFX_WideString & swText, FX_INT32 charset,
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 738 CFXEU_Clear::CFXEU_Clear(CFX_Edit * pEdit, const CPVT_WordRange & wrSel, const CFX_WideString & swText) :
741 m_swText(swText)
827 const CFX_WideString & swText, FX_INT32 charset,
832 m_swText(swText),
    [all...]

Completed in 82 milliseconds