Searched refs:wsLabel (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.h | 147 void InsertItem(const WideString& wsLabel, 160 WideString GetItemValue(const WideStringView& wsLabel); 219 void GetItemLabel(const WideStringView& wsValue, WideString& wsLabel);
|
D | cxfa_ffdocview.cpp | 755 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()
|
D | cxfa_fflistbox.cpp | 173 void CXFA_FFListBox::InsertItem(const WideStringView& wsLabel, int32_t nIndex) { in InsertItem() argument 174 WideString wsTemp(wsLabel); in InsertItem()
|
D | cxfa_fflistbox.h | 28 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
|
D | cxfa_ffcombobox.h | 53 void InsertItem(const WideStringView& wsLabel, int32_t nIndex);
|
D | cxfa_ffcombobox.cpp | 279 void CXFA_FFComboBox::InsertItem(const WideStringView& wsLabel, in InsertItem() argument 281 ToComboBox(m_pNormalWidget.get())->AddString(wsLabel); in InsertItem()
|
D | cxfa_widgetacc.cpp | 2075 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/ |
D | cpdf_pagelabel.cpp | 145 int32_t CPDF_PageLabel::GetPageByLabel(const WideStringView& wsLabel) const { in GetPageByLabel() 148 PDF_EncodeText(wsLabel.unterminated_c_str()).AsStringView()); in GetPageByLabel()
|
D | cpdf_pagelabel.h | 22 int32_t GetPageByLabel(const WideStringView& wsLabel) const;
|