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

  /external/chromium_org/content/browser/device_orientation/
device_motion_message_filter.h 31 bool is_started_; member in class:content::DeviceMotionMessageFilter
device_orientation_message_filter.h 30 bool is_started_; member in class:content::DeviceOrientationMessageFilter
device_motion_provider.h 49 bool is_started_; member in class:content::DeviceMotionProvider
  /external/chromium_org/content/browser/renderer_host/
gamepad_browser_message_filter.h 31 bool is_started_; member in class:content::GamepadBrowserMessageFilter
  /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
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_gamepad_host.h 52 bool is_started_; member in class:content::PepperGamepadHost
  /external/chromium/chrome/browser/download/
drag_download_file.h 96 bool is_started_; member in class:DragDownloadFile
  /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
  /external/chromium_org/sync/notifier/
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/ui/compositor/
layer_animator.h 329 bool is_started_; member in class:ui::LayerAnimator
  /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
  /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...]
  /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...]

Completed in 542 milliseconds