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

12345

/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/chromium_org/components/sync_driver/
H A Dmodel_association_manager.cc114 : state_(IDLE),
283 state_ = IDLE;
407 state_ = IDLE;
H A Dmodel_association_manager.h85 IDLE enumerator in enum:sync_driver::ModelAssociationManager::State
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_language_list.cc187 (language_list_fetcher_->state() == TranslateURLFetcher::IDLE ||
H A Dtranslate_url_fetcher.cc23 state_(IDLE),
H A Dtranslate_url_fetcher.h24 IDLE, // No fetch request was issued. enumerator in enum:translate::TranslateURLFetcher::State
/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.h48 IDLE, enumerator in enum:content::AppCacheGroup::UpdateAppCacheStatus
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_);
H A Dappcache_update_job.cc394 group_->SetUpdateAppCacheStatus(AppCacheGroup::IDLE);
1627 group_->SetUpdateAppCacheStatus(AppCacheGroup::IDLE);
H A Dappcache_update_job_unittest.cc3014 if (group_->update_status() == AppCacheGroup::IDLE)
3036 EXPECT_EQ(AppCacheGroup::IDLE, group_->update_status());
/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc167 request()->SetPriority(net::IDLE);
/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/content/child/
H A Dweb_url_loader_impl.cc162 return net::IDLE;
/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);
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.cc37 read_state_(IDLE),
41 write_state_(IDLE),
99 DCHECK_EQ(read_state_, IDLE);
100 DCHECK_EQ(write_state_, IDLE);
131 // read_state_ == IDLE -> read_state_ == POSTED (via PostDoRead())
135 DCHECK_EQ(read_state_, IDLE);
136 DCHECK_EQ(write_state_, IDLE);
150 // read_state_ == IDLE -> read_state_ == POSTED
154 DCHECK_EQ(read_state_, IDLE);
188 // read_state_ == PENDING -> read_state_ == IDLE
[all...]
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/jingle/notifier/communicator/
H A Dsingle_login_attempt_unittest.cc31 IDLE, CONNECTED, REDIRECTED, CREDENTIALS_REJECTED, SETTINGS_EXHAUSTED enumerator in enum:notifier::__anon8523::DelegateState
36 FakeDelegate() : state_(IDLE) {}
136 EXPECT_EQ(IDLE, fake_delegate_.state());
229 EXPECT_EQ(IDLE, fake_delegate_.state());
238 EXPECT_EQ(IDLE, fake_delegate_.state());
247 EXPECT_EQ(IDLE, fake_delegate_.state());
/external/chromium_org/media/audio/
H A Daudio_input_device.cc55 state_(IDLE),
63 COMPILE_ASSERT(IPC_CLOSED < IDLE, invalid_enum_value_assignment_0);
64 COMPILE_ASSERT(IDLE < CREATING_STREAM, invalid_enum_value_assignment_1);
205 if (state_ != IDLE)
224 state_ = IDLE;
H A Daudio_input_device.h115 IDLE, // Not started. enumerator in enum:media::AudioInputDevice::State
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_output_device.h117 IDLE, // Not started. enumerator in enum:media::AudioOutputDevice::State
/external/chromium_org/net/base/
H A Dload_states_list.h16 LOAD_STATE(IDLE)
H A Dprioritized_dispatcher_unittest.cc23 MINIMUM_PRIORITY == IDLE &&
24 IDLE < LOWEST &&
209 TestJob* job_a = AddJob('a', IDLE);
210 TestJob* job_b = AddJob('b', IDLE);
211 TestJob* job_c = AddJob('c', IDLE);
212 TestJob* job_d = AddJob('d', IDLE);
230 TestJob* job_a = AddJob('a', IDLE);
285 TestJob* job_a = AddJob('a', IDLE); // Uses unreserved slot.
286 TestJob* job_b = AddJob('b', IDLE); // Uses unreserved slot.
325 TestJob* job_a = AddJob('a', IDLE);
[all...]

Completed in 647 milliseconds

12345