Home
last modified time | relevance | path

Searched refs:wsLabel (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.h147 void InsertItem(const WideString& wsLabel,
160 WideString GetItemValue(const WideStringView& wsLabel);
219 void GetItemLabel(const WideStringView& wsValue, WideString& wsLabel);
Dcxfa_ffdocview.cpp755 WideString wsLabel; in RunBindItems() local
772 wsLabel = refNode->JSObject()->GetContent(false); in RunBindItems()
777 wsLabel = nodeLabel->JSObject()->GetContent(false); in RunBindItems()
780 wsLabel = wsValue; in RunBindItems()
782 pAcc->InsertItem(wsLabel, wsValue, false); in RunBindItems()
Dcxfa_fflistbox.cpp173 void CXFA_FFListBox::InsertItem(const WideStringView& wsLabel, int32_t nIndex) { in InsertItem() argument
174 WideString wsTemp(wsLabel); in InsertItem()
Dcxfa_fflistbox.h28 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
Dcxfa_ffcombobox.h53 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
Dcxfa_ffcombobox.cpp279 void CXFA_FFComboBox::InsertItem(const WideStringView& wsLabel, in InsertItem() argument
281 ToComboBox(m_pNormalWidget.get())->AddString(wsLabel); in InsertItem()
Dcxfa_widgetacc.cpp2075 void CXFA_WidgetAcc::InsertItem(const WideString& wsLabel, in InsertItem() argument
2081 wsNewValue = wsLabel; in InsertItem()
2092 InsertListTextItem(pItems, wsLabel, nIndex); in InsertItem()
2104 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
2125 InsertListTextItem(pNode, wsLabel, nIndex); in InsertItem()
2132 this, wsLabel.c_str(), wsValue.c_str(), nIndex); in InsertItem()
2136 WideString& wsLabel) { in GetItemLabel() argument
2148 wsLabel = wsValue; in GetItemLabel()
2178 wsLabel = pText->JSObject()->GetContent(false); in GetItemLabel()
2181 WideString CXFA_WidgetAcc::GetItemValue(const WideStringView& wsLabel) { in GetItemValue() argument
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.cpp145 int32_t CPDF_PageLabel::GetPageByLabel(const WideStringView& wsLabel) const { in GetPageByLabel()
148 PDF_EncodeText(wsLabel.unterminated_c_str()).AsStringView()); in GetPageByLabel()
Dcpdf_pagelabel.h22 int32_t GetPageByLabel(const WideStringView& wsLabel) const;