OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetAutoReturn
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfdoc/
cpdf_variabletext.h
85
void
SetAutoReturn
(bool bAuto) { m_bLimitWidth = bAuto; }
/external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp
628
void CPWL_EditImpl::
SetAutoReturn
(bool bAuto, bool bPaint) {
629
m_pVT->
SetAutoReturn
(bAuto);
[
all
...]
Completed in 42 milliseconds