Searched defs:Stop (Results 201 - 225 of 390) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpptask.cc80 void XmppTask::Stop() { function in class:buzz::XmppTask
82 Task::Stop();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc85 // Stop profiling and write the data to disk.
86 void Stop();
187 Stop();
190 // Stop profiling and write out any collected profile data
191 void CpuProfiler::Stop() { function in class:CpuProfiler
204 collector_.Stop();
313 CpuProfiler::instance_.Stop();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc83 // Stop profiling and write the data to disk.
84 void Stop();
185 Stop();
188 // Stop profiling and write out any collected profile data
189 void CpuProfiler::Stop() { function in class:CpuProfiler
202 collector_.Stop();
311 CpuProfiler::instance_.Stop();
/external/chromium_org/ui/views/controls/
H A Dthrobber.cc30 Stop();
47 void Throbber::Stop() { function in class:views::Throbber
51 timer_.Stop();
112 stop_timer_.Stop();
124 void SmoothedThrobber::Stop() { function in class:views::SmoothedThrobber
126 start_timer_.Stop();
128 stop_timer_.Stop();
134 Throbber::Stop();
/external/chromium_org/v8/src/
H A Doptimizing-compiler-thread.cc202 void OptimizingCompilerThread::Stop() { function in class:v8::internal::OptimizingCompilerThread
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp107 SlotIndex Start, Stop; local
108 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
143 if (StartI >= Stop)
156 if (StartI >= Stop)
165 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop;
174 PrevPos = Stop;
185 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
191 if (!I.valid() || I.start() >= Stop)
193 I.advanceTo(Stop);
194 bool Backup = !I.valid() || I.start() >= Stop;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A Dstreamplayer.cpp132 void CStreamPlayer::Stop() function in class:CStreamPlayer
160 iStream->Stop();
242 iStream->Stop();
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc15 // other threads, using SetNotAlive() and Stop().
18 // (except at init). It is read only by the Stop() method.
21 // This protects against premature Stop() calls from the creator thread, but
31 // false any Stop Stop waits for _dead to become true.
39 // Stop(false)
41 // _dead Constructor(true) Stop.loop
189 // race condition if Stop() is called too quickly after start.
299 bool ThreadPosix::Stop() function in class:webrtc::ThreadPosix
/external/chromium/chrome/browser/autocomplete/
H A Dkeyword_provider.cc268 void KeywordProvider::Stop() { function in class:KeywordProvider
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api.cc135 Stop();
239 void ExtensionTtsController::Stop() { function in class:ExtensionTtsController
263 // interrupted or we got a call to Stop). It's also possible that a buggy
366 ExtensionTtsController::GetInstance()->Stop();
/external/chromium/chrome/browser/printing/
H A Dprint_job.cc132 void PrintJob::Stop() { function in class:printing::PrintJob
172 Stop();
180 // Stop() will eventually be called, which will get out of the inner message
235 Stop();
253 // This will call Stop() and broadcast a JOB_DONE message.
270 // Stop the worker thread.
271 Stop();
287 // We could easily get into a deadlock case if worker_->Stop() is used; the
332 worker_->Stop();
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_data_type_controller.cc114 void AutofillDataTypeController::Stop() { function in class:browser_sync::AutofillDataTypeController
118 // If Stop() is called while Start() is waiting for association to
133 // If Stop() is called while Start() is waiting for the personal
158 LOG(FATAL) << "AutofillDataTypeController::Stop() called after DB thread"
H A Dtyped_url_data_type_controller.cc112 void TypedUrlDataTypeController::Stop() { function in class:browser_sync::TypedUrlDataTypeController
116 // If Stop() is called while Start() is waiting for association to
131 // If Stop() is called while Start() is waiting for the history service to
/external/chromium/net/disk_cache/
H A Deviction.cc89 void Eviction::Stop() { function in class:disk_cache::Eviction
/external/chromium/net/test/
H A Dtest_server.cc105 Stop();
133 Stop();
143 bool TestServer::Stop() { function in class:net::TestServer
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc62 void SimpleDataSource::Stop(media::FilterCallback* callback) { function in class:webkit_glue::SimpleDataSource
209 // It's possible this gets called after Stop(), in which case |host_| is no
237 // It's possible this gets called after Stop(), in which case |host_| is no
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc84 screen_tray_item_->Stop();
135 screen_tray_->Stop();
179 void ScreenTrayItem::Stop() { function in class:ash::internal::ScreenTrayItem
/external/chromium_org/chrome/browser/android/
H A Ddev_tools_server.cc410 Stop();
427 void DevToolsServer::Stop() { function in class:DevToolsServer
430 // Note that the call to Stop() below takes care of |protocol_handler_|
432 protocol_handler_->Stop();
470 devtools_server->Stop();
/external/chromium_org/chrome/browser/chromeos/login/
H A Doauth2_login_manager.cc114 void OAuth2LoginManager::Stop() { function in class:chromeos::OAuth2LoginManager
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc74 Stop();
85 Stop();
365 void EnrollmentHandlerChromeOS::Stop() { function in class:policy::EnrollmentHandlerChromeOS
375 Stop();
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetcher.cc70 void ResourcePrefetcher::Stop() { function in class:predictors::ResourcePrefetcher
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc153 void PrintJob::Stop() { function in class:printing::PrintJob
201 Stop();
267 Stop();
285 // This will call Stop() and broadcast a JOB_DONE message.
302 // Stop the worker thread.
303 Stop();
319 // We could easily get into a deadlock case if worker_->Stop() is used; the
366 base::Bind(&PrintJobWorker::Stop,
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc237 Stop(true);
420 void SafeBrowsingService::Stop(bool shutdown) { function in class:SafeBrowsingService
484 Stop(false);
/external/chromium_org/chrome/browser/speech/
H A Dtts_controller.cc139 Stop();
147 Stop();
214 void TtsController::Stop() { function in class:TtsController
264 // interrupted or we got a call to Stop). This is normal and we can
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller.cc87 // It's possible StartDone(..) resulted in a Stop() call, or that
95 void FrontendDataTypeController::Stop() { function in class:browser_sync::FrontendDataTypeController
101 // If Stop() is called while Start() is waiting for the datatype model to
203 // call to Stop() if one of the other data types being started generates an
208 // Return false if we're not in the RUNNING state (due to Stop() being called

Completed in 705 milliseconds

1234567891011>>