Searched refs:IDLE (Results 26 - 50 of 109) sorted by relevance

12345

/external/chromium_org/media/audio/
H A Daudio_output_device.cc45 state_(IDLE),
53 COMPILE_ASSERT(IPC_CLOSED < IDLE, invalid_enum_value_assignment_0);
54 COMPILE_ASSERT(IDLE < CREATING_STREAM, invalid_enum_value_assignment_1);
122 if (state_ == IDLE) {
154 state_ = IDLE;
H A Daudio_input_device.h115 IDLE, // Not started. enumerator in enum:media::AudioInputDevice::State
H A Daudio_output_device.h117 IDLE, // Not started. enumerator in enum:media::AudioOutputDevice::State
/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.cc101 : state_(IDLE),
113 case IDLE:
139 state_ = IDLE;
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents.cc60 : state_(IDLE), browser_context_(browser_context),
77 DCHECK(state_ == IDLE);
174 state_ = IDLE;
H A Ddistiller_page_web_contents.h80 IDLE, enumerator in enum:dom_distiller::DistillerPageWebContents::State
86 // JavaScript completes, the state will be returned to |IDLE|.
102 // The current state of the |DistillerPage|, initially |IDLE|.
/external/replicaisland/src/com/replica/replicaisland/
H A DEnemyAnimationComponent.java29 IDLE, enum constant in enum:EnemyAnimationComponent.EnemyAnimations
71 mSprite.playAnimation(EnemyAnimations.IDLE.ordinal());
H A DButtonAnimationComponent.java61 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DTheSourceComponent.java70 parentObject.setCurrentAction(ActionType.IDLE);
71 currentAction = ActionType.IDLE;
H A DPopOutComponent.java83 parentObject.setCurrentAction(GameObject.ActionType.IDLE);
H A DAnimationComponent.java31 IDLE, enum constant in enum:AnimationComponent.PlayerAnimations
218 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
250 mSprite.playAnimation(PlayerAnimations.IDLE.ordinal());
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsinglesigner.js88 IDLE: 3,
167 case SingleGnubbySigner.State.IDLE:
260 this.state_ = SingleGnubbySigner.State.IDLE;
283 this.state_ = SingleGnubbySigner.State.IDLE;
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_regular.cc49 turn_off_flow_status_(EasyUnlockService::IDLE),
225 SetTurnOffFlowStatus(IDLE);
267 turn_off_flow_status_ = EasyUnlockService::IDLE;
313 SetTurnOffFlowStatus(IDLE);
/external/chromium_org/chrome/browser/sync/
H A Dbackend_migrator.h39 IDLE, enumerator in enum:browser_sync::BackendMigrator::State
67 // Note: We receive these notificiations only when our state is not IDLE.
H A Dbackend_migrator_unittest.cc120 // and wind up back in IDLE.
149 EXPECT_EQ(BackendMigrator::IDLE, migrator()->state());
155 // each state and wind up back in IDLE.
177 EXPECT_EQ(BackendMigrator::IDLE, migrator()->state());
322 EXPECT_EQ(BackendMigrator::IDLE, migrator()->state());
337 EXPECT_EQ(BackendMigrator::IDLE, migrator()->state());
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_watcher.cc27 return migrator && migrator->state() != browser_sync::BackendMigrator::IDLE;
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_url_fetcher.cc23 state_(IDLE),
/external/chromium_org/content/browser/appcache/
H A Dappcache_group.cc43 update_status_(IDLE),
64 DCHECK_EQ(IDLE, update_status_);
177 DCHECK_EQ(IDLE, update_status_);
249 if (status != IDLE) {
H A Dappcache_group_unittest.cc232 EXPECT_EQ(AppCacheGroup::IDLE, group->update_status());
281 EXPECT_EQ(AppCacheGroup::IDLE, group->update_status_);
297 EXPECT_EQ(AppCacheGroup::IDLE, group->update_status_);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Deasy_unlock_handler.cc78 case EasyUnlockService::IDLE:
/external/chromium_org/components/sync_driver/
H A Dmodel_association_manager.h85 IDLE enumerator in enum:sync_driver::ModelAssociationManager::State
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.h150 IDLE, enumerator in enum:jingle_glue::ChromeAsyncSocket::AsyncIOState
195 // |read_state_| != IDLE) iff |read_end_| == 0.
201 // There's a write in flight (i.e., |write_state_| != IDLE) iff
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler_unittest.cc465 scoped_ptr<TestRequest> request(NewRequest("http://host/req", net::IDLE));
466 scoped_ptr<TestRequest> idle(NewRequest("http://host/idle", net::IDLE));
494 scoped_ptr<TestRequest> idle(NewRequest("http://host/idle", net::IDLE));
498 ChangeRequestPriority(request.get(), net::IDLE);
525 scoped_ptr<TestRequest> idle(NewRequest("http://host/idle", net::IDLE));
536 ChangeRequestPriority(request.get(), net::IDLE);
558 lows.push_back(NewRequest(url.c_str(), net::IDLE));
561 scoped_ptr<TestRequest> request(NewRequest("http://host/req", net::IDLE));
564 ChangeRequestPriority(request.get(), net::IDLE, 1);
618 scoped_ptr<TestRequest> request(NewRequest("http://host/req", net::IDLE));
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DApplicationCacheItemsView.js119 statusInformation[applicationCache.IDLE] = { className: "green-ball", text: "IDLE" };
130 if (this.isShowing() && this._status === applicationCache.IDLE && (oldStatus === applicationCache.UPDATEREADY || !this._resources))
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc77 : preemption_state_(IDLE),
176 IDLE, enumerator in enum:content::GpuChannelMessageFilter::PreemptionState
191 // It is reset when we transition to IDLE.
206 case IDLE:
270 // Stop any outstanding timer set to force us from PREEMPTING to IDLE.
273 preemption_state_ = IDLE;
281 DCHECK_EQ(preemption_state_, IDLE);

Completed in 415 milliseconds

12345