HomeSort by relevance Sort by last modified time
    Searched refs:HighResolutionTimerManager (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/base/timer/
hi_res_timer_manager_posix.cc 11 HighResolutionTimerManager::HighResolutionTimerManager()
15 HighResolutionTimerManager::~HighResolutionTimerManager() {
18 void HighResolutionTimerManager::OnPowerStateChange(bool on_battery_power) {
21 void HighResolutionTimerManager::UseHiResClock(bool use) {
hi_res_timer_manager.h 16 class BASE_EXPORT HighResolutionTimerManager : public base::PowerObserver {
18 HighResolutionTimerManager();
19 virtual ~HighResolutionTimerManager();
33 DISALLOW_COPY_AND_ASSIGN(HighResolutionTimerManager);
hi_res_timer_manager_win.cc 12 HighResolutionTimerManager::HighResolutionTimerManager()
20 HighResolutionTimerManager::~HighResolutionTimerManager() {
25 void HighResolutionTimerManager::OnPowerStateChange(bool on_battery_power) {
29 void HighResolutionTimerManager::UseHiResClock(bool use) {
hi_res_timer_manager_unittest.cc 27 HighResolutionTimerManager manager;
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 28 base::HighResolutionTimerManager hi_res_timer_manager;
nacl_helper_win_64.cc 36 base::HighResolutionTimerManager hi_res_timer_manager;
  /external/chromium_org/content/utility/
utility_main.cc 40 base::HighResolutionTimerManager hi_res_timer_manager;
  /external/chromium_org/content/plugin/
plugin_main.cc 64 base::HighResolutionTimerManager hi_res_timer_manager;
  /external/chromium_org/content/browser/
browser_main_loop.h 19 class HighResolutionTimerManager;
153 scoped_ptr<base::HighResolutionTimerManager> hi_res_timer_manager_;
browser_main_loop.cc 482 hi_res_timer_manager_.reset(new base::HighResolutionTimerManager);
    [all...]
  /external/chromium_org/content/renderer/
renderer_main.cc 220 base::HighResolutionTimerManager hi_res_timer_manager;

Completed in 354 milliseconds