OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPWL_Timer
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/pwl/
cpwl_timer.cpp
7
#include "fpdfsdk/pwl/
cpwl_timer
.h"
16
std::map<int32_t,
CPWL_Timer
*>& GetPWLTimeMap() {
18
static auto* timeMap = new std::map<int32_t,
CPWL_Timer
*>;
24
CPWL_Timer
::
CPWL_Timer
(CPWL_TimerHandler* pAttached,
31
CPWL_Timer
::~
CPWL_Timer
() {
35
int32_t
CPWL_Timer
::SetPWLTimer(int32_t nElapse) {
44
void
CPWL_Timer
::KillPWLTimer() {
54
void
CPWL_Timer
::TimerProc(int32_t idEvent)
[
all
...]
cpwl_timer_handler.h
13
class
CPWL_Timer
;
27
std::unique_ptr<
CPWL_Timer
> m_pTimer;
cpwl_timer.h
15
class
CPWL_Timer
{
17
CPWL_Timer
(CPWL_TimerHandler* pAttached, CFX_SystemHandler* pSystemHandler);
18
virtual ~
CPWL_Timer
();
cpwl_timer_handler.cpp
9
#include "fpdfsdk/pwl/
cpwl_timer
.h"
18
m_pTimer = pdfium::MakeUnique<
CPWL_Timer
>(this, GetSystemHandler());
Completed in 525 milliseconds