OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pImpl
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_target.h
15
//
m_pImpl
31
IFWL_Target() :
m_pImpl
(nullptr) {}
34
// These call into equivalent polymorphic methods of
m_pImpl
. There
42
CFWL_TargetImp* GetImpl() const { return
m_pImpl
; }
45
void SetImpl(CFWL_TargetImp* pImpl) {
m_pImpl
= pImpl; }
48
CFWL_TargetImp*
m_pImpl
;
fwl_thread.h
13
//
m_pImpl
36
CFWL_ThreadImp* GetImpl() const { return
m_pImpl
; }
37
void SetImpl(CFWL_ThreadImp* pImpl) {
m_pImpl
= pImpl; }
43
CFWL_ThreadImp*
m_pImpl
;
/external/pdfium/xfa/src/fwl/src/core/
fwl_targetimp.cpp
10
return
m_pImpl
->GetClassName(wsClass);
13
return
m_pImpl
->GetClassID();
16
return
m_pImpl
->IsInstance(wsClass);
19
return
m_pImpl
->Initialize();
22
return
m_pImpl
->Finalize();
25
delete
m_pImpl
;
fwl_threadimp.cpp
14
delete
m_pImpl
;
17
return
m_pImpl
->Run(hThread);
Completed in 579 milliseconds