OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pAdapterNative
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/
fwl_timerimp.cpp
14
IFWL_AdapterNative*
pAdapterNative
= FWL_GetAdapterNative();
15
if (!
pAdapterNative
)
17
IFWL_AdapterTimerMgr* pAdapterTimerMgr =
pAdapterNative
->GetTimerMgr();
25
IFWL_AdapterNative*
pAdapterNative
= FWL_GetAdapterNative();
26
if (!
pAdapterNative
)
28
IFWL_AdapterTimerMgr* pAdapterTimerMgr =
pAdapterNative
->GetTimerMgr();
fwl_widgetmgrimp.cpp
27
CFWL_WidgetMgr::CFWL_WidgetMgr(IFWL_AdapterNative*
pAdapterNative
)
30
m_pAdapter =
pAdapterNative
->GetWidgetMgr(m_pDelegate);
36
IFWL_AdapterMonitorMgr* pMonitorMgr =
pAdapterNative
->GetMonitorMgr();
[
all
...]
/external/pdfium/xfa/include/fwl/adapter/
fwl_adapternative.h
29
void FWL_ReleaseFuelAdapterNative(IFWL_AdapterNative*
pAdapterNative
);
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetmgrimp.h
54
CFWL_WidgetMgr(IFWL_AdapterNative*
pAdapterNative
);
Completed in 4040 milliseconds