chromium/third_party/pdfium/fxjs/global_timer.cpp

// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#include "fxjs/global_timer.h"

#include <map>

#include "core/fxcrt/cfx_timer.h"
#include "core/fxcrt/check.h"
#include "core/fxcrt/containers/contains.h"
#include "fxjs/cjs_app.h"

namespace {

TimerMap;
TimerMap* g_global_timer_map =;

}  // namespace

// static
void GlobalTimer::InitializeGlobals() {}

// static
void GlobalTimer::DestroyGlobals() {}

GlobalTimer::GlobalTimer(CJS_App* pObj,
                         CJS_Runtime* pRuntime,
                         Type nType,
                         const WideString& script,
                         uint32_t dwElapse,
                         uint32_t dwTimeOut)
    :{}

GlobalTimer::~GlobalTimer() {}

// static
void GlobalTimer::Trigger(int32_t nTimerID) {}

// static
void GlobalTimer::Cancel(int32_t nTimerID) {}

bool GlobalTimer::HasValidID() const {}