OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMultipleSel
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp
288
FX_BOOL CFX_List::
IsMultipleSel
() const {
459
if (
IsMultipleSel
()) {
498
if (
IsMultipleSel
()) {
522
if (
IsMultipleSel
()) {
547
OnVK(
IsMultipleSel
() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl);
551
OnVK(
IsMultipleSel
() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl);
633
if (
IsMultipleSel
()) {
695
if (
IsMultipleSel
()) {
816
if (
IsMultipleSel
())
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h
95
FX_BOOL
IsMultipleSel
() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp
384
if (m_pList && m_pList->
IsMultipleSel
()) {
447
FX_BOOL CPWL_ListBox::
IsMultipleSel
() const {
449
return m_pList->
IsMultipleSel
();
/external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h
224
FX_BOOL
IsMultipleSel
() const override;
fx_edit.h
531
virtual FX_BOOL
IsMultipleSel
() const = 0;
Completed in 140 milliseconds