OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bVSelfAdaption
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h
90
FX_BOOL
bVSelfAdaption
;
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
857
FX_BOOL
bVSelfAdaption
=
860
if (bHSelfAdaption ||
bVSelfAdaption
) {
864
evt.
bVSelfAdaption
= TRUE;
868
fHight =
bVSelfAdaption
? fContentHeight : m_pProperties->m_rtWidget.height;
875
if (!evt.
bVSelfAdaption
) {
880
(
bVSelfAdaption
&& !evt.
bVSelfAdaption
);
[
all
...]
Completed in 1026 milliseconds