Searched defs:scheduled (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dpassword_model_worker.cc34 bool scheduled = false; local
40 scheduled = password_store_->ScheduleTask(
45 if (scheduled)
/external/chromium_org/net/quic/
H A Dquic_alarm_test.cc27 bool scheduled() const { return scheduled_; } function in class:net::test::__anon9447::TestAlarm
78 EXPECT_TRUE(alarm_.scheduled());
87 EXPECT_FALSE(alarm_.scheduled());
97 EXPECT_TRUE(alarm_.scheduled());
106 EXPECT_FALSE(alarm_.scheduled());
116 EXPECT_FALSE(alarm_.scheduled());
125 EXPECT_TRUE(alarm_.scheduled());
137 EXPECT_TRUE(alarm_.scheduled());
/external/qemu/
H A Dasync.c62 * Enter a new AsyncContext. Already scheduled Bottom Halves and AIO callbacks
121 int scheduled; member in struct:QEMUBH
145 if (!bh->deleted && bh->scheduled) {
146 bh->scheduled = 0;
170 if (bh->scheduled)
172 bh->scheduled = 1;
178 if (bh->scheduled)
180 bh->scheduled = 1;
188 bh->scheduled = 0;
193 bh->scheduled
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.cc117 void GpuScheduler::SetScheduled(bool scheduled) { argument
120 unscheduled_count_ + (scheduled? -1 : 1));
121 if (scheduled) {
137 // When the scheduler transitions from the unscheduled to the scheduled
151 // When the scheduler transitions from scheduled to unscheduled, post a
152 // delayed task that it will force it back into a scheduled state after
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.cpp88 OwnPtrWillBeMember<AnimationsLinkedHashSet>& scheduled = m_scheduledAnimations.add(key, nullptr).storedValue->value; local
89 if (!scheduled)
90 scheduled = adoptPtrWillBeNoop(new AnimationsLinkedHashSet);
91 ASSERT(!scheduled->contains(animation));
92 scheduled->add(animation);
110 AnimationsLinkedHashSet* scheduled = it->value.get(); local
111 ASSERT(scheduled);
112 AnimationsLinkedHashSet::iterator itAnimation = scheduled->find(animation);
113 ASSERT(itAnimation != scheduled->end());
114 scheduled
244 AnimationsLinkedHashSet* scheduled = it->value.get(); local
393 AnimationsLinkedHashSet* scheduled = it->value.get(); local
[all...]
/external/chromium_org/extensions/browser/api/web_view/
H A Dweb_view_internal_api.cc474 bool scheduled = false; local
476 scheduled = guest->ClearData(
481 if (!remove_mask_ || !scheduled) {
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc531 void GpuChannel::StubSchedulingChanged(bool scheduled) { argument
533 if (scheduled) {
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.cpp638 bool scheduled = ResourceCallback::callbackHandler()->isScheduled(this); local
639 if (scheduled && m_clientsAwaitingCallback.isEmpty())
642 // Prevent the case when there are clients waiting but no callback scheduled.
643 ASSERT(m_clientsAwaitingCallback.isEmpty() || scheduled);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc266 // Any scheduled commit will have a reference to us, we must make it
627 // and to not continue. If the error callback scheduled killing the
2250 // Note that a commit may not actually have been scheduled if a caller
2506 bool scheduled = !queued_history_db_tasks_.empty(); local
2509 if (!scheduled)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3072 milliseconds