HomeSort by relevance Sort by last modified time
    Searched full:armed_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 35 armed_(false),
134 // watched thread to see armed_ being true multiple times before
136 if (!armed_)
141 armed_ = false;
163 if (armed_ || suspended_)
169 armed_ = true;
222 armed_ = false;
286 armed_ = false;
gpu_watchdog_thread.h 28 bool armed() const { return armed_; }
79 volatile bool armed_; member in class:content::GpuWatchdogThread

Completed in 157 milliseconds