Searched refs:is_started_ (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_message_filter.cc13 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;
H A Dbattery_status_message_filter.h29 bool is_started_; member in class:content::BatteryStatusMessageFilter
/external/chromium_org/content/browser/device_sensors/
H A Ddevice_light_message_filter.cc13 : 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;
H A Ddevice_motion_message_filter.cc14 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;
H A Ddevice_orientation_message_filter.cc14 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;
H A Ddevice_light_message_filter.h26 bool is_started_; member in class:content::DeviceLightMessageFilter
H A Ddevice_motion_message_filter.h26 bool is_started_; member in class:content::DeviceMotionMessageFilter
H A Ddevice_orientation_message_filter.h26 bool is_started_; member in class:content::DeviceOrientationMessageFilter
/external/chromium_org/content/browser/renderer_host/
H A Dgamepad_browser_message_filter.cc14 is_started_(false) {
19 if (is_started_)
49 CHECK(!is_started_);
50 is_started_ = true;
56 CHECK(is_started_);
57 is_started_ = false;
H A Dgamepad_browser_message_filter.h41 bool is_started_; member in class:content::GamepadBrowserMessageFilter
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_gamepad_host.cc25 is_started_(false),
35 is_started_(false),
39 if (is_started_)
55 if (is_started_)
59 is_started_ = true;
H A Dpepper_gamepad_host.h63 bool is_started_; member in class:content::PepperGamepadHost
/external/chromium_org/components/invalidation/
H A Dsync_system_resources.cc68 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_;
H A Dsync_system_resources.h75 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/
H A Dscreen_tray_item.h112 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
H A Dscreen_tray_item.cc142 is_started_(false),
153 if (is_started_) {
163 is_started_ = true;
178 is_started_ = false;
/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc48 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_
[all...]
H A Dlayer_animator.h340 bool is_started_; member in class:ui::LayerAnimator
H A Dlayer_animator_unittest.cc2543 ASSERT_FALSE(animator->is_started_);
2551 EXPECT_FALSE(animator->is_started_);
2556 EXPECT_TRUE(animator->is_started_);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_url_request_job.cc42 is_started_(false),
61 is_started_ = true;
217 if (is_started_ && response_type_ != NOT_DETERMINED) {
H A Dservice_worker_url_request_job.h148 bool is_started_; member in class:content::ServiceWorkerURLRequestJob

Completed in 5065 milliseconds