HomeSort by relevance Sort by last modified time
    Searched refs:Stop (Results 176 - 200 of 427) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit2/UIProcess/qt/
WebContextMenuProxyQt.cpp 56 return QWKPage::Stop;
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 504 void AutocompleteProvider::Stop() {
512 Stop();
779 // providers (such as SearchProvider) wait for the user to stop typing before
810 // calling Stop() should also cancel those tasks and make it so that we hold
    [all...]
autocomplete.h 29 // The owner may also cancel the current query by calling Stop(), which the
389 // Once Stop() has been called, no more notifications should be sent.
400 virtual void Stop();
621 // done or the query is Stop()ed. It is safe to Start() a new query without
622 // Stop()ing the previous one.
662 void Stop(bool clear_result);
    [all...]
autocomplete_popup_model.cc 70 autocomplete_controller()->Stop(false);
183 // The user is using the keyboard to change the selection, so stop tracking
201 autocomplete_controller()->Stop(false);
search_provider.h 68 virtual void Stop();
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.cc 150 timer_.Stop(); // Cancel the timeout timer.
225 timer_.Stop();
  /external/chromium/chrome/browser/sync/notifier/
registration_manager.cc 29 // We might be called explicitly, so stop the timer manually and
31 registration_timer.Stop();
192 status->registration_timer.Stop();
  /external/chromium/sdch/open-vcdiff/src/
rolling_hash_test.cc 164 timer.Stop();
176 timer.Stop();
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 67 m_toolBar->addAction(page()->action(QWebPage::Stop));
95 page()->action(QWebPage::Stop)->setShortcut(Qt::Key_Escape);
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 263 ExynosVideoErrorType (*Stop)(void *pHandle);
283 ExynosVideoErrorType (*Stop)(void *pHandle);
  /external/opencv/cv/src/
cvoptflowhs.cpp 117 int Stop;
339 Stop = 0;
341 while( !Stop )
460 Stop = 1;
462 Stop = 1;
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 100 Stop();
213 Stop();
247 void CvCalibFilter::Stop( bool calibrate )
305 stop and reset results */
478 Stop( true );
629 Stop();
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 210 function Substring(const Start, Stop: Integer): String;
342 /// <summary>Return the text of all tokens from start to stop, inclusive.
347 function ToString(const Start, Stop: Integer): String; overload;
355 function ToString(const Start, Stop: IToken): String; overload;
570 /// the stop token index for each rule.
574 /// For key RuleStartIndex, you get back the stop token for
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 260 pulse_animation_->Stop(); // Do stop so we get notified.
545 crash_animation_->Stop();
552 crash_animation_->Stop();
  /external/chromium/chrome/common/net/
url_fetcher.cc 56 void Stop();
214 core_->Stop();
264 void URLFetcher::Core::Stop() {
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 160 g_thmgr.threads_[i]->Stop();
183 Stop();
366 void Thread::Stop() {
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 160 CActiveScheduler::Stop();
219 CActiveScheduler::Stop();
275 iPlayer->Stop();
384 CActiveScheduler::Stop();
  /build/core/combo/
HOST_darwin-x86.mk 70 $(error Stop.)
  /external/chromium/chrome/browser/download/
drag_download_file.cc 93 void DragDownloadFile::Stop() {
148 // On Windows, we need to stop the waiting.
save_package.h 163 void Stop();
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 27 purge_timer_.Stop();
  /external/chromium/chrome/browser/instant/
instant_loader_manager.cc 60 // ready. If the current is ready, then stop the current and make the new
69 current_loader_->preview_contents()->tab_contents()->Stop();
  /external/chromium/chrome/browser/printing/
print_job_manager.cc 55 job->Stop();
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 119 io_thread_.Stop();
  /external/chromium/chrome/browser/sync/glue/
frontend_data_type_controller.cc 106 void FrontendDataTypeController::Stop() {
108 // If Stop() is called while Start() is waiting for the datatype model to
148 // The ProfileSyncService will invoke our Stop() method in response to this.

Completed in 939 milliseconds

1 2 3 4 5 6 78 91011>>