OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFormSize
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_form.h
73
FWL_FORMSIZE
GetFormSize
();
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h
84
virtual FWL_FORMSIZE
GetFormSize
();
/external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp
34
FWL_FORMSIZE IFWL_Form::
GetFormSize
() {
35
return static_cast<CFWL_FormImp*>(GetImpl())->
GetFormSize
();
379
FWL_FORMSIZE CFWL_FormImp::
GetFormSize
() {
[
all
...]
Completed in 169 milliseconds