OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CJS_Timer
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp
96
CJS_Timer
::
CJS_Timer
(CJS_EmbedObj* pObj,
118
CJS_Timer
::~
CJS_Timer
() {
125
void
CJS_Timer
::KillJSTimer() {
137
void
CJS_Timer
::TimerProc(int idEvent) {
140
CJS_Timer
* pTimer = it->second;
151
CJS_Timer
::TimerMap*
CJS_Timer
::GetGlobalTimerMap() {
157
void
CJS_Timer
::OnDestroyed()
[
all
...]
JS_Object.h
19
class
CJS_Timer
;
26
virtual void TimerProc(
CJS_Timer
* pTimer) {}
76
class
CJS_Timer
: public CJS_Runtime::Observer {
78
CJS_Timer
(CJS_EmbedObj* pObj,
85
~
CJS_Timer
() override;
97
using TimerMap = std::map<FX_UINT,
CJS_Timer
*>;
Completed in 351 milliseconds