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

  /external/pdfium/core/fpdfdoc/
cpdf_pagelabel.h 22 int32_t GetPageByLabel(const WideStringView& wsLabel) const;
cpdf_pagelabel.cpp 145 int32_t CPDF_PageLabel::GetPageByLabel(const WideStringView& wsLabel) const {
148 PDF_EncodeText(wsLabel.unterminated_c_str()).AsStringView());
  /external/pdfium/xfa/fxfa/
cxfa_fflistbox.h 28 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
cxfa_ffcombobox.h 53 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
cxfa_widgetacc.h 147 void InsertItem(const WideString& wsLabel,
160 WideString GetItemValue(const WideStringView& wsLabel);
219 void GetItemLabel(const WideStringView& wsValue, WideString& wsLabel);
cxfa_fflistbox.cpp 173 void CXFA_FFListBox::InsertItem(const WideStringView& wsLabel, int32_t nIndex) {
174 WideString wsTemp(wsLabel);
cxfa_ffcombobox.cpp 279 void CXFA_FFComboBox::InsertItem(const WideStringView& wsLabel,
281 ToComboBox(m_pNormalWidget.get())->AddString(wsLabel);
cxfa_ffdocview.cpp 755 WideString wsLabel;
772 wsLabel = refNode->JSObject()->GetContent(false);
777 wsLabel = nodeLabel->JSObject()->GetContent(false);
780 wsLabel = wsValue;
782 pAcc->InsertItem(wsLabel, wsValue, false);
cxfa_widgetacc.cpp     [all...]

Completed in 175 milliseconds