OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bSelect
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/xfa/include/fwl/lightwidget/
listbox.h
20
FX_BOOL
bSelect
= FALSE);
26
FWL_ERR SetSelItem(FWL_HLISTITEM hItem, FX_BOOL
bSelect
= TRUE);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h
37
virtual FWL_ERR SetSelItem(FWL_HLISTITEM hItem, FX_BOOL
bSelect
= TRUE);
47
void SetSelectionDirect(FWL_HLISTITEM hItem, FX_BOOL
bSelect
);
/external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp
35
FX_BOOL
bSelect
) {
39
pItem->m_dwStates =
bSelect
? FWL_ITEMSTATE_LTB_Selected : 0;
92
FWL_ERR CFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL
bSelect
) {
95
return static_cast<IFWL_ListBox*>(m_pIface)->SetSelItem(hItem,
bSelect
);
/external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp
166
FX_BOOL
bSelect
= FALSE;
202
bSelect
= place.WordCmp(wrSelect.BeginPos) > 0 &&
204
if (
bSelect
) {
216
if (
bSelect
) {
291
FX_BOOL
bSelect
= FALSE;
333
bSelect
= place.WordCmp(wrSelect.BeginPos) > 0 &&
335
if (
bSelect
) {
340
if (
bSelect
) {
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_IconList.h
85
void SelectItem(int32_t nItemIndex, FX_BOOL
bSelect
);
/external/pdfium/xfa/include/fwl/basewidget/
fwl_listbox.h
121
FWL_ERR SetSelItem(FWL_HLISTITEM hItem, FX_BOOL
bSelect
= TRUE);
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp
292
void CPWL_IconList_Content::SelectItem(int32_t nItemIndex, FX_BOOL
bSelect
) {
294
pItem->SetSelect(
bSelect
);
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp
46
FWL_ERR IFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL
bSelect
) {
47
return static_cast<CFWL_ListBoxImp*>(GetImpl())->SetSelItem(hItem,
bSelect
);
268
FWL_ERR CFWL_ListBoxImp::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL
bSelect
) {
272
if (
bSelect
) {
281
SetSelectionDirect(hItem,
bSelect
);
283
SetSelection(hItem, hItem,
bSelect
);
378
void CFWL_ListBoxImp::SetSelectionDirect(FWL_HLISTITEM hItem, FX_BOOL
bSelect
) {
382
bSelect
? dwOldStyle |= FWL_ITEMSTATE_LTB_Selected
[
all
...]
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp
[
all
...]
Completed in 72 milliseconds