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

  /external/chromium_org/content/browser/device_orientation/
device_orientation_message_filter.cc 13 : is_started_(false) {
18 if (is_started_) {
42 DCHECK(!is_started_);
43 if (is_started_)
45 is_started_ = true;
53 DCHECK(is_started_);
54 if (!is_started_)
56 is_started_ = false;
device_motion_message_filter.cc 13 : is_started_(false) {
18 if (is_started_)
39 DCHECK(!is_started_);
40 if (is_started_)
42 is_started_ = true;
48 DCHECK(is_started_);
49 if (!is_started_)
51 is_started_ = false;
device_orientation_message_filter.h 30 bool is_started_; member in class:content::DeviceOrientationMessageFilter
device_motion_message_filter.h 31 bool is_started_; member in class:content::DeviceMotionMessageFilter
device_motion_provider.cc 76 : is_started_(false) {
82 : is_started_(false) {
112 if (is_started_)
133 is_started_ = true;
147 if (!is_started_)
162 is_started_ = false;
device_motion_provider.h 49 bool is_started_; member in class:content::DeviceMotionProvider
  /external/chromium_org/content/browser/renderer_host/
gamepad_browser_message_filter.cc 13 : is_started_(false) {
18 if (is_started_)
39 if (!is_started_) {
40 is_started_ = true;
52 if (is_started_) {
53 is_started_ = false;
gamepad_browser_message_filter.h 31 bool is_started_; member in class:content::GamepadBrowserMessageFilter
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_gamepad_host.cc 25 is_started_(false),
36 is_started_(false),
41 if (is_started_)
57 if (is_started_)
61 is_started_ = true;
pepper_gamepad_host.h 52 bool is_started_; member in class:content::PepperGamepadHost
  /external/chromium_org/base/win/
sampling_profiler.h 52 bool is_started() const { return is_started_; }
64 bool is_started_; member in class:base::win::SamplingProfiler
sampling_profiler.cc 115 SamplingProfiler::SamplingProfiler() : is_started_(false) {
119 if (is_started_) {
131 DCHECK(!is_started_);
182 DCHECK(!is_started_);
189 is_started_ = true;
196 DCHECK(is_started_);
202 is_started_ = false;
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 114 bool is_started() const { return is_started_; }
115 void set_is_started(bool is_started) { is_started_ = is_started; }
136 bool is_started_; member in class:ash::internal::ScreenTrayItem
screen_tray_item.cc 144 is_started_(false),
155 if (is_started_) {
165 is_started_ = true;
180 is_started_ = false;
  /external/chromium_org/sync/notifier/
sync_system_resources.cc 66 is_started_(false),
78 CHECK(!is_started_);
79 is_started_ = true;
87 is_started_ = false;
98 if (!is_started_) {
200 : is_started_(false),
215 is_started_ = true;
224 return is_started_;
sync_system_resources.h 73 bool is_started_; member in class:syncer::SyncInvalidationScheduler
141 bool is_started_; member in class:syncer::SyncSystemResources
  /external/chromium_org/chromeos/ime/
ibus_daemon_controller.cc 273 : is_started_(false) {}
286 if (is_started_)
297 is_started_ = true;
302 if (!is_started_)
304 is_started_ = false;
311 bool is_started_; member in class:chromeos::__anon9694::IBusDaemonControllerDaemonlessImpl
  /external/chromium/chrome/browser/download/
drag_download_file.cc 30 is_started_(false),
64 if (is_started_)
66 is_started_ = true;
drag_download_file.h 96 bool is_started_; member in class:DragDownloadFile
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.cc 189 bool is_started_; member in class:content::__anon10138::ThreadSafeCaptureOracle
415 is_started_(false) {
425 if (!consumer_ || !is_started_)
478 is_started_ = true;
483 is_started_ = false;
498 is_started_ = false;
513 if (!consumer_ || !is_started_)
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator.h 329 bool is_started_; member in class:ui::LayerAnimator
layer_animator.cc 58 is_started_(false),
439 if (should_start && !is_started_)
441 else if (!should_start && is_started_)
444 is_started_ = should_start;
  /art/runtime/
thread.h 110 if (!is_started_) {
651 static bool is_started_; variable
thread.cc 74 bool Thread::is_started_ = false; member in class:art::Thread
304 CHECK(is_started_);
    [all...]

Completed in 441 milliseconds