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/battery_status/
battery_status_message_filter.cc 13 is_started_(false) {
20 if (is_started_)
36 DCHECK(!is_started_);
37 if (is_started_)
39 is_started_ = true;
44 DCHECK(is_started_);
45 if (!is_started_)
47 is_started_ = false;
battery_status_message_filter.h 29 bool is_started_; member in class:content::BatteryStatusMessageFilter
  /external/chromium_org/content/browser/device_sensors/
device_light_message_filter.cc 13 : BrowserMessageFilter(DeviceLightMsgStart), is_started_(false) {
18 if (is_started_) {
36 DCHECK(!is_started_);
37 if (is_started_)
39 is_started_ = true;
45 DCHECK(is_started_);
46 if (!is_started_)
48 is_started_ = false;
device_motion_message_filter.cc 14 is_started_(false) {
19 if (is_started_)
37 DCHECK(!is_started_);
38 if (is_started_)
40 is_started_ = true;
47 DCHECK(is_started_);
48 if (!is_started_)
50 is_started_ = false;
device_orientation_message_filter.cc 14 is_started_(false) {
19 if (is_started_)
38 DCHECK(!is_started_);
39 if (is_started_)
41 is_started_ = true;
48 DCHECK(is_started_);
49 if (!is_started_)
51 is_started_ = false;
device_light_message_filter.h 26 bool is_started_; member in class:content::DeviceLightMessageFilter
device_motion_message_filter.h 26 bool is_started_; member in class:content::DeviceMotionMessageFilter
device_orientation_message_filter.h 26 bool is_started_; member in class:content::DeviceOrientationMessageFilter
  /external/chromium_org/content/browser/renderer_host/
gamepad_browser_message_filter.cc 14 is_started_(false) {
19 if (is_started_)
49 CHECK(!is_started_);
50 is_started_ = true;
56 CHECK(is_started_);
57 is_started_ = false;
gamepad_browser_message_filter.h 41 bool is_started_; member in class:content::GamepadBrowserMessageFilter
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_gamepad_host.cc 25 is_started_(false),
35 is_started_(false),
39 if (is_started_)
55 if (is_started_)
59 is_started_ = true;
pepper_gamepad_host.h 63 bool is_started_; member in class:content::PepperGamepadHost
  /external/chromium_org/components/invalidation/
sync_system_resources.cc 68 is_started_(false),
81 CHECK(!is_started_);
82 is_started_ = true;
90 is_started_ = false;
101 if (!is_started_) {
281 : is_started_(false),
296 is_started_ = true;
305 return is_started_;
sync_system_resources.h 75 bool is_started_; member in class:syncer::SyncInvalidationScheduler
238 bool is_started_; member in class:syncer::SyncSystemResources
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 112 bool is_started() const { return is_started_; }
113 void set_is_started(bool is_started) { is_started_ = is_started; }
136 bool is_started_; member in class:ash::ScreenTrayItem
screen_tray_item.cc 142 is_started_(false),
153 if (is_started_) {
163 is_started_ = true;
178 is_started_ = false;
  /external/chromium_org/ui/compositor/
layer_animator.cc 48 is_started_(false),
114 if (delegate_ && is_started_) {
120 if (delegate_ && is_started_) {
345 if (is_animating() && !is_started_) {
347 is_started_ = true;
352 if (is_animating() && is_started_) {
354 is_started_ = false;
440 if (should_start && !is_started_)
442 else if (!should_start && is_started_)
444 is_started_ = should_start
    [all...]
layer_animator.h 340 bool is_started_; member in class:ui::LayerAnimator
layer_animator_unittest.cc     [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_url_request_job.cc 42 is_started_(false),
61 is_started_ = true;
217 if (is_started_ && response_type_ != NOT_DETERMINED) {
service_worker_url_request_job.h 148 bool is_started_; member in class:content::ServiceWorkerURLRequestJob
  /art/runtime/
thread-inl.h 40 if (!is_started_) {
thread.cc 76 bool Thread::is_started_ = false; member in class:art::Thread
364 CHECK(is_started_);
    [all...]
thread.h 937 static bool is_started_; member in class:art::Thread
    [all...]

Completed in 1275 milliseconds