OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPWL_Timer
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
16
class
CPWL_Timer
;
253
class
CPWL_Timer
{
255
CPWL_Timer
(CPWL_TimerHandler* pAttached, IFX_SystemHandler* pSystemHandler);
256
virtual ~
CPWL_Timer
();
279
CPWL_Timer
* m_pTimer;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp
13
static std::map<int32_t,
CPWL_Timer
*>& GetPWLTimeMap() {
15
static auto timeMap = new std::map<int32_t,
CPWL_Timer
*>;
19
CPWL_Timer
::
CPWL_Timer
(CPWL_TimerHandler* pAttached,
26
CPWL_Timer
::~
CPWL_Timer
() {
30
int32_t
CPWL_Timer
::SetPWLTimer(int32_t nElapse) {
39
void
CPWL_Timer
::KillPWLTimer() {
48
void
CPWL_Timer
::TimerProc(int32_t idEvent) {
53
CPWL_Timer
* pTimer = it->second
[
all
...]
Completed in 47 milliseconds