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

1 2

  /external/chromium_org/base/allocator/
type_profiler_control.cc 33 void Controller::Restart() {
  /external/chromium_org/content/browser/renderer_host/input/
timeout_monitor.cc 46 void TimeoutMonitor::Restart(TimeDelta delay) {
47 // Setting to null will cause StartTimeoutMonitor to restart the timer.
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.cc 31 void HybridSlowStart::Restart() {
  /external/chromium_org/tools/cr/cr/actions/
debugger.py 30 def Restart(self, context, targets, arguments):
31 """Ask the debugger to restart.
runner.py 62 def Restart(self, context, targets, arguments):
63 """Force a target to restart if it is already running.
  /external/chromium_org/v8/src/platform/
elapsed-timer.h 44 // |Elapsed()| or |HasExpired()|, and may be restarted using |Restart()|.
78 TimeDelta 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/chrome/browser/local_discovery/
privet_traffic_detector.cc 98 base::Bind(&PrivetTrafficDetector::Restart,
103 void PrivetTrafficDetector::Restart(const net::NetworkInterfaceList& networks) {
  /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/content/browser/media/
webrtc_identity_store_unittest.cc 81 void Restart(const base::FilePath& path) {
315 Restart(temp_dir.path());
331 Restart(temp_dir.path());
333 // Check that the same identity is returned after the restart.
  /external/chromium_org/jingle/glue/
thread_wrapper.cc 262 void JingleThreadWrapper::Restart() {
  /external/chromium_org/chrome/browser/sessions/
better_session_restore_browsertest.cc 588 void Restart() {
606 Restart();
615 Restart();
626 Restart();
637 Restart();
646 Restart();
655 Restart();
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc 129 Restart(reason);
188 void DataTypeManagerImpl::Restart(syncer::ConfigureReason reason) {
  /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/libjingle/source/talk/base/
messagequeue.cc 166 void MessageQueue::Restart() {
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 66 enum Restart {
72 Restart restart() const;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 189 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 694 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

Completed in 844 milliseconds

1 2