OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pCaptionBox
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp
59
m_pCaptionBox
(NULL),
494
if (
m_pCaptionBox
) {
495
delete
m_pCaptionBox
;
496
m_pCaptionBox
= NULL;
520
if (
m_pCaptionBox
&&
m_pCaptionBox
->m_rtBtn.Contains(fx, fy)) {
521
return
m_pCaptionBox
;
535
if (
m_pCaptionBox
&& (
m_pCaptionBox
->m_dwState & dwState)) {
536
return
m_pCaptionBox
;
[
all
...]
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h
147
CFWL_SysBtn*
m_pCaptionBox
;
Completed in 393 milliseconds