HomeSort by relevance Sort by last modified time
    Searched refs:SetTime (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/captive_portal/
testing_utils.h 30 void SetTime(const base::Time& time);
testing_utils.cc 34 void CaptivePortalDetectorTestBase::SetTime(const base::Time& time) {
captive_portal_detector_unittest.cc 182 SetTime(start_time);
captive_portal_service_unittest.cc 110 SetTime(base::Time::Now());
507 SetTime(start_time);
  /external/chromium_org/media/base/
clock.cc 45 void Clock::SetTime(base::TimeDelta current_time, base::TimeDelta max_time) {
108 SetTime(Duration(), Duration());
clock.h 21 // system clock or updates via SetTime(). Clock uses linear interpolation to
22 // calculate the current media time since the last time SetTime() was called.
60 void SetTime(base::TimeDelta current_time, base::TimeDelta max_time);
110 // its time set via SetTime().
clock_unittest.cc 158 clock_.SetTime(kFirstTime, clock_.Duration());
160 clock_.SetTime(kSecondTime, clock_.Duration());
175 clock_.SetTime(kUpdatedTime, clock_.Duration());
187 clock_.SetTime(kTimeOverDuration, kTimeOverDuration);
204 clock_.SetTime(kTimeOverDuration, kTimeOverDuration);
pipeline.cc 346 clock_->SetTime(time, max_time);
464 clock_->SetTime(demuxer_->GetStartTime(), demuxer_->GetStartTime());
863 clock_->SetTime(seek_timestamp, seek_timestamp);
  /external/lzma/CPP/7zip/Common/
FileStreams.h 118 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
120 return File.SetTime(cTime, aTime, mTime);
  /external/lzma/CPP/Windows/
FileIO.h 126 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
FileIO.cpp 388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); }
  /external/chromium_org/media/base/android/
media_source_player.cc 140 clock_.SetTime(seek_time, seek_time);
449 clock_.SetTime(actual_browser_seek_time, actual_browser_seek_time);
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 437 _outFileStreamSpec->SetTime(

Completed in 167 milliseconds