OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iOptIndex
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp
491
int
iOptIndex
= GetSelectedOptionIndex(index);
492
CFX_WideString csOpt = GetOptionValue(
iOptIndex
);
494
return
iOptIndex
;
947
FX_BOOL CPDF_FormField::IsOptionSelected(int
iOptIndex
)
959
if (pArray->GetInteger(i) ==
iOptIndex
) {
965
FX_BOOL CPDF_FormField::SelectOption(int
iOptIndex
, FX_BOOL bSelected, FX_BOOL bNotify)
981
if (iFind ==
iOptIndex
) {
987
CFX_WideString csValue = GetOptionLabel(
iOptIndex
);
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_doc.h
1227
FX_BOOL IsOptionSelected(int
iOptIndex
);
1229
FX_BOOL SelectOption(int
iOptIndex
, FX_BOOL bSelected, FX_BOOL bNotify = FALSE);
[
all
...]
Completed in 60 milliseconds