/external/chromium_org/content/browser/device_sensors/ |
D | device_motion_message_filter.cc | 14 is_started_(false) { in DeviceMotionMessageFilter() 19 if (is_started_) in ~DeviceMotionMessageFilter() 37 DCHECK(!is_started_); in OnDeviceMotionStartPolling() 38 if (is_started_) in OnDeviceMotionStartPolling() 40 is_started_ = true; in OnDeviceMotionStartPolling() 47 DCHECK(is_started_); in OnDeviceMotionStopPolling() 48 if (!is_started_) in OnDeviceMotionStopPolling() 50 is_started_ = false; in OnDeviceMotionStopPolling()
|
D | device_light_message_filter.cc | 13 : BrowserMessageFilter(DeviceLightMsgStart), is_started_(false) { in DeviceLightMessageFilter() 18 if (is_started_) { in ~DeviceLightMessageFilter() 36 DCHECK(!is_started_); in OnDeviceLightStartPolling() 37 if (is_started_) in OnDeviceLightStartPolling() 39 is_started_ = true; in OnDeviceLightStartPolling() 45 DCHECK(is_started_); in OnDeviceLightStopPolling() 46 if (!is_started_) in OnDeviceLightStopPolling() 48 is_started_ = false; in OnDeviceLightStopPolling()
|
D | device_orientation_message_filter.cc | 14 is_started_(false) { in DeviceOrientationMessageFilter() 19 if (is_started_) in ~DeviceOrientationMessageFilter() 38 DCHECK(!is_started_); in OnDeviceOrientationStartPolling() 39 if (is_started_) in OnDeviceOrientationStartPolling() 41 is_started_ = true; in OnDeviceOrientationStartPolling() 48 DCHECK(is_started_); in OnDeviceOrientationStopPolling() 49 if (!is_started_) in OnDeviceOrientationStopPolling() 51 is_started_ = false; in OnDeviceOrientationStopPolling()
|
D | device_light_message_filter.h | 26 bool is_started_; variable
|
D | device_motion_message_filter.h | 26 bool is_started_; variable
|
D | device_orientation_message_filter.h | 26 bool is_started_; variable
|
/external/chromium_org/content/browser/battery_status/ |
D | battery_status_message_filter.cc | 13 is_started_(false) { in BatteryStatusMessageFilter() 20 if (is_started_) in ~BatteryStatusMessageFilter() 36 DCHECK(!is_started_); in OnBatteryStatusStart() 37 if (is_started_) in OnBatteryStatusStart() 39 is_started_ = true; in OnBatteryStatusStart() 44 DCHECK(is_started_); in OnBatteryStatusStop() 45 if (!is_started_) in OnBatteryStatusStop() 47 is_started_ = false; in OnBatteryStatusStop()
|
D | battery_status_message_filter.h | 29 bool is_started_; variable
|
/external/chromium_org/content/browser/renderer_host/ |
D | gamepad_browser_message_filter.cc | 14 is_started_(false) { in GamepadBrowserMessageFilter() 19 if (is_started_) in ~GamepadBrowserMessageFilter() 49 CHECK(!is_started_); in OnGamepadStartPolling() 50 is_started_ = true; in OnGamepadStartPolling() 56 CHECK(is_started_); in OnGamepadStopPolling() 57 is_started_ = false; in OnGamepadStopPolling()
|
D | gamepad_browser_message_filter.h | 41 bool is_started_; variable
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_gamepad_host.cc | 25 is_started_(false), in PepperGamepadHost() 35 is_started_(false), in PepperGamepadHost() 39 if (is_started_) in ~PepperGamepadHost() 55 if (is_started_) in OnRequestMemory() 59 is_started_ = true; in OnRequestMemory()
|
D | pepper_gamepad_host.h | 63 bool is_started_; variable
|
/external/chromium_org/components/invalidation/ |
D | sync_system_resources.cc | 68 is_started_(false), in SyncInvalidationScheduler() 81 CHECK(!is_started_); in Start() 82 is_started_ = true; in Start() 90 is_started_ = false; in Stop() 101 if (!is_started_) { in Schedule() 281 : is_started_(false), in SyncSystemResources() 296 is_started_ = true; in Start() 305 return is_started_; in IsStarted()
|
D | sync_system_resources.h | 75 bool is_started_; variable 238 bool is_started_; in NON_EXPORTED_BASE()
|
/external/chromium_org/ash/system/chromeos/screen_security/ |
D | screen_tray_item.cc | 142 is_started_(false), in ScreenTrayItem() 153 if (is_started_) { in Update() 163 is_started_ = true; in Start() 178 is_started_ = false; in Stop()
|
D | screen_tray_item.h | 112 bool is_started() const { return is_started_; } in is_started() 113 void set_is_started(bool is_started) { is_started_ = is_started; } in set_is_started() 136 bool is_started_; variable
|
/external/chromium_org/ui/compositor/ |
D | layer_animator.cc | 48 is_started_(false), in LayerAnimator() 114 if (delegate_ && is_started_) { in SetDelegate() 120 if (delegate_ && is_started_) { in SetDelegate() 345 if (is_animating() && !is_started_) { in AddToCollection() 347 is_started_ = true; in AddToCollection() 352 if (is_animating() && is_started_) { in RemoveFromCollection() 354 is_started_ = false; in RemoveFromCollection() 440 if (should_start && !is_started_) in UpdateAnimationState() 442 else if (!should_start && is_started_) in UpdateAnimationState() 444 is_started_ = should_start; in UpdateAnimationState() [all …]
|
D | layer_animator.h | 340 bool is_started_; variable
|
D | layer_animator_unittest.cc | 2543 ASSERT_FALSE(animator->is_started_); in TEST() 2551 EXPECT_FALSE(animator->is_started_); in TEST() 2556 EXPECT_TRUE(animator->is_started_); in TEST()
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_url_request_job.cc | 42 is_started_(false), in ServiceWorkerURLRequestJob() 61 is_started_ = true; in Start() 217 if (is_started_ && response_type_ != NOT_DETERMINED) { in MaybeStartRequest()
|
D | service_worker_url_request_job.h | 148 bool is_started_; variable
|