HomeSort by relevance Sort by last modified time
    Searched defs:Restart (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/base/allocator/
type_profiler_control.cc 33 void Controller::Restart() {
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.cc 29 void HybridSlowStart::Restart() {
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 144 // Restart to start/stop data types and notify the backend that the
149 Restart();
152 void DataTypeManagerImpl::Restart() {
262 // Once the cryptographer is ready, we'll attempt to restart this type.
  /external/chromium/sdch/open-vcdiff/src/
testing.h 75 inline void Restart() {
123 inline void Restart() {
  /external/chromium_org/sdch/open-vcdiff/src/
testing.h 75 inline void Restart() {
123 inline void Restart() {
  /external/open-vcdiff/src/
testing.h 75 inline void Restart() {
123 inline void Restart() {
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc 151 void MessageQueue::Restart() {
  /external/chromium_org/chrome/browser/sessions/
better_session_restore_browsertest.cc 369 void Restart() {
387 Restart();
396 Restart();
407 Restart();
418 Restart();
427 Restart();
436 Restart();
  /external/chromium_org/jingle/glue/
thread_wrapper.cc 262 void JingleThreadWrapper::Restart() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.cc 147 void MessageQueue::Restart() {
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc 129 Restart(reason);
188 void DataTypeManagerImpl::Restart(syncer::ConfigureReason reason) {
482 Restart(syncer::CONFIGURE_REASON_RECONFIGURATION);
  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 152 void EnergyEndpointer::Restart(bool reset_threshold) {
185 Restart(true);
215 Restart(true);
223 Restart(true);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 63 enum Restart {
69 Restart restart() const;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 187 bool VideoCapturer::Restart(const VideoFormat& capture_format) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 124 bool Restart() {
398 // Try to restart symbolizer subprocess. If we don't succeed, forget
400 if (!external_symbolizer_->Restart()) {
402 "WARNING: Failed to use and restart external symbolizer!\n");
  /external/chromium/net/url_request/
url_request.cc 429 void URLRequest::Restart() {
  /external/chromium_org/net/url_request/
url_request.cc 629 void URLRequest::Restart() {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 1039 Restart(RDirectScreenAccess::ETerminateRegion);
1062 void CDsa::Restart(RDirectScreenAccess::TTerminationReasons aReason)
1064 if(aReason == RDirectScreenAccess::ETerminateRegion) //auto restart
dsa_old.cpp 800 Restart(RDirectScreenAccess::ETerminateRegion);
823 void CDsa::Restart(RDirectScreenAccess::TTerminationReasons aReason)
825 if(aReason == RDirectScreenAccess::ETerminateRegion) //auto restart
dsa.cpp 249 void Restart(RDirectScreenAccess::TTerminationReasons aReason);
291 Restart(RDirectScreenAccess::ETerminateRegion);
333 void CDsaBase::Restart(RDirectScreenAccess::TTerminationReasons aReason)
335 if(aReason == RDirectScreenAccess::ETerminateRegion) //auto restart
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]

Completed in 648 milliseconds