OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFWL_App
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/lightwidget/
app.cpp
8
CFWL_App
::
CFWL_App
() : m_pIface(IFWL_App::Create(nullptr)), m_pTheme(nullptr) {}
9
CFWL_App
::~
CFWL_App
() {
17
FWL_ERR
CFWL_App
::Initialize() {
23
FWL_ERR
CFWL_App
::Exit(int32_t iExitCode) {
/external/pdfium/xfa/include/fwl/lightwidget/
app.h
13
class
CFWL_App
{
15
CFWL_App
();
16
virtual ~
CFWL_App
();
Completed in 35 milliseconds