OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFormSize
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_form.h
74
FWL_ERR
SetFormSize
(FWL_FORMSIZE eFormSize);
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h
85
virtual FWL_ERR
SetFormSize
(FWL_FORMSIZE eFormSize);
/external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp
37
FWL_ERR IFWL_Form::
SetFormSize
(FWL_FORMSIZE eFormSize) {
38
return static_cast<CFWL_FormImp*>(GetImpl())->
SetFormSize
(eFormSize);
382
FWL_ERR CFWL_FormImp::
SetFormSize
(FWL_FORMSIZE eFormSize) {
[
all
...]
Completed in 2757 milliseconds