OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pInstance
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp
785
CFWL_ArrowData* CFWL_ArrowData::
m_pInstance
= NULL;
787
if (!
m_pInstance
) {
788
m_pInstance
= new CFWL_ArrowData;
790
return
m_pInstance
;
793
return (
m_pInstance
!= NULL);
796
if (
m_pInstance
) {
797
delete
m_pInstance
;
798
m_pInstance
= NULL;
/external/pdfium/xfa/include/fwl/theme/
widgettp.h
163
static CFWL_ArrowData*
m_pInstance
;
Completed in 2541 milliseconds